Re: [Mesa3d-dev] [PATCH] adds a test that checks for the bug 23746 that causes glUseProgram to fail when included in a display list.

2009-10-08 Thread Nicolai Hähnle
Am Wednesday 07 October 2009 23:31:02 schrieb Ben Holmes: > --- > tests/all.tests |5 +- > tests/bugs/CMakeLists.txt |1 + > tests/bugs/fdo23746.c | 193 > + 3 files changed, 197 > insertions(+), 2 deletions(-) > create mode 100644

[Mesa3d-dev] [PATCH] adds a test that checks for the bug 23746 that causes glUseProgram to fail when included in a display list.

2009-10-07 Thread Ben Holmes
--- tests/all.tests |5 +- tests/bugs/CMakeLists.txt |1 + tests/bugs/fdo23746.c | 193 + 3 files changed, 197 insertions(+), 2 deletions(-) create mode 100644 tests/bugs/fdo23746.c diff --git a/tests/all.tests b/tests/all.tests