[Piglit] [PATCH 1/2] glean/depthStencil: fix the test
Marek Olšák
maraeo at gmail.com
Wed Sep 12 07:29:44 PDT 2012
It wasn't doing anything.
---
tests/glean/tdepthstencil.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tests/glean/tdepthstencil.cpp b/tests/glean/tdepthstencil.cpp
index c8c1ca9..b4f8469 100644
--- a/tests/glean/tdepthstencil.cpp
+++ b/tests/glean/tdepthstencil.cpp
@@ -38,8 +38,6 @@
#include "timer.h"
#include "image.h"
-#ifdef GL_EXT_packed_depth_stencil
-
namespace GLEAN {
static PFNGLWINDOWPOS2IARBPROC WindowPos2i = NULL;
@@ -433,5 +431,3 @@ DepthStencilTest depthstencilTest("depthStencil", "window, rgb",
} // namespace GLEAN
-
-#endif // GL_EXT_packed_depth_stencil
--
1.7.9.5
More information about the Piglit
mailing list