merged series from all the arb_bindless_texture tests I send out earier this month.
Karol Herbst (5): shader_runner: add vertex attrib command for setting bindless texture handles arb_bindless_texture: add some uvec2 arithmetic test arb_bindless_texture: rename vertex uniform test and add vertex attrib test arb_bindless_texture: add test where we pass a handle through a function arb_bindless_texture: add test for conversion of bound sampler or image to uvec2 tests/shaders/shader_runner.c | 42 ++++++++++++++++ .../compiler/images/arith-bound-image.frag | 33 ++++++++++++ .../compiler/images/func-call-uvec2-image.frag | 34 +++++++++++++ .../samplers/arith-bound-sampler-texture2D.frag | 32 ++++++++++++ .../samplers/func-call-uvec2-texture2D.frag | 33 ++++++++++++ .../basic-arithmetic-uvec2-imageStore.shader_test | 50 +++++++++++++++++++ .../image-vertex-attrib-input-output.shader_test | 58 ++++++++++++++++++++++ ... image-vertex-uniform-input-output.shader_test} | 0 .../basic-arithmetic-uvec2-texture2D.shader_test | 37 ++++++++++++++ .../sampler-vertex-attrib-input-output.shader_test | 41 +++++++++++++++ ...ampler-vertex-uniform-input-output.shader_test} | 0 11 files changed, 360 insertions(+) create mode 100644 tests/spec/arb_bindless_texture/compiler/images/arith-bound-image.frag create mode 100644 tests/spec/arb_bindless_texture/compiler/images/func-call-uvec2-image.frag create mode 100644 tests/spec/arb_bindless_texture/compiler/samplers/arith-bound-sampler-texture2D.frag create mode 100644 tests/spec/arb_bindless_texture/compiler/samplers/func-call-uvec2-texture2D.frag create mode 100644 tests/spec/arb_bindless_texture/execution/images/basic-arithmetic-uvec2-imageStore.shader_test create mode 100644 tests/spec/arb_bindless_texture/execution/images/image-vertex-attrib-input-output.shader_test rename tests/spec/arb_bindless_texture/execution/images/{image-input-output.shader_test => image-vertex-uniform-input-output.shader_test} (100%) create mode 100644 tests/spec/arb_bindless_texture/execution/samplers/basic-arithmetic-uvec2-texture2D.shader_test create mode 100644 tests/spec/arb_bindless_texture/execution/samplers/sampler-vertex-attrib-input-output.shader_test rename tests/spec/arb_bindless_texture/execution/samplers/{sampler-input-output.shader_test => sampler-vertex-uniform-input-output.shader_test} (100%) -- 2.14.3 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit