CVS Update: xc (branch: trunk)
Marc Aurele La France <[email protected]> Sun, 4 Nov 2007 11:57:16 -0800 (PST)
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 07/11/04 11:57:16 Log message: 15. Do not free all Mesa buffers upon GLX extension closedown. Instead these will be freed later, when FreeAllResources() is called to also free the drawable privates that reference these buffers. Fixes Bugzilla #1685 (Marc La France). 14. Fix Mesa to complain (on stderr), rather than segfault, when an attempt is made to free an unknown buffer (Marc La France). 13. Fix initialisation of __GLXscreenInfo structures (Marc La France). 12. Fix memory leak and code formatting in RADEONProbe() function (Marc La France). Modified files: xc/extras/Mesa/src/mesa/drivers/x11/: xm_api.c xmesaP.h xc/programs/Xserver/GL/apple/: aglGlx.c indirect.c xc/programs/Xserver/GL/mesa/GLcore/: GLcore-def.cpp xc/programs/Xserver/GL/mesa/X/: xf86glx.c xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/drivers/ati/: radeon_probe.c Revision Changes Path 1.6 +13 -12 xc/extras/Mesa/src/mesa/drivers/x11/xm_api.c 1.2 +35 -62 xc/extras/Mesa/src/mesa/drivers/x11/xmesaP.h 1.5 +2 -1 xc/programs/Xserver/GL/apple/aglGlx.c 1.5 +2 -1 xc/programs/Xserver/GL/apple/indirect.c 1.2 +1 -2 xc/programs/Xserver/GL/mesa/GLcore/GLcore-def.cpp 1.7 +2 -3 xc/programs/Xserver/GL/mesa/X/xf86glx.c 3.3920 +10 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 1.35 +34 -36 xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.c