b4d41f1ef041179f927a6a04a8fd5913cdf590bb |
|
01-Feb-2017 |
Michael Hadley <michael.hadley@mobica.com> |
Add sRGB skip decode test New Tests: - deqp-case=dEQP-GLES31.functional.srgb_texture_decode.* Change-Id: I0257e63b15ee0334efad985411d8070ddecdd51a
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
b8d0d0a842280c2594703ecce985563aebe1cde8 |
|
22-Jan-2016 |
Mika Isojärvi <misojarvi@google.com> |
Fix uniform block precision matching bug - Remove dEQP-GLES3.functional.shaders.linkage.uniform.block.differing_precision since this is not well defined in GLES3. - Add shader uniform linkage tests to GLES31 module. Bug: 21326228 Change-Id: I8940779e6b74e8fc98a0c646133247d3fcd78cbb
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
06fe4fe2a28c6c5a7cab7431d313648cf8054943 |
|
10-Apr-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Add EXT_texture_border_clamp tests. Change-Id: I37b2d473e2b1ccdd40a55daa3e6c12e2a28a6e0d
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
f38ef819208f45b43dc0723142a9585dddf5d813 |
|
17-Apr-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Add default VAO vertexAttrbDivisor GLES3/GLES31 behavior change tests. - Add positive test for default VAO divisor in GLES3. - Add negative test for default VAO divisor in GLES31. - Use VAO in vertex_attrib_binding divisor state query tests. Bug: 20154392 Change-Id: Iac43c4484bf7c5eff2409c964778e3dc304649f9
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
cacbbf83a31d6ae30f08ee58117cc6b037354806 |
|
15-Apr-2015 |
Mika Isojärvi <misojarvi@google.com> |
Add GLES3.1 uniform block syntax tests. Bug: 18928701 Change-Id: I3a505ea3b1321ec2b3810853e930f918c5492f71
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
cafd5f117a5193d45d75ee3ccdf52caded3d76ce |
|
24-Mar-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Add negative tests for array initialization. - Rename constructor_c-styleN to constructor_c_styleN to avoid '-' character in test name. - Add some additional initialization tests. - Port initialization tests to GLES31. Bug: 19639781 Change-Id: Id9488837cc24c82c3ff1ad31c49da3a238c6fee8
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
68a7147b19e8aa28f66ef6aec399ed0c836f81c0 |
|
17-Feb-2015 |
Mika Isojärvi <misojarvi@google.com> |
Add tests for GL_EXT_draw_buffers_indexed. Add tests for GL_EXT_draw_buffers_indexed extension. Bug: 18925580 Change-Id: Ia9e3a7a867c5f11a961df4aeaeccc2c5865b58a9
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
c423ce6164cdd88c8c3e47bec4ec34476743042a |
|
13-Feb-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Add query tests for AEP states. * Add khr_debug limit tests and extend label queries. * Add blend_equation_advanced queries. * Add ext_texture_buffer queries. * Extend ext_geometry_shader queries. * Add ext_tessellation_shader queries. * Add ext_texture_srgb_decode queries. * Extend texture_level tests for all texture targets. * Extend texture tests for all texture targets. * Split shader.sampler_type to separate tests for each sampler type. * Improve logging in vertex_attribute_binding tests. * Add ext_texture_border_clamp queries. * Add EXT_tessellation_shader, EXT_geometry_shader and EXT_shader_io_blocks PIQ tests. * Change filtering min/max lod state query test values to reasonable range. * Extend info log queries. Bug: 18925583 Change-Id: Id6194fff4c03786445f99168ec5fb4120f8c50b7
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
2fed6fb653077fbf7ad22260f0457bf6d2cd45d3 |
|
13-Feb-2015 |
Jarkko Pöyry <jpoyry@google.com> |
Merge changes I688d84e5,Icce01201 * changes: Move tcu::ResultCollector to a separate file. Add query tests for ES31 states.
|
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/modules/gles31/functional/es31fFunctionalTests.cpp
|
433e5704171098c7cd062c7339b259ad76a55678 |
|
16-Jan-2015 |
Mika Isojärvi <misojarvi@google.com> |
Add tests for GL_EXT_copy_image. New tests that test GL_EXT_copy_image extension. Tests copy between all possible format combinations except two float formats. For each format combination all image target combinations are tested. These tests always use npot image sizes and npot copy sizes. Offset to source and destination image is also always npot. When testing texture images, mipmap complete textures are used and source and destination mipmap level is always 1. Each test case first tests copying between images after rendering them to screen and then tests copying between images immediately after creating them. Change-Id: If961728d0257109a8cbd97ef8380dd9d89320ecd
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
9e574351a4724975bf91b1e74ccae8786d711386 |
|
16-Dec-2014 |
Jarkko Pöyry <jpoyry@google.com> |
Add ANDROID_extension_pack_es31a tests. - Check extension dependencies. - Add implementation limit checks. - Basic shader tests with AEP extension directive. - Add 'expect build_successful' mode to ShaderLibrary. This mode checks only that the shaders compile and the programs link but does not attempt to execute the shader program. This is useful for example if test only wants to check that a certain sampler type is available. Bug: 18337603 Change-Id: Ib9715074c6aaccb40c0070df211236d95c7ef66a
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
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/modules/gles31/functional/es31fFunctionalTests.cpp
|
8852c82a1ffa4760985c17cc6875d5d521daf343 |
|
11-Sep-2014 |
Jarkko Poyry <jpoyry@google.com> |
Update dEQP. Migrate drawElements Quality Program changes from an internal repository. Bug: 17388917 Change-Id: I21e3f7bc75813f0510025d697d91a2554dc995d4
/external/deqp/modules/gles31/functional/es31fFunctionalTests.cpp
|
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/modules/gles31/functional/es31fFunctionalTests.cpp
|