summaryrefslogtreecommitdiffstats
path: root/src/glx/glx_pbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* glx: fix error code when there is no context boundBernard Kilarski2016-08-151-1/+1
* glx: Implement the libglvnd interface.Kyle Brenneman2016-05-301-14/+14
* glx: Added missing null check in GetDrawableAttribute()Juha-Pekka Heikkila2014-06-261-4/+8
* Fix build of appleglxJon TURNEY2014-05-231-1/+1
* dri3: Add GLX_EXT_buffer_age supportAdel Gadllah2014-03-131-3/+30
* glx_pbuffer: Refactor GetDrawableAttributeAdel Gadllah2014-03-071-5/+6
* glx: Add some missing null checks in glx_pbuffer.cJuha-Pekka Heikkila2014-02-071-4/+15
* glx: Generate GLXBadDrawable when drawable is zeroIan Romanick2013-08-131-2/+12
* glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefinedJon TURNEY2013-02-271-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-4/+4
* GLX/DRI2: handle swap event swap count wrappingJesse Barnes2011-07-081-0/+11
* glx: Verify that drawable creation on the client side actually workedAdam Jackson2011-06-291-24/+47
* apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston2011-06-051-1/+1
* glx: Don't refer to the request buffer outside of {L,Unl}ockDisplayAdam Jackson2011-05-251-3/+4
* glx: Remove some misleading commentsAdam Jackson2011-05-241-12/+0
* GLX: don't crash when indirect clients try to set an event maskJesse Barnes2011-05-041-0/+3
* glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau2011-01-311-2/+3
* glx: fix request lengthsJulien Cristau2011-01-241-3/+3
* glx: Fix another use-after-free problemKristian Høgsberg2010-09-091-1/+3
* glx: Destroy pixmap after destroying glx and dri drawablesKristian Høgsberg2010-09-081-2/+2
* Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY2010-09-071-2/+6
* glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg2010-07-281-7/+7
* glx: Rename __GLXscreenConfigs to struct glx_screenKristian Høgsberg2010-07-281-2/+2
* glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg2010-07-281-14/+14
* glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg2010-07-281-30/+30
* glx: Drop screen argument to GetGLXDRIDrawableKristian Høgsberg2010-07-221-6/+4
* glx: Move drawHash to display privateKristian Høgsberg2010-07-191-2/+2
* glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg2010-07-191-2/+2
* glx: Move dereference and initialization to after NULL check.Vinson Lee2010-07-151-1/+3
* dri2: Track event mask in client code.Nick Bowler2010-07-141-0/+11
* Merge branch '7.8'Brian Paul2010-04-281-12/+185
|\
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-271-3/+3
| * apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-271-12/+184
| * Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-011-187/+15
| * apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston2010-04-011-3/+3
| * apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston2010-04-011-12/+184
* | glx: Support direct rendering pbuffersKristian Høgsberg2010-04-091-103/+123
|/
* glx: replace assertion with conditionalBrian Paul2010-03-021-2/+2
* glx: Add assert to check input to memcpy.Vinson Lee2010-02-271-0/+1
* glx: Move GetGLXDRIDrawable() prototype to glxclient.hKristian Høgsberg2010-02-161-4/+0
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-0/+724