|
From: Geert U. <ge...@us...> - 2003-03-18 16:51:28
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 03/03/18 08:51:27
Log message:
- Fix rgba_pixel() to handle the case alpha_pixel == 0
- Add rgb_pixel(), which is rgba_pixel() for full opaque colors
Modified files:
fbtest/include/:
visual.h
Revision Changes Path
1.4 +5 -1 fbtest/include/visual.h
|
|
From: Geert U. <ge...@us...> - 2003-03-18 16:52:49
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/tests/
Changes by: geertu@sc8-pr-cvs1. 03/03/18 08:52:49
Log message:
Use match_color() instead of manually composing the pixel value from the red,
green, and blue color components, and forgetting about transparency.
This makes sure all pixels are opaque on displays that handle transparency.
Modified files:
fbtest/tests/:
test008.c
Revision Changes Path
1.4 +2 -3 fbtest/tests/test008.c
|
|
From: Geert U. <ge...@us...> - 2003-03-18 16:53:46
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/visops/
Changes by: geertu@sc8-pr-cvs1. 03/03/18 08:53:44
Log message:
- Use rgb_pixel() instead of manual composing (and alpha_pixel may be NULL)
- Print alpha bit length
Modified files:
fbtest/visops/:
directcolor.c
Revision Changes Path
1.7 +5 -3 fbtest/visops/directcolor.c
|
|
From: Geert U. <ge...@us...> - 2003-03-18 16:55:25
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/visops/
Changes by: geertu@sc8-pr-cvs1. 03/03/18 08:55:24
Log message:
- Use rgb_pixel() instead of manual composing so opacity is handled
automatically
- Print alpha bit length
Modified files:
fbtest/visops/:
ham.c pseudocolor.c truecolor.c
Revision Changes Path
1.7 +4 -2 fbtest/visops/ham.c
1.9 +4 -2 fbtest/visops/pseudocolor.c
1.8 +7 -8 fbtest/visops/truecolor.c
|
|
From: Geert U. <ge...@us...> - 2003-04-04 11:07:52
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 03/04/04 03:07:51
Log message:
Add option -f/--fbdev to specify the frame buffer device
Modified files:
./:
main.c fb.c
fbtest/include/:
util.h
Revision Changes Path
1.8 +14 -3 fbtest/main.c
1.9 +2 -2 fbtest/fb.c
1.7 +1 -0 fbtest/include/util.h
|
|
From: Geert U. <ge...@us...> - 2003-04-04 12:07:57
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/include/
Changes by: geertu@sc8-pr-cvs1. 03/04/04 04:07:56
Log message:
Update copyright year
Modified files:
./:
fb.c
fbtest/include/:
util.h
Revision Changes Path
1.10 +1 -1 fbtest/fb.c
1.8 +1 -1 fbtest/include/util.h
|
|
From: Geert U. <ge...@us...> - 2003-04-04 12:14:47
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/tests/
Changes by: geertu@sc8-pr-cvs1. 03/04/04 04:14:46
Log message:
Fix out-of-bounds frame buffer access (circle and ellipse diameters are 2*r+1)
Modified files:
fbtest/tests/:
test002.c
Revision Changes Path
1.7 +3 -3 fbtest/tests/test002.c
|
|
From: Otto W. <wy...@us...> - 2004-11-03 21:29:05
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/visops/
Changes by: wy...@sc....(none) 04/11/03 13:28:52
Log message:
no message
Removed files:
./:
COPYING Makefile Rules.make clut.c color.c colormap.c
console.c fb.c main.c pixmap.c tests.c util.c visual.c
fbtest/drawops/:
Makefile bitstream.c cfb.c cfb16.c cfb2.c cfb24.c cfb32.c
cfb4.c cfb8.c generic.c init.c iplan2.c planar.c
fbtest/fonts/:
Makefile pearl8x8.c sun12x22.c vga8x16.c
fbtest/images/:
Makefile penguin.ppm
fbtest/include/:
bitstream.h clut.h color.h colormap.h console.h drawops.h
fb.h font.h image.h pixmap.h test.h types.h util.h
visops.h visual.h
fbtest/pnmtohex/:
Makefile pnmtohex.c
fbtest/tests/:
Makefile test001.c test002.c test003.c test004.c
test005.c test006.c test007.c test008.c test009.c
test010.c
fbtest/visops/:
Makefile directcolor.c grayscale.c ham.c init.c mono.c
pseudocolor.c truecolor.c
|