[xserver-commit] xserver/fb fbblt.c,1.14,1.15
Jaymz Julian
xserver-commit@pdx.freedesktop.org
- Previous message: [xserver-commit] xserver/fb fbblt.c,1.13,1.14
- Next message: [xserver-commit] xserver/hw/xnest Args.c,1.2,1.3 Color.c,1.5,1.6 Cursor.c,1.5,1.6 Display.c,3.6,3.7 Events.c,1.4,1.5 Font.c,3.8,3.9 GC.c,3.8,3.9 GCOps.c,3.7,3.8 GetTime.c,1.1.1.2,1.2 Handlers.c,1.4,1.5 Init.c,3.26,3.27 Keyboard.c,1.11,1.12 Pixmap.c,3.9,3.10 Pointer.c,1.3,1.4 Screen.c,3.13,3.14 TestExt.c,3.5,3.6 Visual.c,1.3,1.4 Window.c,3.9,3.10 os2Stub.c,3.1,3.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: jaymz
Update of /cvs/xserver/xserver/fb
In directory pdx:/tmp/cvs-serv24291/fb
Modified Files:
fbblt.c
Log Message:
c++ comments -> c comments. i'll go and avail myself of the self
punishment facilities now :)
Index: fbblt.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbblt.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fbblt.c 4 Feb 2004 06:16:06 -0000 1.14
+++ fbblt.c 4 Feb 2004 08:54:11 -0000 1.15
@@ -69,9 +69,10 @@
int startbyte, endbyte;
FbDeclareMergeRop ();
- // are we just copying multiples of 8 bits? if so, run, forrest, run!
- // the memcpy()'s should be pluggable ala mplayer|xine - perhaps we can get
- // one of the above to give up their code for us.
+ /* are we just copying multiples of 8 bits? if so, run, forrest, run!
+ the memcpy()'s should be pluggable ala mplayer|xine - perhaps we can get
+ one of the above to give up their code for us.
+ */
if((pm==FB_ALLONES) && (alu==GXcopy) && !reverse && (srcX&7)==0 && (dstX&7)==0 && (width&7)==0)
{
CARD8 *isrc=(CARD8 *)srcLine;
- Previous message: [xserver-commit] xserver/fb fbblt.c,1.13,1.14
- Next message: [xserver-commit] xserver/hw/xnest Args.c,1.2,1.3 Color.c,1.5,1.6 Cursor.c,1.5,1.6 Display.c,3.6,3.7 Events.c,1.4,1.5 Font.c,3.8,3.9 GC.c,3.8,3.9 GCOps.c,3.7,3.8 GetTime.c,1.1.1.2,1.2 Handlers.c,1.4,1.5 Init.c,3.26,3.27 Keyboard.c,1.11,1.12 Pixmap.c,3.9,3.10 Pointer.c,1.3,1.4 Screen.c,3.13,3.14 TestExt.c,3.5,3.6 Visual.c,1.3,1.4 Window.c,3.9,3.10 os2Stub.c,3.1,3.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]