[Piglit] [PATCH 1/4] arb_texture_view: Don't claim core profile support for rendering tests

Chris Forbes chrisf at ijw.co.nz
Mon Jan 13 16:22:28 PST 2014


For just this patch, or the series?

On Tue, Jan 14, 2014 at 1:02 PM, Jon Ashburn <jon at lunarg.com> wrote:
> Looks good to me.
> Reviewed-by: Jon Ashburn <jon at lunarg.com>
>
>
> On 01/11/2014 05:39 PM, Chris Forbes wrote:
>>
>> These aren't core-profile-clean. They don't bother to set up a VAO,
>> and rendering_levels tests some fixed-function behavior.
>>
>> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
>> ---
>>   tests/spec/arb_texture_view/rendering_levels.c | 1 -
>>   tests/spec/arb_texture_view/rendering_target.c | 1 -
>>   2 files changed, 2 deletions(-)
>>
>> diff --git a/tests/spec/arb_texture_view/rendering_levels.c
>> b/tests/spec/arb_texture_view/rendering_levels.c
>> index 43e950c..7f02613 100644
>> --- a/tests/spec/arb_texture_view/rendering_levels.c
>> +++ b/tests/spec/arb_texture_view/rendering_levels.c
>> @@ -35,7 +35,6 @@
>>   PIGLIT_GL_TEST_CONFIG_BEGIN
>>         config.supports_gl_compat_version = 20;
>> -       config.supports_gl_core_version = 31;
>>         config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>> PIGLIT_GL_VISUAL_DOUBLE;
>>   diff --git a/tests/spec/arb_texture_view/rendering_target.c
>> b/tests/spec/arb_texture_view/rendering_target.c
>> index 14ccf3c..bff030d 100644
>> --- a/tests/spec/arb_texture_view/rendering_target.c
>> +++ b/tests/spec/arb_texture_view/rendering_target.c
>> @@ -35,7 +35,6 @@
>>   PIGLIT_GL_TEST_CONFIG_BEGIN
>>         config.supports_gl_compat_version = 20;
>> -       config.supports_gl_core_version = 31;
>>         config.window_visual = PIGLIT_GL_VISUAL_RGBA |
>> PIGLIT_GL_VISUAL_DOUBLE;
>>
>
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list