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

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to