summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: Silence 'missing initializer' warnings.Vinson Lee2010-01-082-2/+2
|
* progs/tests: Silence uninitialized variable warning.Vinson Lee2010-01-021-1/+1
|
* progs/tests: Silence warn_unused_result warning.Vinson Lee2010-01-021-5/+8
|
* progs/tests: Fix build.Vinson Lee2009-12-221-1/+0
|
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-2111-8/+18
|\ | | | | | | | | | | | | | | | | | | | | | | 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
| * progs/tests: Silence compiler warnings.Vinson Lee2009-12-2011-10/+19
| |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-152-9/+9
|\| | | | | | | | | Conflicts: src/gallium/drivers/softpipe/sp_quad_blend.c
| * progs/tests: Silence compiler warnings in vpeval.c.Vinson Lee2009-12-121-5/+5
| |
| * progs/tests: Silence compiler warnings in cva.c.Vinson Lee2009-12-121-4/+4
| |
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas2009-12-081-0/+5
|\|
| * progs/test: Initialize variable in prog_parameter.Vinson Lee2009-12-071-0/+5
| | | | | | | | Silences uninitialized variable compiler warning.
* | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-2/+1
|\| | | | | | | | | | | | | | | | | | | | | | | 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.
| * progs/tests: Add tests to Makefile.Vinson Lee2009-12-051-0/+7
| | | | | | | | (cherry picked from commit 76d2ec3a0a047a65ffca70f53848241a3225dad3)
| * progs/tests: Removed unused variable from texdown.c.Vinson Lee2009-12-051-2/+1
| |
| * progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee2009-12-031-0/+2
| | | | | | | | (cherry picked from commit e3cfd78969cd4a94fc83a5d6fb2f33730cc4e70f)
| * prog/tests: Fix MSVC build.Vinson Lee2009-12-031-4/+4
| | | | | | | | | | Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit 9c3197ef0abc3bf521358ea0c7af0fc6979c82b3)
| * progs/tests: fix MSVC build.Vinson Lee2009-12-031-4/+4
| | | | | | | | | | Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit a8ed066858f12290239ddc9165b7c0734ccc0247)
| * progs/tests: Fix MSVC build.Vinson Lee2009-12-031-3/+3
| | | | | | | | (cherry picked from commit 50e113e375b4ecfdf5b60ccce7bbcdb1c5f2ca11)
| * progs/tests: Fix MSVC build.Vinson Lee2009-12-031-8/+8
| | | | | | | | (cherry picked from commit 952bf63e2cf442504ef89b0b1d276da0d52b21d4)
| * progs/tests: Use rand() instead of random().José Fonseca2009-12-031-1/+1
| | | | | | | | | | Forgot these on previous commit. (cherry picked from commit 166957abebea6aa203eba7e6348e89d53cf0e13e)
| * progs/tests: Use rand() instead of random().José Fonseca2009-12-031-1/+1
| | | | | | | | | | More portable. Same implementation on Linux. (cherry picked from commit 699260b19535abaa3af0a5d33eb039e3d6a30ce9)
| * progs/tests: Fix MSVC build.Vinson Lee2009-12-031-1/+0
| | | | | | | | (cherry picked from commit f7455ad7af09b5ef31ccc454b79422a13c59af9a)
| * prog/tests: Fix MSVC build.Vinson Lee2009-12-031-1/+1
| | | | | | | | (cherry picked from commit 60b6c7458319ff01ecdd9d1650d526ac8f75e194)
| * prog/tests: Fix MSVC build.Vinson Lee2009-12-031-1/+1
| | | | | | | | (cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9)
| * progs/tests: fix MSVC build.Vinson Lee2009-12-031-1/+1
| | | | | | | | (cherry picked from commit 9c778a90ea24f25437b68bb67856c81add61e261)
| * prog/tests: Fix MSVC build.Vinson Lee2009-12-031-14/+5
| | | | | | | | (cherry picked from commit ea862ec8ff4a52b30b822e737d93a49330be9e31)
* | progs/tests: Silence unused value warnings in sharedtex.c.Vinson Lee2009-11-201-4/+4
| |
* | progs/tests: Initialize variable in getprocaddress.c.Vinson Lee2009-11-201-1/+1
| |
* | progs/tests: Fix memory leak in texdown.c if malloc fails.Vinson Lee2009-11-181-0/+2
| |
* | progs/tests: Fix memory leak in arbgpuprog.c.Vinson Lee2009-11-171-0/+4
| |
* | 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
| | |