|
From: Geert U. <ge...@us...> - 2002-10-06 20:24:44
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/drawops/
Changes by: geertu@usw-pr-cvs1. 02/10/06 13:23:47
Log message:
Precalculate line_length in cfb_init(), which is now called by all other
cfb*_init() routines.
Modified files:
fbtest/include/:
drawops.h
fbtest/drawops/:
cfb.c cfb16.c cfb2.c cfb24.c cfb32.c cfb4.c cfb8.c
Revision Changes Path
1.10 +1 -0 fbtest/include/drawops.h
1.13 +14 -6 fbtest/drawops/cfb.c
1.6 +1 -1 fbtest/drawops/cfb16.c
1.7 +1 -1 fbtest/drawops/cfb2.c
1.6 +1 -1 fbtest/drawops/cfb24.c
1.7 +1 -1 fbtest/drawops/cfb32.c
1.7 +1 -1 fbtest/drawops/cfb4.c
1.7 +1 -1 fbtest/drawops/cfb8.c
|