index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-26
glx: Don't do the implicit glFlush in SwapBuffers if it's the wrong drawable.
Eric Anholt
1
-2
/
+6
2011-02-11
glx: Put null check before use
nobled
1
-2
/
+6
2011-01-20
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
1
-1
/
+6
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-50
/
+0
2010-09-07
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
1
-5
/
+5
2010-09-07
glx: Fix compilation with out xf86vidmode
Kristian Høgsberg
1
-7
/
+1
2010-09-07
Fix crashes when some GLX API entrypoints are called with no current context.
Michel Dänzer
1
-5
/
+5
2010-09-07
Make XF86VIDMODE extension optional
Jon TURNEY
1
-0
/
+2
2010-09-07
Some fixes for GLX_INDIRECT_RENDERING only build
Jon TURNEY
1
-2
/
+2
2010-07-29
glx: Fix copy/paste bug in glXWaitX and glXWaitGL
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
1
-393
/
+0
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-14
/
+14
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-65
/
+76
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-41
/
+41
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-39
/
+39
2010-07-28
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
1
-1
/
+0
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-106
/
+99
2010-07-26
glx: Drop debug fprintf that snug in with the previous commit
Kristian Høgsberg
1
-2
/
+0
2010-07-26
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
1
-1
/
+3
2010-07-23
glx: Don't destroy context with XID 0
Kristian Høgsberg
1
-1
/
+3
2010-07-23
glx: Refactor and simplify context creation
Kristian Høgsberg
1
-177
/
+150
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
1
-67
/
+37
2010-07-22
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
1
-33
/
+25
2010-07-22
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
1
-82
/
+66
2010-07-22
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
1
-51
/
+57
2010-07-21
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Kristian Høgsberg
1
-6
/
+3
2010-07-19
glx: Move drawHash to display private
Kristian Høgsberg
1
-26
/
+16
2010-07-19
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
1
-1
/
+1
2010-07-19
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
1
-107
/
+0
2010-07-19
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
1
-110
/
+3
2010-07-19
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
1
-71
/
+0
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
1
-11
/
+11
2010-05-21
glx: Split tfp functions out to context vtable
Kristian Høgsberg
1
-40
/
+41
2010-05-07
glx: Get GLX_SCREEN first in __glXQueryContextInfo()
Kristian Høgsberg
1
-3
/
+10
2010-05-05
darwin: Fix build
Jeremy Huddleston
1
-4
/
+4
2010-04-28
glx: Fix build
Jakob Bornecrantz
1
-1
/
+1
2010-04-28
Merge branch '7.8'
Brian Paul
1
-28
/
+175
2010-04-27
darwin: Use clientattrib
Jeremy Huddleston
1
-2
/
+0
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-52
/
+45
2010-04-27
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
1
-14
/
+170
2010-04-09
glx: Fix config chooser logic for 'mask' matching
Kristian Høgsberg
1
-5
/
+9
2010-04-09
glx: Fix config chooser logic for 'mask' matching
Kristian Høgsberg
1
-5
/
+9
2010-04-04
Merge branch '7.8'
Ian Romanick
1
-3
/
+59
2010-04-02
glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.
Vinson Lee
1
-2
/
+39
2010-04-01
Revert accidental commits from the xquartz tree
Jeremy Huddleston
1
-184
/
+27
2010-04-01
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-55
/
+45
2010-04-01
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
1
-14
/
+181
2010-04-01
glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.
Vinson Lee
1
-3
/
+22
2010-03-22
GLX/OML: honor OML semantics even if target, divisor and remainder are 0
Jesse Barnes
1
-0
/
+3
2010-03-05
GLX: remove debug prints from glXWaitForMscOML dispatch
Jesse Barnes
1
-4
/
+0
[prev]
[next]