index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
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-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
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
[prev]
[next]