glx/dri2: Add DRI2 support for GLX_MESA_query_renderer
The new functions for this extension were added to a separate file (dri2_query_renderer.c) to facilitate unit testing. I tried putting them in dri2_glx.c, and it resulting in an unending chain of dependencies. It was the proverbial threading hanging from a sweater. Signed-off-by:Ian Romanick <ian.d.romanick@intel.com> Reviewed-by:
Kenneth Graunke <kenneth@whitecape.org>
- src/glx/Makefile.am 1 addition, 0 deletionssrc/glx/Makefile.am
- src/glx/dri2.h 8 additions, 0 deletionssrc/glx/dri2.h
- src/glx/dri2_glx.c 12 additions, 1 deletionsrc/glx/dri2_glx.c
- src/glx/dri2_priv.h 1 addition, 0 deletionssrc/glx/dri2_priv.h
- src/glx/dri2_query_renderer.c 97 additions, 0 deletionssrc/glx/dri2_query_renderer.c