summaryrefslogtreecommitdiffstats
path: root/src/glx/query_renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* glx: change query_renderer_integer() value param to unsignedBrian Paul2013-11-111-1/+1
| | | | | | | | | When this function was added, the returned value was signed in some places, unsigned in others. v2: also add unsigned in the unit test, per Ian. Reviewed-by: Ian Romanick <[email protected]>
* glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick2013-11-071-0/+173
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>