[Piglit] [PATCH 09/19] glean: Remove dead testPerformance prototype from texture_srgb test.
Kenneth Graunke
kenneth at whitecape.org
Mon Dec 31 18:40:58 PST 2012
There never was any benchmarking code in this test; this was just cut
and pasted from somewhere else.
---
tests/glean/ttexture_srgb.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/glean/ttexture_srgb.h b/tests/glean/ttexture_srgb.h
index 1095565..8875b2d 100644
--- a/tests/glean/ttexture_srgb.h
+++ b/tests/glean/ttexture_srgb.h
@@ -63,8 +63,6 @@ private:
bool testTextureFormat(GLenum intFormat, GLint components,
GLEAN::Environment &env);
bool testTexturing(void);
-
- void testPerformance(TextureSRGBResult &r);
};
} // namespace GLEAN
--
1.8.0.3
More information about the Piglit
mailing list