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