index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
glxcmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
2010-07-28
1
-65
/
+76
*
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
2010-07-28
1
-41
/
+41
*
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
2010-07-28
1
-39
/
+39
*
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
2010-07-28
1
-1
/
+0
*
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
2010-07-28
1
-106
/
+99
*
glx: Drop debug fprintf that snug in with the previous commit
Kristian Høgsberg
2010-07-26
1
-2
/
+0
*
glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #defined
Kristian Høgsberg
2010-07-26
1
-1
/
+3
*
glx: Don't destroy context with XID 0
Kristian Høgsberg
2010-07-23
1
-1
/
+3
*
glx: Refactor and simplify context creation
Kristian Høgsberg
2010-07-23
1
-177
/
+150
*
glx: Move context destroy to context vtable
Kristian Høgsberg
2010-07-23
1
-67
/
+37
*
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
2010-07-22
1
-33
/
+25
*
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
1
-82
/
+66
*
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
1
-51
/
+57
*
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Kristian Høgsberg
2010-07-21
1
-6
/
+3
*
glx: Move drawHash to display private
Kristian Høgsberg
2010-07-19
1
-26
/
+16
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
1
-1
/
+1
*
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
1
-107
/
+0
*
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
1
-110
/
+3
*
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
2010-07-19
1
-71
/
+0
*
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
1
-11
/
+11
*
glx: Split tfp functions out to context vtable
Kristian Høgsberg
2010-05-21
1
-40
/
+41
*
glx: Get GLX_SCREEN first in __glXQueryContextInfo()
Kristian Høgsberg
2010-05-07
1
-3
/
+10
*
darwin: Fix build
Jeremy Huddleston
2010-05-05
1
-4
/
+4
*
glx: Fix build
Jakob Bornecrantz
2010-04-28
1
-1
/
+1
*
Merge branch '7.8'
Brian Paul
2010-04-28
1
-28
/
+175
|
\
|
*
darwin: Use clientattrib
Jeremy Huddleston
2010-04-27
1
-2
/
+0
|
*
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-27
1
-52
/
+45
|
*
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
2010-04-27
1
-14
/
+170
|
*
glx: Fix config chooser logic for 'mask' matching
Kristian Høgsberg
2010-04-09
1
-5
/
+9
*
|
glx: Fix config chooser logic for 'mask' matching
Kristian Høgsberg
2010-04-09
1
-5
/
+9
*
|
Merge branch '7.8'
Ian Romanick
2010-04-04
1
-3
/
+59
|
\
|
|
*
glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.
Vinson Lee
2010-04-02
1
-2
/
+39
|
*
Revert accidental commits from the xquartz tree
Jeremy Huddleston
2010-04-01
1
-184
/
+27
|
*
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-01
1
-55
/
+45
|
*
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
2010-04-01
1
-14
/
+181
|
*
glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.
Vinson Lee
2010-04-01
1
-3
/
+22
*
|
GLX/OML: honor OML semantics even if target, divisor and remainder are 0
Jesse Barnes
2010-03-22
1
-0
/
+3
|
/
*
GLX: remove debug prints from glXWaitForMscOML dispatch
Jesse Barnes
2010-03-05
1
-4
/
+0
*
glx: Fix some typos in pointer checking for OML_sync_control entry points.
kleinerm
2010-02-23
1
-3
/
+3
*
Merge commit '381d5e209815235911c4aab516037c868c8f695f'
Ian Romanick
2010-02-17
1
-137
/
+143
|
\
|
*
glx: Pass fbconfig ID or visual ID to CreateContext
Ian Romanick
2010-02-11
1
-10
/
+10
|
*
glx: Use the screen parameter everywhere instead of vis->screen, etc.
Ian Romanick
2010-02-11
1
-5
/
+3
|
*
glx: Move work of converting a visual to an fbconfig
Ian Romanick
2010-02-11
1
-31
/
+29
|
*
glx: Re-indent CreateContext after the previous commit
Ian Romanick
2010-02-11
1
-96
/
+95
|
*
glx: Handle imported contexts outside of CreateContext
Ian Romanick
2010-02-11
1
-16
/
+10
|
*
glx: Pass screen number as parameter to CreateContext
Ian Romanick
2010-02-11
1
-7
/
+16
|
*
glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter
Ian Romanick
2010-02-11
1
-8
/
+23
|
*
glx: Fix interval test in glXSwapIntervalMESA
Ian Romanick
2010-02-11
1
-4
/
+0
|
*
glx: Change type to eliminate 'comparison between signed and unsigned' warning
Ian Romanick
2010-02-11
1
-1
/
+2
|
*
glx: Add casts to eliminate 'comparison between signed and unsigned' warnings
Ian Romanick
2010-02-11
1
-7
/
+8
[next]