Acked-by: Eduardo Lima <[email protected]>
Acked-by: Antia Puentes <[email protected]>
---
tests/all.py | 17 +++++++++++++++++
.../spec/arb_internalformat_query2/CMakeLists.gles3.txt | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 tests/spec/arb_internalformat_query2/CMakeLists.gles3.txt
diff --git a/tests/all.py b/tests/all.py
index 60f952d..5f264f2 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3738,6 +3738,23 @@ with profile.group_manager(
g(['arb_internalformat_query2-format-components-gles2'],
'{COLOR,DEPTH,STENCIL}_COMPONENTS pname checks')
with profile.group_manager(
+ PiglitGLTest,
+ grouptools.join('spec', 'arb_internalformat_query2-gles3')) as g:
+ g(['arb_internalformat_query2-api-errors-gles3'], 'API error checks')
+ g(['arb_internalformat_query2-generic-pname-checks-gles3'], 'Individual
most generic pname checks')
+ g(['arb_internalformat_query2-samples-pnames-gles3'], 'SAMPLES and
NUM_SAMPLE_COUNTS pname checks')
+ g(['arb_internalformat_query2-internalformat-size-checks-gles3'], 'All
INTERNALFORMAT_<X>_SIZE pname checks')
+ g(['arb_internalformat_query2-internalformat-type-checks-gles3'], 'All
INTERNALFORMAT_<X>_TYPE pname checks')
+ g(['arb_internalformat_query2-image-format-compatibility-type-gles3'],
'IMAGE_FORMAT_COMPATIBILITY_TYPE pname checks')
+ g(['arb_internalformat_query2-max-dimensions-gles3'], 'Max dimensions
related pname checks')
+ g(['arb_internalformat_query2-color-encoding-gles3'], 'COLOR_ENCODING
pname check')
+ g(['arb_internalformat_query2-texture-compressed-block-gles3'], 'All
TEXTURE_COMPRESSED_BLOCK_<X> pname checks')
+ g(['arb_internalformat_query2-minmax-gles3'], 'minmax check for
SAMPLES/NUM_SAMPLE_COUNTS')
+ g(['arb_internalformat_query2-image-texture-gles3'], 'Checks for pnames
related to ARB_image_load_store that return values from Table 3.22 (OpenGL
4.2)')
+ g(['arb_internalformat_query2-filter-gles3'], 'FILTER pname checks.')
+ g(['arb_internalformat_query2-format-components-gles3'],
'{COLOR,DEPTH,STENCIL}_COMPONENTS pname checks')
+
+with profile.group_manager(
PiglitGLTest, grouptools.join('spec', 'arb_map_buffer_range')) as g:
g(['map_buffer_range_error_check'], run_concurrent=False)
g(['map_buffer_range_test'], run_concurrent=False)
diff --git a/tests/spec/arb_internalformat_query2/CMakeLists.gles3.txt
b/tests/spec/arb_internalformat_query2/CMakeLists.gles3.txt
new file mode 100644
index 0000000..4ad978e
--- /dev/null
+++ b/tests/spec/arb_internalformat_query2/CMakeLists.gles3.txt
@@ -0,0 +1,17 @@
+link_libraries (piglitutil_${piglit_target_api})
+
+piglit_add_executable
(arb_internalformat_query2-api-errors-${piglit_target_api} api-errors.c)
+piglit_add_executable
(arb_internalformat_query2-generic-pname-checks-${piglit_target_api}
generic-pname-checks.c common.c)
+piglit_add_executable
(arb_internalformat_query2-samples-pnames-${piglit_target_api} samples-pnames.c
common.c)
+piglit_add_executable
(arb_internalformat_query2-internalformat-size-checks-${piglit_target_api}
internalformat-size-checks.c common.c)
+piglit_add_executable
(arb_internalformat_query2-internalformat-type-checks-${piglit_target_api}
internalformat-type-checks.c common.c)
+piglit_add_executable
(arb_internalformat_query2-image-format-compatibility-type-${piglit_target_api}
image-format-compatibility-type.c common.c)
+piglit_add_executable
(arb_internalformat_query2-max-dimensions-${piglit_target_api} max-dimensions.c
common.c)
+piglit_add_executable
(arb_internalformat_query2-color-encoding-${piglit_target_api} color-encoding.c
common.c)
+piglit_add_executable
(arb_internalformat_query2-texture-compressed-block-${piglit_target_api}
texture-compressed-block.c common.c)
+piglit_add_executable (arb_internalformat_query2-minmax-${piglit_target_api}
minmax.c common.c)
+piglit_add_executable
(arb_internalformat_query2-image-texture-${piglit_target_api} image-texture.c
common.c)
+piglit_add_executable (arb_internalformat_query2-filter-${piglit_target_api}
filter.c common.c)
+piglit_add_executable
(arb_internalformat_query2-format-components-${piglit_target_api}
format-components.c common.c)
+
+# vim: ft=cmake:
--
2.7.4
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit