index
:
~vadimg/mesa
master
r600-fake
r600-geom-shaders
r600-sb
r600-sb-2
r600-sb-3
r600-sb-bfgminer
r600-sb-wip
r600-wip-sched
r600_eg_shader_opt
wip-sb-tgsi
vadimg's mesa repository
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-02-23
glx: Fix some typos in pointer checking for OML_sync_control entry points.
kleinerm
1
-3
/
+3
2010-02-17
Merge commit '381d5e209815235911c4aab516037c868c8f695f'
Ian Romanick
1
-137
/
+143
2010-02-16
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Kristian Høgsberg
1
-4
/
+0
2010-02-11
glx: Pass fbconfig ID or visual ID to CreateContext
Ian Romanick
1
-10
/
+10
2010-02-11
glx: Use the screen parameter everywhere instead of vis->screen, etc.
Ian Romanick
1
-5
/
+3
2010-02-11
glx: Move work of converting a visual to an fbconfig
Ian Romanick
1
-31
/
+29
2010-02-11
glx: Re-indent CreateContext after the previous commit
Ian Romanick
1
-96
/
+95
2010-02-11
glx: Handle imported contexts outside of CreateContext
Ian Romanick
1
-16
/
+10
2010-02-11
glx: Pass screen number as parameter to CreateContext
Ian Romanick
1
-7
/
+16
2010-02-11
glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter
Ian Romanick
1
-8
/
+23
2010-02-11
glx: Fix interval test in glXSwapIntervalMESA
Ian Romanick
1
-4
/
+0
2010-02-11
glx: Change type to eliminate 'comparison between signed and unsigned' warning
Ian Romanick
1
-1
/
+2
2010-02-11
glx: Add casts to eliminate 'comparison between signed and unsigned' warnings
Ian Romanick
1
-7
/
+8
2010-02-11
glx: Eliminate several 'unused variable' warnings in glxcmds.c.
Ian Romanick
1
-0
/
+11
2010-02-11
glx: Use wrapper macro to detect direct rendering
Ian Romanick
1
-24
/
+8
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
1
-0
/
+3173
[prev]