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.pitoi...@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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to