[Piglit] [PATCH 0/2] glsl-es-3.00: Add tests for built-in pack/unpack functions

Chad Versace chad.versace at linux.intel.com
Wed Jan 9 23:58:02 PST 2013


This series lives on my gles3-glsl-packing branch.

I tested it against my mesa:gles3-glsl-packing branch on Intel gen6 and gen7.
All tests passed. However, the Mesa implementation and tests share much common
code, so thorough review is welcome.

Chad Versace (2):
  util: Add utility to simulate GLSL packing functions
  glsl-es-3.00: Generate tests for builtin packing functions

 generated_tests/CMakeLists.txt               |   7 +-
 generated_tests/gen_builtin_packing_tests.py | 899 +++++++++++++++++++++++++++
 tests/util/CMakeLists.no_api.txt             |   3 +
 tests/util/glsl-packing.c                    | 795 +++++++++++++++++++++++
 4 files changed, 1703 insertions(+), 1 deletion(-)
 create mode 100644 generated_tests/gen_builtin_packing_tests.py
 create mode 100644 tests/util/glsl-packing.c

-- 
1.8.1



More information about the Piglit mailing list