History log of /external/deqp/CMakeLists.txt
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
573d3236b66a968d1547bc7252adba27ed697fbe 25-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Print also DEQP_SUPPORT_{GLX,WGL} in CMakeLists.

Change-Id: I475c71ff1583b0b6cd8b953377f8c4a536a02e9f
/external/deqp/CMakeLists.txt
eccd5bc6a92a307a3e665fb6f4686dc12abf3b65 03-Feb-2015 Pyry Haulos <phaulos@google.com> Build system cleanups

* Remove references to OpenCL support

* Remove OpenCL-specific targets

* Always enable EGL support in "default" target as EGL code doesn't
have any compile-time dependencies any more.

* Remove DELIBS_DIR indirection as delibs is now always located under
framework/ directory.

Change-Id: I74e5eae2201c1bbd689fe86d377b603ba193bccc
/external/deqp/CMakeLists.txt
bf44c5c30440b0c7a8c7c87f2b7c3ff984e77018 09-Jan-2015 Jarkko Pöyry <jpoyry@google.com> Add DeqpPlatformCapabilityQueryInstrumentation.

- Add Instrumentation for querying if the described render target is supported.
- Move chooseConfig() from egluGLContextFactory to egluGLUtil

Change-Id: I5f55d0d7c2c1f6c70de9333e42298deb32f19953
/external/deqp/CMakeLists.txt
3c67e4f0ec73f9c30c6b2ed2adfbfe7faaf576a4 20-Dec-2014 Pyry Haulos <phaulos@google.com> Add support for dynamic loading of EGL entry points

This change adds eglu::Library abstraction for accessing any and all EGL
entry points. All code has been changed to use that interface instead of
calling EGL functions directly.

Having code use abstract interface instead of direct entry points allows
always builing EGL code paths and dynamically loading them if supported
by the environment. In the future analysis and logging facilities could
be layered on that interface.

This change required lots of small changes across all EGL code. As part
of that refactoring work tcu::egl utilities were finally put to rest for
good. All uses of glw.h were also removed from the EGL module.

Bug: 18269587
Change-Id: Ic81e24b7eecb9813d00fba5c65144d4f59a550e8
/external/deqp/CMakeLists.txt
b035773dba9d9886d5cc0eef92feeba24b279c24 29-Oct-2014 Mika Isojärvi <misojarvi@google.com> Add tests for EGL_ANDROID_image_native_buffer.

Add tests and required utilities for EGL_ANDROID_image_native_buffer.

Change-Id: I0763f49d09806118ddc21d905c3223a6978dcc5b
/external/deqp/CMakeLists.txt
03700a8505debaeae47e63e156ec15350398ce83 20-Oct-2014 Pyry Haulos <phaulos@google.com> Rename libtestercore.so to libdeqp.so

Since dEQP is now being built as part of the Android CTS as well,
the name libtestercore.so isn't very descriptive any more. This change
renames the library to libdeqp.so.

This change also drops some dead code related to API level < 9 support.

Change-Id: I03b60fd6d9cc6252651f25610e7c72bbc450670c
/external/deqp/CMakeLists.txt
fe01ea4c4da3e989f8274b6e296e9b0de4c84725 24-Sep-2014 Pyry Haulos <phaulos@google.com> Fix standalone dEQP build.

Change-Id: I3ed9c3bdb4298a092e0b4f55f38f052e0a60c9fa
/external/deqp/CMakeLists.txt
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/CMakeLists.txt