[Piglit] [PATCH 9/9] arb_separate_shader_objects: new test for SSO, GS and tessellation combined
Marek Olšák
maraeo at gmail.com
Tue Jun 16 14:20:06 PDT 2015
On Tue, Jun 16, 2015 at 11:06 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Tue, Jun 16, 2015 at 4:57 PM, Marek Olšák <maraeo at gmail.com> wrote:
>> From: Marek Olšák <marek.olsak at amd.com>
>>
>> ---
>> tests/all.py | 2 +
>> .../arb_separate_shader_objects/CMakeLists.gl.txt | 1 +
>> .../rendezvous_by_location-5-stages.c | 218 +++++++++++++++++++++
>> 3 files changed, 221 insertions(+)
>> create mode 100644 tests/spec/arb_separate_shader_objects/rendezvous_by_location-5-stages.c
>>
>> diff --git a/tests/all.py b/tests/all.py
>> index 2839059..df3347f 100755
>> --- a/tests/all.py
>> +++ b/tests/all.py
>> @@ -2109,6 +2109,8 @@ with profile.group_manager(
>> 'ProgramUniform coverage')
>> g(['arb_separate_shader_object-rendezvous_by_location', '-fbo'],
>> 'Rendezvous by location', run_concurrent=False)
>> + g(['arb_separate_shader_object-rendezvous_by_location', '-fbo'],
>
> oops?
Thanks. Consider it fixed.
Marek
More information about the Piglit
mailing list