[Piglit] [PATCH 0/2] Tests for NV_image_formats

Lionel Landwerlin lionel.g.landwerlin at intel.com
Wed Nov 9 11:39:31 UTC 2016


Hi all,

We do have some interest to have support for R8 images in GLES on
Intel hardware for ChromeOS [1] and it seems enabling the
NV_image_formats extension is the way to go.

I'm not quite sure how much this needs to be tested. Any direction
would be really helpful. For now, here are some basic tests to verify
that the compiler doesn't rejects new formats with the
NV_image_formats [2] extension.

Cheers,

[1]: https://bugs.freedesktop.org/show_bug.cgi?id=98480
[2]: https://www.khronos.org/registry/gles/extensions/NV/NV_image_formats.txt

Lionel Landwerlin (2):
  gen_extensions_defined.py: add NV_image_formats
  generated_tests: new compiler tests for NV_image_formats

 generated_tests/CMakeLists.txt                     |   4 +
 generated_tests/gen_extensions_defined.py          |   1 +
 .../gen_shader_image_nv_image_formats_tests.py     | 230 +++++++++++++++++++++
 3 files changed, 235 insertions(+)
 create mode 100644 generated_tests/gen_shader_image_nv_image_formats_tests.py

--
2.10.2


More information about the Piglit mailing list