Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx: change query_renderer_integer() value param to unsigned | Brian Paul | 2013-11-11 | 1 | -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_renderer | Ian Romanick | 2013-11-07 | 1 | -0/+173 |
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> |