summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy
AgeCommit message (Expand)AuthorFilesLines
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov9-32/+32
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-12/+10
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+7
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+4
2009-07-14dmx: switch to byte counting functionsPeter Hutterer1-1/+1
2009-06-02Remove some libXfont leftoversAdam Jackson3-3/+0
2009-01-18Kill off --with-mesa-source completelyDan Nicholson1-3/+0
2008-12-19dmx: Fix calloc macro confusion.Adam Jackson2-5/+7
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer10-10/+0
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson3-14/+6
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-19Update to SGI FreeB 2.0.Adam Jackson27-861/+756
2008-06-23Bug #16302: Fix GLX drawable refcounting in DMX.Jesse Ruffin1-9/+6
2008-05-23glx: fix forgotten swrast -> SWRastGeorge Sapountzis1-1/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg1-1/+1
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-12/+12
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson1-9/+2
2007-12-29GL: Add GLX compile flags lost in modular X server changesJurij Smakov1-0/+1
2007-06-29Death to RCS tags.Adam Jackson2-2/+0
2007-04-30fix __glXErrorCallBack() protoColin Guthrie1-1/+1
2007-02-02dmx: drop leftover __GLXdrawablePrivateRec struct.George Sapountzis2-55/+0
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-37/+38
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-15/+8
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-12/+12
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-07-26Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.Kristian Høgsberg2-2/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson21-21/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-7/+2
2006-07-15Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg6-17/+14
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson1-1/+1
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAlan Hourihane1-1/+1
2006-04-03Coverity #38: Dead branch elimination.Adam Jackson1-1/+1
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-0/+7
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-2/+3
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+3
2005-08-20Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.shDaniel Stone1-0/+2
2005-07-28Fix distcheck for serverKevin E Martin1-11/+27
2005-07-27Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.Kevin E Martin7-0/+28
2005-07-27Fix dmx/glxProxy buildKevin E Martin1-5/+20
2005-07-01Adding initial build system.Daniel Stone1-0/+7
2005-05-30Bug #3407: Clean out ancient #ifdef X11R5 conditionals.Adam Jackson1-8/+0
2004-07-07Bugzilla #817Rik Faith2-2/+2
2004-07-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin1-0/+10
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin30-0/+14837