glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_renderer
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 23 Feb 2013 00:45:27 +0000 (16:45 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 02:12:33 +0000 (18:12 -0800)
commit8c5330226f391a7a29b6538851090b0ef730a239
treed7c876c54d1daf1d1735b8cc02f9848730dc0cdb
parent0cce5538673148ffcd7aa9479f6b88cf9a641352
glx/tests: Add unit tests for the DRI2 part of GLX_MESA_query_renderer

After adding $(DEFINES) to AM_CPPFLAGS, the __glXGetCurrentContext
wrapper function is no longer needed and causes compile errors.  Using
the correct defines causes it to be a macro!

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/tests/Makefile.am
src/glx/tests/fake_glx_screen.cpp
src/glx/tests/query_renderer_implementation_unittest.cpp [new file with mode: 0644]