History log of /external/deqp/framework/opengl/gluCallLogWrapper.inl
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
485a2d1c89e689e6b8523fc3b9c146c63e92bfd7 02-Dec-2015 Daniel Andrade Groppe <daniel.andrade@mobica.com> Updating framework/opengl to support OpenGL ES 3.2

- Updated src_util.py to download appropriate gl.xml from Khronos.
- Dropped EXT/KHR suffix in certain function names
- Context wrapper is no longer created if native context fails to be created
Change-Id: I3b93c70ec779b7b0664925b6c57dcf16f1e8610d
/external/deqp/framework/opengl/gluCallLogWrapper.inl
b2e583dfcd8aa0d4ef254f841213fcf724b2b193 19-Jun-2015 Jarkko Pöyry <jpoyry@google.com> Improve texture format pretty-printing.

- Rename PixelFormat to TextureFormat and include compressed formats.
- Add compressed3D pretty printing.
- Add compressed formats to texStorageXD.

Change-Id: Ifb24338119dae0e97e166d39c0edbc03d49e7150
/external/deqp/framework/opengl/gluCallLogWrapper.inl
1a9576a710673363b2c0d9e5771451cebbfa6d10 21-May-2015 Pyry Haulos <phaulos@google.com> Add tests for GL_EXT_debug_marker

This adds simple support check, randomized, and invalid usage tests for
GL_EXT_debug_marker to the ES2 test module.

Android framework requires GL_EXT_debug_marker extension so tests will
fail on Android unless the extension is supported. On other platforms
the usual convention of reporting NotSupported is followed.

Bug: 21333653
Bug: 18315793
Change-Id: Id73c64e091533564698c736fcdbe24e216481354
/external/deqp/framework/opengl/gluCallLogWrapper.inl
31be48580b7ff2d602fef40670bd7da69d320c23 14-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Improve logging of texture border color.

Change-Id: I143e4e650eac20304320631eb0a00aa55b79dc87
/external/deqp/framework/opengl/gluCallLogWrapper.inl
8bf16f28be688a52f616aa830f95a94c53144cc3 17-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Support GL_EXT_texture_sRGB_R(G)8 extension in glw.

Change-Id: Ieaf5422beb8dafe277cca230744540200eff7846
/external/deqp/framework/opengl/gluCallLogWrapper.inl
3cd1fd9f131e05dd9163545eee011778fef163ef 10-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Do not dereference NULL even if such pointer is given by test code.

- Avoid printing raw char* ptrs, always use getStringStr()
- Avoid printing pointers to prevent similar issues in the with other
types.

Bug: 19679876
Change-Id: I52fe1505026f0570f035fc18dcc8385b77f203f2
/external/deqp/framework/opengl/gluCallLogWrapper.inl
1459a4523cf1c06ef7d413adf2ba9a8bc8a98d9a 09-Mar-2015 Mika Isojärvi <misojarvi@google.com> Improve logging of indexed enable and disable calls.

Change-Id: Iddf92e228c2843b06fc89ca181db3d3a07e8c6f1
/external/deqp/framework/opengl/gluCallLogWrapper.inl
7867608b4db9e61bee3894a39783cb6d087faa6f 27-Feb-2015 Mika Isojärvi <misojarvi@google.com> Add better logging for indexed state queries.

Change-Id: Ib666a09e9dbb25b210af80e35d23e689e1353db6
/external/deqp/framework/opengl/gluCallLogWrapper.inl
7af3c6f58d3b9426227e4354bf0109028560b6d9 13-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Add support for AEP states to framework.

- Extend state reset.
- Fix texture MIN_FILTER state reset initial value.
- Extend call log wrapper for new methods and types.
- Extend ES3Plus Wrapper for AEP extensions.

Change-Id: Iadd66e17958c4ae1d0184260e606a20588496167
/external/deqp/framework/opengl/gluCallLogWrapper.inl
cb82ed72dcbbfd8a6d07736c3259605227bc984f 27-Jan-2015 Jarkko Pöyry <jpoyry@google.com> Add query tests for ES31 states.

* Queries and pretty-printing for GLES31 core states.
* Move sample_mask_value from integer.* to indexed.*.
* Add image state reset.
* Move tcu::Array to a separate file

Bug: 18925583
Change-Id: Icce01201ca3c2c7daeb2daeb0fed04d373a15eb6
/external/deqp/framework/opengl/gluCallLogWrapper.inl
314799d1cc4f65ec6503edf7375b9e566fa30fd1 24-Jan-2015 Mika Isojärvi <misojarvi@google.com> Generate GL wrappers from latest api registry xml.

Updated GL wrapper generation script to use latest version of of xml
api registry. Revision r29570.

Change-Id: I5d82bb80838a5ef24937d06fcaf607b7e54c6126
/external/deqp/framework/opengl/gluCallLogWrapper.inl
1f99d6991ce9a27d32ec0543d95646fe4e7bf001 17-Nov-2014 Jarkko Pöyry <jpoyry@google.com> Add EXT_primitive_bounding_box tests.

- Add primitive bounding box state query tests.
- Add primitive bounding box render tests.
- Add primitive bounding box test spec.
- Add primitive_bounding_box to str_util and regen wrappers.
- Add primitive_bounding_box state reset.
- Add pritimive_bounding_box wrapper context no-op implementation.
- Add tcu::Vector::operator-= ()
- Pretty-printing return values of array returning queries.
- Add tessellation patch vertices state reset.

Bug: 18336498
Change-Id: I56f3301fc32bf016e2091163d35dced2afb80c0d
/external/deqp/framework/opengl/gluCallLogWrapper.inl
eb0aaf2611ad99884250a2972c7b5f80dc1329fd 16-Dec-2014 Jarkko Pöyry <jpoyry@google.com> Fix GLES2 negative texture api tests.

- Remove broken compressedtexsubimage2d_invalid_format test. Function is not
required to generate INVALID_ENUM on invalid format. Spec only states that
format must match the target texture format or INVALID_OPERATION.
- Remove broken generatemipmap_invalid_target_bind test.
- Add npot extension check to generatemipmap_npot_wdt_hgt test.
- Add GL_EXT_texture_compression_s3tc and GL_IMG_texture_compression_pvrtc
format pretty-printing.

Bug: 18770284
Change-Id: I9c2c8d059b04eb51885062e9f0b78c2254050521
/external/deqp/framework/opengl/gluCallLogWrapper.inl
1abab607ca1c1b410881390f9ec47e6be04c207d 06-Nov-2014 Pyry Haulos <phaulos@google.com> Generate GL(ES) framework .inl files from Khronos XML registry.

The new scripts produce the GL framework auto-generated parts using the
official XML description of the GL(ES) APIs.

Change-Id: I487a624dbadc2040bb4968f46a4c91ea7e5b27af
/external/deqp/framework/opengl/gluCallLogWrapper.inl
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/framework/opengl/gluCallLogWrapper.inl