summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Collapse)Author
2009-12-03progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee
(cherry picked from commit e3cfd78969cd4a94fc83a5d6fb2f33730cc4e70f)
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit 9c3197ef0abc3bf521358ea0c7af0fc6979c82b3)
2009-12-03progs/tests: fix MSVC build.Vinson Lee
Signed-off-by: Brian Paul <brianp@vmware.com> (cherry picked from commit a8ed066858f12290239ddc9165b7c0734ccc0247)
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit 50e113e375b4ecfdf5b60ccce7bbcdb1c5f2ca11)
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit 952bf63e2cf442504ef89b0b1d276da0d52b21d4)
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
Forgot these on previous commit. (cherry picked from commit 166957abebea6aa203eba7e6348e89d53cf0e13e)
2009-12-03progs/tests: Use rand() instead of random().José Fonseca
More portable. Same implementation on Linux. (cherry picked from commit 699260b19535abaa3af0a5d33eb039e3d6a30ce9)
2009-12-03progs/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit f7455ad7af09b5ef31ccc454b79422a13c59af9a)
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit 60b6c7458319ff01ecdd9d1650d526ac8f75e194)
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9)
2009-12-03progs/tests: fix MSVC build.Vinson Lee
(cherry picked from commit 9c778a90ea24f25437b68bb67856c81add61e261)
2009-12-03prog/tests: Fix MSVC build.Vinson Lee
(cherry picked from commit ea862ec8ff4a52b30b822e737d93a49330be9e31)
2009-11-04progs/tests: Fix MSVC build.Vinson Lee
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-10-29progs/tests: fixes for drawbuffers.cBrian Paul
Disable GL_DEPTH_TEST before glDrawPixels. Show color buffer 0 on left, color buffer 1 on right.
2009-10-28progs/tests: added test for GL_EXT_texture_compression_s3tc supportBrian Paul
2009-10-27progs/tests: added new blitfb.c testBrian 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-23progs/tests: print requested/internal format infoBrian Paul
2009-10-07progs/test: Fix MSVC build.Vinson Lee
2009-09-03progs/tests: re-enable exit() callBrian Paul
See bug 21267.
2009-09-03tests/texcmp: glewInit in wrong placeDave Airlie
2009-08-31progs/tests: disable depth test for second glDrawPixelsBrian 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-14Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-13progs/tests: hack a PBO/dlist testBrian Paul
2009-08-12progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul
2009-08-12demos: call SetUniformValues()Brian Paul
2009-08-07tests: have getprocaddress return a return codeRobert 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-07mesa: improve getprocaddress testRobert 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-05tests: also test xoffset in texcompsub testRoland 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-04tests/getteximage: test more texture sizes, including npotBrian Paul
2009-07-30tests: glGetTexImage() testBrian Paul
2009-07-14progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz
2009-07-14progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz
2009-07-14progs/tests: Add yet another mipmap testJakob Bornecrantz
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul
2009-07-04progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz
2009-07-04progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c
2009-06-30progs/tests: Add tests for glCompressedTexSubImageJakob Bornecrantz
2009-06-15progs/tests: Use opaque colors.José Fonseca
Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk.
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
Conflicts: docs/relnotes-7.6.html progs/tests/Makefile src/gallium/drivers/softpipe/sp_prim_vbuf.c src/glx/x11/indirect.c src/mesa/glapi/Makefile src/mesa/glapi/dispatch.h src/mesa/glapi/glapioffsets.h src/mesa/glapi/glapitable.h src/mesa/glapi/glapitemp.h src/mesa/glapi/glprocs.h src/mesa/main/dlist.c src/mesa/main/enums.c src/mesa/sparc/glapi_sparc.S src/mesa/x86-64/glapi_x86-64.S src/mesa/x86/glapi_x86.S
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: src/mesa/main/api_validate.c
2009-06-14progs/tests: Add yet another mipmap testJakob Bornecrantz
2009-06-12tests: added persp_hint.c testBrian Paul
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
2009-06-12tests: added arbgpuprog, for compile-testing ARB vertex/fragment programsBrian Paul
2009-06-09tests: prim.c demo, modified for GL_EXT_provoking_vertexBrian Paul
2009-06-09tests: need tkmap.c for prim.cBrian Paul
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c
2009-06-09tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul