summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: silence warningBrian Paul2009-11-161-1/+1
|
* progs/tests: add alpha/blend testing to packedpixels.cBrian Paul2009-11-111-22/+42
|
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-1/+5
|\ | | | | | | | | | | Conflicts: src/mesa/drivers/windows/gdi/mesa.def
| * progs/tests: Fix MSVC build.Vinson Lee2009-11-041-1/+5
| | | | | | | | Signed-off-by: Brian Paul <[email protected]>
* | progs/tests: debug code for getting texture component sizesBrian Paul2009-11-032-2/+17
| |
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-032-5/+18
|\|
| * progs/tests: fixes for drawbuffers.cBrian Paul2009-10-291-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 supportBrian Paul2009-10-281-0/+6
| |
| * progs/tests: added new blitfb.c testBrian Paul2009-10-273-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
* | prog/tests: Fix MSVC build.Vinson Lee2009-10-301-4/+4
| | | | | | | | Signed-off-by: Brian Paul <[email protected]>
* | progs/tests: fix MSVC build.Vinson Lee2009-10-301-4/+4
| | | | | | | | Signed-off-by: Brian Paul <[email protected]>
* | progs/tests: also test GL_BGRA format in getteximage.cBrian Paul2009-10-291-0/+20
| |
* | Merge branch 'texformat-rework'Brian Paul2009-10-284-3/+25
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/radeon/radeon_fbo.c src/mesa/drivers/dri/s3v/s3v_tex.c src/mesa/drivers/dri/s3v/s3v_xmesa.c src/mesa/drivers/dri/trident/trident_context.c src/mesa/main/debug.c src/mesa/main/mipmap.c src/mesa/main/texformat.c src/mesa/main/texgetimage.c
| * | progs/tests: disable blending while drawing textBrian Paul2009-10-251-0/+3
| | |
| * | progs/tests: fix sub texture offsetsBrian Paul2009-10-241-3/+5
| | |
| * | progs/tests: draw Z values as luminance, no pixel zoomBrian Paul2009-10-211-0/+5
| | |
| * | progs/tests: additional debug codeBrian Paul2009-10-011-0/+10
| | |
| * | progs/tests: disable texturing before printing textBrian Paul2009-09-271-0/+2
| | |
* | | progs/tests: added new blitfb.c testBrian Paul2009-10-273-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: Fix MSVC build.Vinson Lee2009-10-261-3/+3
| | |
* | | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-1/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/drivers/dri/intel/intel_fbo.c src/mesa/drivers/dri/intel/intel_mipmap_tree.c src/mesa/drivers/dri/intel/intel_mipmap_tree.h src/mesa/drivers/dri/intel/intel_tex_copy.c src/mesa/drivers/dri/intel/intel_tex_image.c
| * | progs/tests: print requested/internal format infoBrian Paul2009-10-231-1/+7
| | |
* | | progs/tests: Fix MSVC build.Vinson Lee2009-10-231-8/+8
| | |
* | | progs/tests: Use rand() instead of random().José Fonseca2009-10-161-1/+1
| | | | | | | | | | | | Forgot these on previous commit.
* | | progs/tests: Use rand() instead of random().José Fonseca2009-10-161-1/+1
| | | | | | | | | | | | More portable. Same implementation on Linux.
* | | prog/tests: Fix MSVC build.Vinson Lee2009-10-161-1/+1
| | |
* | | prog/tests: Fix MSVC build.Vinson Lee2009-10-141-14/+5
| | |
* | | prog/tests: Fix MSVC build.Vinson Lee2009-10-121-1/+1
| | |
* | | progs/perf: Fix MSVC build.Vinson Lee2009-10-101-1/+1
| | |
* | | progs/tests: Add tests to Makefile.Vinson Lee2009-10-091-0/+7
| | |
* | | progs/tests: Fix MSVC build.Vinson Lee2009-10-081-1/+0
| | |
* | | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-071-1/+1
|\| |
| * | progs/test: Fix MSVC build.Vinson Lee2009-10-071-1/+1
| | |
* | | progs/tests: fix MSVC build.Vinson Lee2009-10-061-1/+1
| | |
* | | progs/tests: print usage info upon SPACE/uBrian Paul2009-09-281-15/+18
| | |
* | | progs/tests: re-indent mipmap_limits.cBrian Paul2009-09-281-105/+119
| |/ |/|
* | progs/tests: exercise display lists and pixelstoreBrian Paul2009-09-141-13/+54
| |
* | progs/tests: added Z invert optionBrian Paul2009-09-081-0/+12
|/
* progs/tests: re-enable exit() callBrian Paul2009-09-031-1/+1
| | | | See bug 21267.
* tests/texcmp: glewInit in wrong placeDave Airlie2009-09-031-1/+1
|
* progs/tests: disable depth test for second glDrawPixelsBrian Paul2009-08-311-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 Paul2009-08-141-0/+18
|\
| * progs/tests: hack a PBO/dlist testBrian Paul2009-08-131-0/+18
| |
| * progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz2009-07-141-1/+3
| |
| * progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz2009-07-141-1/+4
| |
| * progs/tests: Add yet another mipmap testJakob Bornecrantz2009-07-144-0/+319
| |
* | progs/glsl: change uniform_info::type field to use GLSL vector typesBrian Paul2009-08-121-1/+1
| |
* | demos: call SetUniformValues()Brian Paul2009-08-121-1/+1
| |
* | tests: have getprocaddress return a return codeRobert Ellison2009-08-071-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 testRobert Ellison2009-08-072-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.