History log of /external/mesa3d/src/glx/tests/query_renderer_implementation_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_implementation_unittest.cpp
326b8e253e5ee2e09e54ad46d8370a6e8c8d46da 07-May-2014 Emil Velikov <emil.l.velikov@gmail.com> glx/tests: Partially revert commit 51e3569573a7b3f8da0df093836761003fcdc414

C++ does not support designated initializers, thus compilation
is not guaranteed to succeed. Surprisingly gcc 4.6.3 fails to
build the code, while version 4.9.0 compiles it without a hitch.

Cc: "10.2" <mesa-stable@lists.freedesktop.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78403
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Vinson Lee <vlee@freedesktop.org>
/external/mesa3d/src/glx/tests/query_renderer_implementation_unittest.cpp
51e3569573a7b3f8da0df093836761003fcdc414 12-Feb-2014 Emil Velikov <emil.l.velikov@gmail.com> glx/tests: explicitly set __DRI2rendererQueryExtension members

While we're here use the typcast'ed name and constify.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/query_renderer_implementation_unittest.cpp
f41a65397b410d3960a6ed31b05367bee5229120 28-Feb-2014 Emil Velikov <emil.l.velikov@gmail.com> glx: cleanup unneeded headers

- xf86dri.h is the old dri1 header, not required by dri2 nor dri3
- fold xf86drm.h inclusiong inside dri2.h
- dri3_glx does not have any drm specific dependencies
- glapi.h is not required by the dri2 and dri3 codepaths

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/query_renderer_implementation_unittest.cpp
e5214dd8f1356ac77e9caed5abb2b76deb27a920 12-Nov-2013 Jon TURNEY <jon.turney@dronecode.org.uk> glx/tests: honor enable-driglx-direct configure flag

Recent commit fixed build issues in dri2_query_renderer.c by
wrapping in defined(direct_rendering) && !defined(applegl)

This patch targets the query_renderer tests, so that make check
passes on platforms such as hurd and cygwin.

v2: (Emil)
- Rebase and update commit message.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
/external/mesa3d/src/glx/tests/query_renderer_implementation_unittest.cpp
8c5330226f391a7a29b6538851090b0ef730a239 23-Feb-2013 Ian Romanick <ian.d.romanick@intel.com> 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>
/external/mesa3d/src/glx/tests/query_renderer_implementation_unittest.cpp