summaryrefslogtreecommitdiff
path: root/src/glx/dri3_glx.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07dri3: Fix pixmap buf_id computation10.0-branchpointKeith Packard1-1/+1
Looks like some kind of rebase damage to me... Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net>
2013-11-07glx: Add a more informative debug message in a DRI3 error path.Eric Anholt1-0/+7
2013-11-07Add DRI3+Present loaderKeith Packard1-0/+1831
Uses the __DRIimage loader interfaces. v2: Fix _XIOErrors when DRI3 isn't present (change by anholt). Apparently XCB just terminates your connection if you don't check for extensions before using them, instead of returning an error like you'd expect. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Eric Anholt <eric@anholt.net>