Re: [Piglit] [PATCH] gl-1.0/push-no-attribs: new test of glPushAttrib(0), glPopAttrib()

2015-05-18 Thread Jose Fonseca
On 15/05/15 18:31, Brian Paul wrote: --- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/push-no-attribs.c | 58 + 3 files changed, 60 insertions(+) create mode 100644 tests/spec/gl-1.0/push-no-at

[Piglit] [PATCH] gl-1.0/push-no-attribs: new test of glPushAttrib(0), glPopAttrib()

2015-05-15 Thread Brian Paul
--- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/push-no-attribs.c | 58 + 3 files changed, 60 insertions(+) create mode 100644 tests/spec/gl-1.0/push-no-attribs.c diff --git a/tests/all.py b/tests/a