[Piglit] [PATCH 3/4] texturing/tex3d-maxsize: set KHR_no_error status
Timothy Arceri
tarceri at itsqueeze.com
Mon Jun 5 02:26:22 UTC 2017
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.
>
> PIGLIT_GL_TEST_CONFIG_END
>
>
> static GLint MaxSize;
>
>
>
> /**
> * Compute size (in megabytes) of a texture of the given dimensions and
>
More information about the Piglit
mailing list