index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
dri_glx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-07
glx: Fix indirect fallback when a non-Mesa GLX extension is present.
Aaron Plattner
1
-5
/
+16
2011-08-26
dri: Remove all DRI1 drivers
Ian Romanick
1
-2
/
+2
2011-06-20
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
1
-0
/
+1
2011-06-17
glx: implement drawable refcounting.
Stéphane Marchesin
1
-2
/
+4
2011-01-31
glx: Fix leaks in DRI screen creation error paths.
Henri Verbeet
1
-19
/
+20
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-31
/
+26
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-9
/
+9
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-8
/
+8
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-7
/
+7
2010-07-26
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
1
-3
/
+2
2010-07-23
glx: Don't destroy context with XID 0
Kristian Høgsberg
1
-1
/
+2
2010-07-23
glx: zero out drawable structs after allocation
Kristian Høgsberg
1
-0
/
+1
2010-07-23
glx: Refactor and simplify context creation
Kristian Høgsberg
1
-4
/
+8
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
1
-9
/
+18
2010-07-22
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
1
-2
/
+3
2010-07-22
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
1
-19
/
+24
2010-07-19
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
1
-4
/
+13
2010-07-19
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
1
-1
/
+3
2010-07-19
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
1
-27
/
+46
2010-07-19
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
1
-10
/
+11
2010-07-19
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
1
-1
/
+123
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
1
-49
/
+78
2010-07-19
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
1
-14
/
+11
2010-05-21
glx: Split tfp functions out to context vtable
Kristian Høgsberg
1
-0
/
+7
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-1
/
+1
2010-04-01
Revert accidental commits from the xquartz tree
Jeremy Huddleston
1
-1
/
+1
2010-04-01
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
1
-1
/
+1
2010-03-05
glx: Move initialization of ext_list_first_time to where it's storage is allo...
Brian Paul
1
-3
/
+0
2010-02-14
glx: Silence uninitialized variable warning.
Vinson Lee
1
-0
/
+1
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
1
-0
/
+751