[Piglit] [PATCH 31/31] Update TODO.
Fabian Bieler
fabianbieler at fastmail.fm
Thu Dec 28 15:57:57 UTC 2017
---
TODO | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/TODO b/TODO
index 34d45fa7b..415346cfe 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,4 @@
Piglit To-Do items
-
-Quite a few tests have GL enum names encoded in tables. For example, in
-tests/texturing/texture-rg.c:
-
-static const struct format_info IntFormats[] = {
- { "GL_R8", GL_R8, GL_RED, GL_FALSE, GL_FALSE, GL_FALSE },
- { "GL_R16", GL_R16, GL_RED, GL_FALSE, GL_FALSE, GL_FALSE },
- { "GL_RG8", GL_RG8, GL_RG, GL_FALSE, GL_FALSE, GL_FALSE },
-[...]
-
-There's no reason to do this. The program could use piglit_get_gl_enum_name()
-instead to convert GL enums to string names.
-
-
+Write projects in TODO file.
--
2.15.1
More information about the Piglit
mailing list