Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dri3: Fix pixmap buf_id computation10.0-branchpoint | Keith Packard | 2013-11-07 | 1 | -1/+1 |
| | | | | | | | Looks like some kind of rebase damage to me... Signed-off-by: Keith Packard <[email protected]> Reviewed-by: Eric Anholt <[email protected]> | ||||
* | glx: Add a more informative debug message in a DRI3 error path. | Eric Anholt | 2013-11-07 | 1 | -0/+7 |
| | |||||
* | Add DRI3+Present loader | Keith Packard | 2013-11-07 | 1 | -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 <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> Reviewed-by: Eric Anholt <[email protected]> |