diff options
author | Keith Packard <[email protected]> | 2013-11-04 18:15:51 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-11-07 19:08:09 -0800 |
commit | 2d94601582e4f0fcaf8c02a15b23cba39dec7bb1 (patch) | |
tree | c0968b8d3f7c7035f2e380f4cba509b4e1312fee /src/glx/Makefile.am | |
parent | 442442026eb241f05f2b7c03da304e0be047a7da (diff) |
Add DRI3+Present loader
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]>
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r-- | src/glx/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index f66c4bd59ad..ae296b92236 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -94,6 +94,8 @@ libglx_la_SOURCES = \ dri2_glx.c \ dri2.c \ dri2_query_renderer.c \ + dri3_glx.c \ + dri3_common.c \ applegl_glx.c GL_LIBS = \ |