index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glx_pbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
glx: Prepare driFetchDrawable for no-config contexts
Adam Jackson
1
-6
/
+6
2017-04-07
glx: silence uninitialized var warning
Brian Paul
1
-1
/
+1
2017-01-18
glx: unify GLX_SGIX_pbuffer aliased declarations
Emil Velikov
1
-2
/
+0
2016-08-15
glx: fix error code when there is no context bound
Bernard Kilarski
1
-1
/
+1
2016-05-30
glx: Implement the libglvnd interface.
Kyle Brenneman
1
-14
/
+14
2014-06-26
glx: Added missing null check in GetDrawableAttribute()
Juha-Pekka Heikkila
1
-4
/
+8
2014-05-23
Fix build of appleglx
Jon TURNEY
1
-1
/
+1
2014-03-13
dri3: Add GLX_EXT_buffer_age support
Adel Gadllah
1
-3
/
+30
2014-03-07
glx_pbuffer: Refactor GetDrawableAttribute
Adel Gadllah
1
-5
/
+6
2014-02-07
glx: Add some missing null checks in glx_pbuffer.c
Juha-Pekka Heikkila
1
-4
/
+15
2013-08-13
glx: Generate GLXBadDrawable when drawable is zero
Ian Romanick
1
-2
/
+12
2013-02-27
glx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING is undefined
Jon TURNEY
1
-1
/
+1
2012-09-05
Don't cast the return value of malloc/realloc
Matt Turner
1
-1
/
+1
2012-09-05
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
1
-4
/
+4
2011-07-08
GLX/DRI2: handle swap event swap count wrapping
Jesse Barnes
1
-0
/
+11
2011-06-29
glx: Verify that drawable creation on the client side actually worked
Adam Jackson
1
-24
/
+47
2011-06-05
apple: Rename __GLcontextModes to struct glx_config
Jeremy Huddleston
1
-1
/
+1
2011-05-25
glx: Don't refer to the request buffer outside of {L,Unl}ockDisplay
Adam Jackson
1
-3
/
+4
2011-05-24
glx: Remove some misleading comments
Adam Jackson
1
-12
/
+0
2011-05-04
GLX: don't crash when indirect clients try to set an event mask
Jesse Barnes
1
-0
/
+3
2011-01-31
glx: fix GLXChangeDrawableAttributesSGIX request
Julien Cristau
1
-2
/
+3
2011-01-24
glx: fix request lengths
Julien Cristau
1
-3
/
+3
2010-09-09
glx: Fix another use-after-free problem
Kristian Høgsberg
1
-1
/
+3
2010-09-08
glx: Destroy pixmap after destroying glx and dri drawables
Kristian Høgsberg
1
-2
/
+2
2010-09-07
Some fixes for GLX_INDIRECT_RENDERING only build
Jon TURNEY
1
-2
/
+6
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-7
/
+7
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-14
/
+14
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-30
/
+30
2010-07-22
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
1
-6
/
+4
2010-07-19
glx: Move drawHash to display private
Kristian Høgsberg
1
-2
/
+2
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
1
-2
/
+2
2010-07-15
glx: Move dereference and initialization to after NULL check.
Vinson Lee
1
-1
/
+3
2010-07-14
dri2: Track event mask in client code.
Nick Bowler
1
-0
/
+11
2010-04-28
Merge branch '7.8'
Brian Paul
1
-12
/
+185
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-3
/
+3
2010-04-27
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
1
-12
/
+184
2010-04-09
glx: Support direct rendering pbuffers
Kristian Høgsberg
1
-103
/
+123
2010-04-01
Revert accidental commits from the xquartz tree
Jeremy Huddleston
1
-187
/
+15
2010-04-01
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-3
/
+3
2010-04-01
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
1
-12
/
+184
2010-03-02
glx: replace assertion with conditional
Brian Paul
1
-2
/
+2
2010-02-27
glx: Add assert to check input to memcpy.
Vinson Lee
1
-0
/
+1
2010-02-16
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Kristian Høgsberg
1
-4
/
+0
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
1
-0
/
+724