[Piglit] [PATCH 3/4] texturing/tex3d-maxsize: set KHR_no_error status

Samuel Pitoiset samuel.pitoiset at gmail.com
Mon Jun 5 14:30:19 UTC 2017



On 06/05/2017 04:26 AM, Timothy Arceri wrote:
> On 05/06/17 10:19, Timothy Arceri wrote:
>> ---
>>   tests/texturing/tex3d-maxsize.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tests/texturing/tex3d-maxsize.c 
>> b/tests/texturing/tex3d-maxsize.c
>> index 60c9c63..781ac27 100644
>> --- a/tests/texturing/tex3d-maxsize.c
>> +++ b/tests/texturing/tex3d-maxsize.c
>> @@ -26,20 +26,21 @@
>>    * Tests 3D textures.
>>    */
>>   #include "piglit-util-gl.h"
>>   PIGLIT_GL_TEST_CONFIG_BEGIN
>>       config.supports_gl_compat_version = 12;
>>       config.window_visual = PIGLIT_GL_VISUAL_RGBA | 
>> PIGLIT_GL_VISUAL_DOUBLE;
>> +    config.khr_no_error_support = PIGLIT_NO_ERRORS
> 
> There is a missing ; here. Fixed locally.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

> 
>>   PIGLIT_GL_TEST_CONFIG_END
>>   static GLint MaxSize;
>>   /**
>>    * Compute size (in megabytes) of a texture of the given dimensions and
>>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list