History log of /external/mesa3d/src/glx/tests/query_renderer_unittest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
52c7443932bd38d6708fcab2a8dfcc7ed3d678f2 26-Apr-2016 Jose Fonseca <jfonseca@vmware.com> glx: Don't enclose includes inside `extern "C" { }`.

Ran `make check` inside src/glx to verify everything compiles and links
correctly.

https://bugs.freedesktop.org/show_bug.cgi?id=95158

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/glx/tests/query_renderer_unittest.cpp
75982a5df42cd2406e529b7c96b36d2a8b1f7b60 08-Nov-2013 Brian Paul <brianp@vmware.com> glx: change query_renderer_integer() value param to unsigned

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 <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/query_renderer_unittest.cpp
0cce5538673148ffcd7aa9479f6b88cf9a641352 17-Feb-2013 Ian Romanick <ian.d.romanick@intel.com> glx/tests: Add unit tests for the GLX part of GLX_MESA_query_renderer

These tests primarilly ensure that the functions added by this extension
don't abuse other interfaces (e.g., glx_screen::query_renderer_integer)
when provided bad data.

These tests helped me find a couple small bugs in the initial
implementation.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/query_renderer_unittest.cpp