[Piglit] [PATCH 05/12] Port texture env test from Glean to Piglit

2017-11-15 Thread Fabian Bieler
Note: 3 texture environment functions (modulate, decal and blend) were introduces with OpenGL 1.0. GL 1.1 and 1.3 added the replace and add functions, respectively. As this test tests all 5 functions it is classified as OpenGL 1.3. --- tests/all.py| 1 + tests/spec/gl-1

Re: [Piglit] [PATCH 05/12] Port texture env test from Glean to Piglit

2017-11-15 Thread Fabian Bieler
On 2017-11-14 23:58, Brian Paul wrote: > I'm getting a few compiler warnings from this test: > > /home/brianp/piglit/tests/spec/gl-1.3/texture-env.c: In function > ‘piglit_display’: > /home/brianp/piglit/tests/spec/gl-1.3/texture-env.c:474:17: warning: > passing argument 4 of ‘matrix_test’ from in

Re: [Piglit] [PATCH 05/12] Port texture env test from Glean to Piglit

2017-11-14 Thread Brian Paul
I'm getting a few compiler warnings from this test: /home/brianp/piglit/tests/spec/gl-1.3/texture-env.c: In function ‘piglit_display’: /home/brianp/piglit/tests/spec/gl-1.3/texture-env.c:474:17: warning: passing argument 4 of ‘matrix_test’ from incompatible pointer type COLORS, colors

[Piglit] [PATCH 05/12] Port texture env test from Glean to Piglit

2017-11-14 Thread Fabian Bieler
Note: 3 texture environment functions (modulate, decal and blend) were introduces with OpenGL 1.0. GL 1.1 and 1.3 added the replace and add functions, respectively. As this test tests all 5 functions it is classified as OpenGL 1.3. --- tests/all.py| 1 + tests/spec/gl-1

[Piglit] [PATCH 05/12] Port texture env test from Glean to Piglit

2017-11-09 Thread Fabian Bieler
Note: 3 texture environment functions (modulate, decal and blend) were introduces with OpenGL 1.0. GL 1.1 and 1.3 added the replace and add functions, respectively. As this test tests all 5 functions it is classified as OpenGL 1.3. --- tests/all.py| 1 + tests/spec/gl-1