Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-11 | progs/tests: Remove duplicate included header in vparray.c. | Vinson Lee | |
2010-01-11 | progs/tests: Add newline to end of printf in vparray.c. | Vinson Lee | |
2010-01-11 | progs/tests: Silence fprintf format warning. | Vinson Lee | |
2010-01-08 | progs/tests: Silence 'missing initializer' warnings. | Vinson Lee | |
2010-01-02 | progs/tests: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-02 | progs/tests: Silence warn_unused_result warning. | Vinson Lee | |
2009-12-22 | progs/tests: Fix build. | Vinson Lee | |
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
Conflicts: configure.ac progs/demos/morph3d.c progs/demos/textures.c progs/glsl/shtest.c progs/glsl/texaaline.c progs/tests/packedpixels.c progs/xdemos/corender.c src/mesa/main/version.h | |||
2009-12-20 | progs/tests: Silence compiler warnings. | Vinson Lee | |
2009-12-12 | progs/tests: Silence compiler warnings in vpeval.c. | Vinson Lee | |
2009-12-12 | progs/tests: Silence compiler warnings in cva.c. | Vinson Lee | |
2009-12-07 | progs/test: Initialize variable in prog_parameter. | Vinson Lee | |
Silences uninitialized variable compiler warning. | |||
2009-12-05 | progs/tests: Add tests to Makefile. | Vinson Lee | |
(cherry picked from commit 76d2ec3a0a047a65ffca70f53848241a3225dad3) | |||
2009-12-05 | progs/tests: Removed unused variable from texdown.c. | Vinson Lee | |
2009-12-03 | progs/tests: Fix memory leak in texdown.c if malloc fails. | Vinson Lee | |
(cherry picked from commit e3cfd78969cd4a94fc83a5d6fb2f33730cc4e70f) | |||
2009-12-03 | prog/tests: Fix MSVC build. | Vinson Lee | |
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 9c3197ef0abc3bf521358ea0c7af0fc6979c82b3) | |||
2009-12-03 | progs/tests: fix MSVC build. | Vinson Lee | |
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit a8ed066858f12290239ddc9165b7c0734ccc0247) | |||
2009-12-03 | progs/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit 50e113e375b4ecfdf5b60ccce7bbcdb1c5f2ca11) | |||
2009-12-03 | progs/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit 952bf63e2cf442504ef89b0b1d276da0d52b21d4) | |||
2009-12-03 | progs/tests: Use rand() instead of random(). | José Fonseca | |
Forgot these on previous commit. (cherry picked from commit 166957abebea6aa203eba7e6348e89d53cf0e13e) | |||
2009-12-03 | progs/tests: Use rand() instead of random(). | José Fonseca | |
More portable. Same implementation on Linux. (cherry picked from commit 699260b19535abaa3af0a5d33eb039e3d6a30ce9) | |||
2009-12-03 | progs/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit f7455ad7af09b5ef31ccc454b79422a13c59af9a) | |||
2009-12-03 | prog/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit 60b6c7458319ff01ecdd9d1650d526ac8f75e194) | |||
2009-12-03 | prog/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9) | |||
2009-12-03 | progs/tests: fix MSVC build. | Vinson Lee | |
(cherry picked from commit 9c778a90ea24f25437b68bb67856c81add61e261) | |||
2009-12-03 | prog/tests: Fix MSVC build. | Vinson Lee | |
(cherry picked from commit ea862ec8ff4a52b30b822e737d93a49330be9e31) | |||
2009-11-04 | progs/tests: Fix MSVC build. | Vinson Lee | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-10-29 | progs/tests: fixes for drawbuffers.c | Brian Paul | |
Disable GL_DEPTH_TEST before glDrawPixels. Show color buffer 0 on left, color buffer 1 on right. | |||
2009-10-28 | progs/tests: added test for GL_EXT_texture_compression_s3tc support | Brian Paul | |
2009-10-27 | progs/tests: added new blitfb.c test | Brian Paul | |
Tests glBlitFramebuffer() between two texture/renderbuffer surfaces. In particular, blit from level[1] of a cube map face to a 2D texture. Used to find/fix bug in intel do_copy_texsubimage(). See commit aef1ab1073f3e30d699b99dae17518ed48b57c72 | |||
2009-10-23 | progs/tests: print requested/internal format info | Brian Paul | |
2009-10-07 | progs/test: Fix MSVC build. | Vinson Lee | |
2009-09-03 | progs/tests: re-enable exit() call | Brian Paul | |
See bug 21267. | |||
2009-09-03 | tests/texcmp: glewInit in wrong place | Dave Airlie | |
2009-08-31 | progs/tests: disable depth test for second glDrawPixels | Brian Paul | |
We don't want to z-test that glDrawPixels. Also, set the raster color to red when drawing GL_DEPTH_COMPONENT image to aid in debugging. | |||
2009-08-14 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-08-13 | progs/tests: hack a PBO/dlist test | Brian Paul | |
2009-08-12 | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | |
2009-08-12 | demos: call SetUniformValues() | Brian Paul | |
2009-08-07 | tests: have getprocaddress return a return code | Robert Ellison | |
These minor changes allow getprocaddress to return an error code in the case of test failure. This allows the program to be integrated into the piglit test suite. | |||
2009-08-07 | mesa: improve getprocaddress test | Robert Ellison | |
- Allow the getprocaddress test to test extensions not supported by Mesa. The original getprocaddress.py script only included OpenGL extension functions that were in Mesa dispatch tables. Now all known extension functions (as detailed in gl_API.xml) are included. As the test does not link against any extension function symbols (i.e. it uses glXGetProcAddress() for all extension functions), it still compiles and links against Mesa; but now the same binary can be used to test extensions not yet supported by Mesa. - Extend the list of tested extension functions. The last revision of this test exercised 16 extension functions; this revision adds support for 95 more. | |||
2009-08-05 | tests: also test xoffset in texcompsub test | Roland Scheidegger | |
use glCompressedTexSubImage2DARB also with xoffset by splitting into 3 calls in total. Dunno if the top/bottom reversal is intentional but leave as is. | |||
2009-08-04 | tests/getteximage: test more texture sizes, including npot | Brian Paul | |
2009-07-30 | tests: glGetTexImage() test | Brian Paul | |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c | |||
2009-12-08 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Andre Maasikas | |
2009-12-07 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | |
Conflicts: progs/demos/projtex.c progs/xdemos/glxinfo.c src/mesa/main/version.h To fix the confilicts in projtex.c and glxinfo.c I just took the code from mesa_7_6_branch. The conflicts seem to have occured from cherry-picks from mesa_7_7_branch to mesa_7_6_branch followed by commmits just to mesa_7_6_branch. | |||
2009-11-20 | progs/tests: Silence unused value warnings in sharedtex.c. | Vinson Lee | |
2009-11-20 | progs/tests: Initialize variable in getprocaddress.c. | Vinson Lee | |
2009-11-18 | progs/tests: Fix memory leak in texdown.c if malloc fails. | Vinson Lee | |