|
From: Geert U. <ge...@us...> - 2002-11-03 19:51:18
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@usw-pr-cvs1. 02/11/03 11:51:17
Log message:
Add fonts directory
Modified files:
./:
Makefile
Revision Changes Path
1.4 +3 -2 fbtest/Makefile
|
|
From: Geert U. <ge...@us...> - 2002-11-03 19:52:54
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@usw-pr-cvs1. 02/11/03 11:52:52
Log message:
Add missing pitch argument to expand_bitmap()
Modified files:
fbtest/include/:
drawops.h
Revision Changes Path
1.12 +5 -5 fbtest/include/drawops.h
|
|
From: Geert U. <ge...@us...> - 2002-11-03 19:55:21
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@usw-pr-cvs1. 02/11/03 11:55:20
Log message:
- Add missing pitch argument to generic_expand_bitmap()
- Rewrite generic_expand_bitmap() and generic_draw_pixmap()
Modified files:
fbtest/drawops/:
generic.c
Revision Changes Path
1.12 +29 -13 fbtest/drawops/generic.c
|
|
From: Geert U. <ge...@us...> - 2002-11-03 20:01:24
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@usw-pr-cvs1. 02/11/03 12:01:21
Log message:
Add simple text console
Added files:
fbtest/include/:
console.h
./:
console.c
|
|
From: Geert U. <ge...@us...> - 2002-11-03 21:00:37
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/tests/
Changes by: geertu@usw-pr-cvs1. 02/11/03 13:00:35
Log message:
Add test010: Hello world
Modified files:
fbtest/include/:
test.h
./:
tests.c
Added files:
fbtest/tests/:
test010.c
Revision Changes Path
1.8 +1 -0 fbtest/include/test.h
1.9 +1 -0 fbtest/tests.c
|
|
From: Geert U. <ge...@us...> - 2002-11-10 21:27:50
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@usw-pr-cvs1. 02/11/10 13:27:45
Log message:
Change argument type of con_putc() to char.
Modified files:
fbtest/include/:
console.h
Revision Changes Path
1.2 +1 -1 fbtest/include/console.h
|
|
From: Geert U. <ge...@us...> - 2002-11-10 21:28:39
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@usw-pr-cvs1. 02/11/10 13:28:39
Log message:
Combine multiple consecutive characters into one bitmap
Modified files:
./:
console.c
Revision Changes Path
1.2 +81 -25 fbtest/console.c
|
|
From: Geert U. <ge...@us...> - 2002-11-10 21:29:30
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/tests/
Changes by: geertu@usw-pr-cvs1. 02/11/10 13:29:29
Log message:
Print more text output
Modified files:
fbtest/tests/:
test010.c
Revision Changes Path
1.2 +40 -0 fbtest/tests/test010.c
|
|
From: Geert U. <ge...@us...> - 2002-11-11 10:52:48
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@usw-pr-cvs1. 02/11/11 02:52:44
Log message:
Clear the whole screen (incl. border if screensize % fontsize != 0) in
con_init()
Modified files:
./:
console.c
Revision Changes Path
1.3 +2 -0 fbtest/console.c
|
|
From: Geert U. <ge...@us...> - 2002-11-11 10:53:24
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@usw-pr-cvs1. 02/11/11 02:53:23
Log message:
Add bitcpy_not() (unaligned forward inverting bit copy)
Modified files:
fbtest/include/:
bitstream.h
fbtest/drawops/:
bitstream.c
Revision Changes Path
1.2 +8 -0 fbtest/include/bitstream.h
1.2 +138 -0 fbtest/drawops/bitstream.c
|
|
From: Geert U. <ge...@us...> - 2002-11-11 10:54:40
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@usw-pr-cvs1. 02/11/11 02:54:39
Log message:
Implemented optimized expand_bitmap() for planar screens
Modified files:
fbtest/drawops/:
planar.c
Revision Changes Path
1.10 +48 -0 fbtest/drawops/planar.c
|
|
From: Geert U. <ge...@us...> - 2002-11-27 22:36:09
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@sc8-pr-cvs1. 02/11/27 14:36:06
Log message:
16 bpp Atari interleaved bitplanes do not exist
Modified files:
fbtest/drawops/:
init.c
Removed files:
fbtest/drawops/:
iplan2p16.c
Revision Changes Path
1.6 +0 -1 fbtest/drawops/init.c
|
|
From: Geert U. <ge...@us...> - 2002-11-27 22:53:04
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 02/11/27 14:53:03
Log message:
16 bpp Atari interleaved bitplanes do not exist
Modified files:
fbtest/include/:
drawops.h
Revision Changes Path
1.13 +0 -1 fbtest/include/drawops.h
|
|
From: Geert U. <ge...@us...> - 2002-11-27 22:56:30
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 02/11/27 14:56:29
Log message:
Combine iplan2p[248] into iplan2 (untested)
Modified files:
fbtest/drawops/:
init.c
fbtest/include/:
drawops.h
Added files:
fbtest/drawops/:
iplan2.c
Removed files:
fbtest/drawops/:
iplan2p2.c iplan2p4.c iplan2p8.c
Revision Changes Path
1.7 +1 -3 fbtest/drawops/init.c
1.14 +1 -3 fbtest/include/drawops.h
|
|
From: Geert U. <ge...@us...> - 2002-12-27 14:18:29
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 02/12/27 06:18:25
Log message:
Abort if no suitable drawing operations were found
Modified files:
fbtest/drawops/:
init.c
fbtest/include/:
drawops.h
Revision Changes Path
1.8 +5 -4 fbtest/drawops/init.c
1.15 +1 -1 fbtest/include/drawops.h
|
|
From: Geert U. <ge...@us...> - 2002-12-27 14:20:37
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 02/12/27 06:20:36
Log message:
Abort if no suitable visual operations were found
Modified files:
fbtest/visops/:
init.c
fbtest/include/:
visops.h
Revision Changes Path
1.3 +5 -4 fbtest/visops/init.c
1.4 +1 -1 fbtest/include/visops.h
|
|
From: Geert U. <ge...@us...> - 2002-12-27 14:25:54
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@sc8-pr-cvs1. 02/12/27 06:25:50
Log message:
Oops, forgot to return 1 on success
Modified files:
fbtest/drawops/:
iplan2.c
Revision Changes Path
1.2 +1 -1 fbtest/drawops/iplan2.c
|
|
From: Geert U. <ge...@us...> - 2003-01-20 12:58:49
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/pnmtohex/
Changes by: geertu@sc8-pr-cvs1. 03/01/20 04:58:48
Log message:
Add support for cross-compilation (e.g. `make CROSS_COMPILE=mips-linux-')
Modified files:
./:
Makefile Rules.make
fbtest/pnmtohex/:
Makefile
Revision Changes Path
1.5 +1 -1 fbtest/Makefile
1.4 +14 -3 fbtest/Rules.make
1.3 +1 -1 fbtest/pnmtohex/Makefile
|
|
From: Geert U. <ge...@us...> - 2003-01-20 13:02:02
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@sc8-pr-cvs1. 03/01/20 05:02:01
Log message:
Fix preprocessor string concatenation for gcc 3.2
Modified files:
fbtest/drawops/:
init.c
Revision Changes Path
1.9 +3 -3 fbtest/drawops/init.c
|
|
From: Geert U. <ge...@us...> - 2003-01-20 13:03:06
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/tests/
Changes by: geertu@sc8-pr-cvs1. 03/01/20 05:03:06
Log message:
Replace printing of C source code by printing of standard typewriter messages
and printing of all characters.
Modified files:
fbtest/tests/:
test010.c
Revision Changes Path
1.3 +13 -41 fbtest/tests/test010.c
|
|
From: Geert U. <ge...@us...> - 2003-01-20 13:04:15
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 03/01/20 05:04:15
Log message:
Remove superfluous include which broke cross-compilation
Modified files:
fbtest/include/:
image.h
Revision Changes Path
1.3 +1 -3 fbtest/include/image.h
|
|
From: Geert U. <ge...@us...> - 2003-01-20 13:07:40
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@sc8-pr-cvs1. 03/01/20 05:07:39
Log message:
Add includes to make gcc 3.2 happy.
Modified files:
./:
color.c main.c pixmap.c tests.c util.c
Revision Changes Path
1.5 +3 -1 fbtest/color.c
1.7 +4 -2 fbtest/main.c
1.3 +3 -1 fbtest/pixmap.c
1.10 +2 -1 fbtest/tests.c
1.5 +2 -1 fbtest/util.c
|
|
From: Geert U. <ge...@us...> - 2003-01-21 16:50:28
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/visops/
Changes by: geertu@sc8-pr-cvs1. 03/01/21 08:50:27
Log message:
Fix CLUT issue for pseudocolor visuals
Modified files:
fbtest/visops/:
pseudocolor.c
Revision Changes Path
1.8 +1 -0 fbtest/visops/pseudocolor.c
|
|
From: Geert U. <ge...@us...> - 2003-01-21 18:01:50
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@sc8-pr-cvs1. 03/01/21 10:01:50
Log message:
Fix the text console on little endian.
The text console does not support all fontwidths, only 4, 8, 12, and 16.
Modified files:
./:
console.c
Revision Changes Path
1.4 +59 -20 fbtest/console.c
|
|
From: Geert U. <ge...@us...> - 2003-03-18 14:13:56
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: ./
Changes by: geertu@sc8-pr-cvs1. 03/03/18 06:13:55
Log message:
Fix typo in error message
Modified files:
./:
fb.c
Revision Changes Path
1.8 +1 -1 fbtest/fb.c
|