Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/tests: Silence compiler warnings in vpeval.c. | Vinson Lee | 2009-12-12 | 1 | -5/+5 |
| | |||||
* | progs/tests: Silence compiler warnings in cva.c. | Vinson Lee | 2009-12-12 | 1 | -4/+4 |
| | |||||
* | progs/test: Initialize variable in prog_parameter. | Vinson Lee | 2009-12-07 | 1 | -0/+5 |
| | | | | Silences uninitialized variable compiler warning. | ||||
* | progs/tests: Add tests to Makefile. | Vinson Lee | 2009-12-05 | 1 | -0/+7 |
| | | | | (cherry picked from commit 76d2ec3a0a047a65ffca70f53848241a3225dad3) | ||||
* | progs/tests: Removed unused variable from texdown.c. | Vinson Lee | 2009-12-05 | 1 | -2/+1 |
| | |||||
* | progs/tests: Fix memory leak in texdown.c if malloc fails. | Vinson Lee | 2009-12-03 | 1 | -0/+2 |
| | | | | (cherry picked from commit e3cfd78969cd4a94fc83a5d6fb2f33730cc4e70f) | ||||
* | prog/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -4/+4 |
| | | | | | Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit 9c3197ef0abc3bf521358ea0c7af0fc6979c82b3) | ||||
* | progs/tests: fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -4/+4 |
| | | | | | Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit a8ed066858f12290239ddc9165b7c0734ccc0247) | ||||
* | progs/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -3/+3 |
| | | | | (cherry picked from commit 50e113e375b4ecfdf5b60ccce7bbcdb1c5f2ca11) | ||||
* | progs/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -8/+8 |
| | | | | (cherry picked from commit 952bf63e2cf442504ef89b0b1d276da0d52b21d4) | ||||
* | progs/tests: Use rand() instead of random(). | José Fonseca | 2009-12-03 | 1 | -1/+1 |
| | | | | | Forgot these on previous commit. (cherry picked from commit 166957abebea6aa203eba7e6348e89d53cf0e13e) | ||||
* | progs/tests: Use rand() instead of random(). | José Fonseca | 2009-12-03 | 1 | -1/+1 |
| | | | | | More portable. Same implementation on Linux. (cherry picked from commit 699260b19535abaa3af0a5d33eb039e3d6a30ce9) | ||||
* | progs/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -1/+0 |
| | | | | (cherry picked from commit f7455ad7af09b5ef31ccc454b79422a13c59af9a) | ||||
* | prog/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -1/+1 |
| | | | | (cherry picked from commit 60b6c7458319ff01ecdd9d1650d526ac8f75e194) | ||||
* | prog/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -1/+1 |
| | | | | (cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9) | ||||
* | progs/tests: fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -1/+1 |
| | | | | (cherry picked from commit 9c778a90ea24f25437b68bb67856c81add61e261) | ||||
* | prog/tests: Fix MSVC build. | Vinson Lee | 2009-12-03 | 1 | -14/+5 |
| | | | | (cherry picked from commit ea862ec8ff4a52b30b822e737d93a49330be9e31) | ||||
* | progs/tests: Fix MSVC build. | Vinson Lee | 2009-11-04 | 1 | -1/+5 |
| | | | | Signed-off-by: Brian Paul <[email protected]> | ||||
* | progs/tests: fixes for drawbuffers.c | Brian Paul | 2009-10-29 | 1 | -5/+12 |
| | | | | | Disable GL_DEPTH_TEST before glDrawPixels. Show color buffer 0 on left, color buffer 1 on right. | ||||
* | progs/tests: added test for GL_EXT_texture_compression_s3tc support | Brian Paul | 2009-10-28 | 1 | -0/+6 |
| | |||||
* | progs/tests: added new blitfb.c test | Brian Paul | 2009-10-27 | 3 | -0/+261 |
| | | | | | | | | 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 | ||||
* | progs/tests: print requested/internal format info | Brian Paul | 2009-10-23 | 1 | -1/+7 |
| | |||||
* | progs/test: Fix MSVC build. | Vinson Lee | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | progs/tests: re-enable exit() call | Brian Paul | 2009-09-03 | 1 | -1/+1 |
| | | | | See bug 21267. | ||||
* | tests/texcmp: glewInit in wrong place | Dave Airlie | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | progs/tests: disable depth test for second glDrawPixels | Brian Paul | 2009-08-31 | 1 | -1/+5 |
| | | | | | 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. | ||||
* | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-08-14 | 1 | -0/+18 |
|\ | |||||
| * | progs/tests: hack a PBO/dlist test | Brian Paul | 2009-08-13 | 1 | -0/+18 |
| | | |||||
| * | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-14 | 1 | -1/+3 |
| | | |||||
| * | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-14 | 1 | -1/+4 |
| | | |||||
| * | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | 2009-07-14 | 4 | -0/+319 |
| | | |||||
* | | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | 2009-08-12 | 1 | -1/+1 |
| | | |||||
* | | demos: call SetUniformValues() | Brian Paul | 2009-08-12 | 1 | -1/+1 |
| | | |||||
* | | tests: have getprocaddress return a return code | Robert Ellison | 2009-08-07 | 1 | -11/+26 |
| | | | | | | | | | | | | 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. | ||||
* | | mesa: improve getprocaddress test | Robert Ellison | 2009-08-07 | 2 | -41/+3204 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | tests: also test xoffset in texcompsub test | Roland Scheidegger | 2009-08-05 | 1 | -3/+19 |
| | | | | | | | | | | use glCompressedTexSubImage2DARB also with xoffset by splitting into 3 calls in total. Dunno if the top/bottom reversal is intentional but leave as is. | ||||
* | | tests/getteximage: test more texture sizes, including npot | Brian Paul | 2009-08-04 | 1 | -50/+86 |
| | | |||||
* | | tests: glGetTexImage() test | Brian Paul | 2009-07-30 | 2 | -2/+3 |
| | | |||||
* | | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | 2009-07-08 | 3 | -8/+8 |
| | | |||||
* | | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-04 | 1 | -1/+3 |
| | | |||||
* | | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-04 | 1 | -1/+4 |
| | | |||||
* | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 5 | -0/+4269 |
|\| | | | | | | | | | | | Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | ||||
| * | progs/tests: Add tests for glCompressedTexSubImage | Jakob Bornecrantz | 2009-06-30 | 5 | -0/+4269 |
| | | |||||
* | | Merge branch 'arb_vertex_array_object' | Brian Paul | 2009-06-26 | 1 | -25/+95 |
|\ \ | |||||
| * | | tests: update bufferobj.c to test GL_ARB_vertex_array_object | Brian Paul | 2009-06-22 | 1 | -25/+95 |
| | | | |||||
* | | | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | 2009-06-14 | 4 | -0/+319 |
|/ / | |||||
* | | Merge branch 'ext-provoking-vertex' | Brian Paul | 2009-06-19 | 3 | -0/+631 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | tests: prim.c demo, modified for GL_EXT_provoking_vertex | Brian Paul | 2009-06-09 | 2 | -0/+560 |
| | | | |||||
| * | | tests: need tkmap.c for prim.c | Brian Paul | 2009-06-09 | 1 | -0/+71 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: src/mesa/main/api_validate.c |