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
/
dri2_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
-4
/
+19
2011-10-14
dri2: Implement a throttle dri extension.
Thomas Hellstrom
1
-3
/
+50
2011-09-19
Remove unneeded xdamages header from dri2_glx.c.
Matt Turner
1
-1
/
+0
2011-09-14
glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.
Michel Dänzer
1
-0
/
+4
2011-09-14
GLX: Say something if we cannot connect via DRI2
Andrew Deason
1
-0
/
+1
2011-08-18
glx: Don't flush twice if we fallback to dri2CopySubBuffer
Kristian Høgsberg
1
-11
/
+10
2011-08-09
glx: move declarations before code
Brian Paul
1
-3
/
+7
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
-3
/
+2
2011-06-06
dri2: protect dri2FlushFrontBuffer against NULL buffers.
Stéphane Marchesin
1
-0
/
+6
2011-06-03
glx: Fix use-before-null-check in dri2InvalidateBuffers().
Eric Anholt
1
-1
/
+6
2011-05-06
glx: Check flush DRI extension version at runtime
nobled
1
-2
/
+3
2011-04-10
glx: Destroy dri2Hash on DRI2 display destruction.
Henri Verbeet
1
-0
/
+3
2011-02-26
dri2: Don't call the dri2 flush hook for swapbuffers unless we have a context.
Eric Anholt
1
-2
/
+7
2011-01-31
glx: Properly check for a valid fd in dri2CreateScreen().
Henri Verbeet
1
-1
/
+3
2011-01-31
glx: Fix leaks in DRI2 screen creation error paths.
Henri Verbeet
1
-4
/
+10
2011-01-09
dri2: release texture image.
Juan Zhao
1
-0
/
+21
2010-09-22
glx: Invalidate buffers after binding a drawable
Kristian Høgsberg
1
-4
/
+15
2010-09-22
glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build
Luca Barbieri
1
-0
/
+10
2010-09-21
glx: Hold on to drawables if we're just switching to another context
Kristian Høgsberg
1
-1
/
+4
2010-09-13
glx: Don't destroy DRI2 drawables for legacy glx drawables
Kristian Høgsberg
1
-1
/
+11
2010-09-08
glx: Drop broken drawable garbage collection
Kristian Høgsberg
1
-2
/
+2
2010-08-04
glx: Move deref after NULL check
Kristian Høgsberg
1
-1
/
+2
2010-08-04
glx: dri2InvalidateBuffers() needs the X drawable XID not the GLX one
Kristian Høgsberg
1
-2
/
+2
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
1
-11
/
+17
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
1
-17
/
+17
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
1
-6
/
+6
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
1
-5
/
+5
2010-07-28
Avoid a compiler warning about a potentially unused variable.
Carl Worth
1
-1
/
+1
2010-07-23
glx: Fix another case of confusing driContext and dri2_context *
Eric Anholt
1
-1
/
+1
2010-07-23
glx: Correctly look up the dri2 context pointer for SetTexBuffer.
Eric Anholt
1
-1
/
+1
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
/
+7
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
1
-2
/
+9
2010-07-23
glx: Don't try to swap a front buffer if we don't have one.
Eric Anholt
1
-1
/
+2
2010-07-22
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
1
-3
/
+3
2010-07-22
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
1
-9
/
+12
2010-07-22
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
1
-17
/
+23
2010-07-21
glx: Move __driContext field out of __GLXcontextRec
Kristian Høgsberg
1
-3
/
+3
2010-07-20
glx/dri2: Fix dri2CopySubBuffer() again.
Michel Dänzer
1
-3
/
+4
2010-07-19
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
1
-1
/
+1
2010-07-19
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
1
-1
/
+3
2010-07-19
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Kristian Høgsberg
1
-5
/
+2
2010-07-19
glx: Workaround mismatch in signedness between extensions and protocol
Kristian Høgsberg
1
-7
/
+32
2010-07-19
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
1
-21
/
+27
2010-07-19
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
1
-11
/
+11
2010-07-19
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
1
-3
/
+5
2010-07-19
glx: Move DRI2 extensions to DRI2 screen private
Kristian Høgsberg
1
-34
/
+73
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
1
-53
/
+77
[next]