CVS Update: xserver (branch: trunk)

Eric Anholt xorg-commit at cvs.freedesktop.org
Sat Dec 31 10:01:31 EET 2005


CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	anholt at gabe.freedesktop.org	05/12/31 00:01:31

Log message:
  Initialize the fourcc value in stack-allocated glitz_pixel_format_t
  structures.  Greatly reduces the number of uninitialized-value accesses
  during Xgl startup according to valgrind.  Allocating and filling these
  in by hand on the stack seems very shady to me.

Modified files:
      xserver/xorg/:
        ChangeLog 
      xserver/xorg/hw/xgl/:
        xglsync.c 
  
  Revision      Changes    Path
  1.183         +8 -0      xserver/xorg/ChangeLog
  http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog
  1.11          +2 -0      xserver/xorg/hw/xgl/xglsync.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xgl/xglsync.c




More information about the xorg-commit mailing list