summaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-21126-38895/+0
| | | | | | | The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
* progs/tests: print more info in copypixrate.cBrian Paul2010-05-211-0/+3
|
* progs/tests: disable invalid 3D texture compression testsBrian Paul2010-05-111-3/+6
|
* progs/tests: fix a couple bugs in the getprocaddress.c testBrian Paul2010-05-111-1/+5
|
* progs/tests: update getprocaddress test since moving glapi filesBrian Paul2010-05-112-3/+8
|
* progs/tests: Remove meaningless const qualifiers.Vinson Lee2010-05-0112-12/+12
|
* progs/tests: Remove meaningless const qualifier in arraytexture.c.Vinson Lee2010-04-271-1/+1
|
* progs/tests: asst. improvements to zreaddraw.cBrian Paul2010-04-221-17/+44
|
* progs/tests: asst. changes to antialias.cBrian Paul2010-04-201-39/+32
|
* progs/tests: IgnoresJakob Bornecrantz2010-04-171-3/+14
|
* progs/tests: added stencilreaddraw to SConscript, MakefileBrian Paul2010-04-142-0/+2
|
* progs/tests: new stencilreaddraw.c testBrian Paul2010-04-141-0/+187
| | | | Based on the zreaddraw.c test.
* Merge branch '7.8'Brian Paul2010-04-091-0/+13
|\
| * progs/tests: added some debug code (disabled)Brian Paul2010-04-081-0/+13
| |
* | Merge branch '7.8'Michel Dänzer2010-03-301-1/+0
|\| | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver).
| * progs/tests: Remove duplicate texcompress2 in SConscript.Vinson Lee2010-03-271-1/+0
| |
* | Merge branch '7.8'Brian Paul2010-03-223-0/+234
|\| | | | | | | | | | | | | Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c
| * progs/tests: Add cva_huge to SCons build.Vinson Lee2010-03-211-0/+1
| |
| * progs/tests: Include stddef.h for ptrdiff_t on all platforms.Vinson Lee2010-03-211-5/+1
| | | | | | | | | | | | stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X.
| * tests: Add test for huge client arrays that has to be split.Pauli Nieminen2010-03-212-0/+237
| | | | | | | | | | | | | | | | When running this test case in valgrind report includes read of unitialized value in _tnl_draw_prims. The bug doesn't cause any vissible errors. Bug is caused by vbo_split_copy that is calling draw function with max_index one past the end instead of the end.
* | progs/tests: also test stencil INCR_WRAP mode if supportedBrian Paul2010-03-181-6/+47
| |
* | progs/tests: comments and clean-upsBrian Paul2010-03-181-11/+21
| |
* | Merge branch '7.8'Michel Dänzer2010-03-122-2/+2
|\|
| * Grammar and spelling fixesJeff Smith2010-03-122-2/+2
| | | | | | | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* | progs/tests: add additional FBO->window test paths (disabled)Brian Paul2010-03-101-9/+37
| | | | | | | | | | Normally use glReadPixels + glDrawPixels. Add debug/test paths for glCopyPixels and glBlitFramebuffer.
* | progs/tests: use first color attachementMaciej Cencora2010-03-093-9/+9
|/ | | | Allows the tests to be run on drivers that supports only one color attachement.
* fix getprocaddress testGeorge Sapountzis2010-03-041-1/+1
|
* progs/tests: add compile-time option for coloring texture cornersBrian Paul2010-02-261-0/+32
| | | | | When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color.
* fix test progs from gl_API moveWil Reichert2010-02-262-2/+2
| | | | Looks like these got missed.
* progs/tests: new zbitmap.c test to exercize Z testing of glBitmapBrian Paul2010-02-194-0/+130
|
* progs/tests: Add checks for GL_NV_vertex_program.Vinson Lee2010-02-124-0/+21
|
* progs/tests: add line drawing option to cylwrap.cBrian Paul2010-02-091-10/+34
|
* progs/tests: add x/y rotation to cylwrap.cBrian Paul2010-02-091-14/+45
|
* progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul2010-02-093-0/+206
|
* progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul2010-02-013-0/+233
| | | | See comments in file for more details.
* progs/tests: added a few more files to .gitignoreBrian Paul2010-01-291-0/+3
|
* progs/tests: Remove unnecessary headers.Vinson Lee2010-01-2810-14/+0
|
* progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul2010-01-261-1/+7
|
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-144-6/+5
|\ | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c
| * progs/tests: Remove duplicate included header in vparray.c.Vinson Lee2010-01-111-1/+0
| |
| * progs/tests: Add newline to end of printf in vparray.c.Vinson Lee2010-01-111-1/+1
| |
| * progs/tests: Silence fprintf format warning.Vinson Lee2010-01-111-2/+2
| |
| * progs/tests: Silence 'missing initializer' warnings.Vinson Lee2010-01-082-2/+2
| |
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-042-6/+9
|\| | | | | | | | | | | | | | | | | Conflicts: docs/relnotes.html src/gallium/drivers/llvmpipe/lp_tex_sample_c.c src/gallium/drivers/r300/r300_cs.h src/mesa/drivers/dri/i965/brw_wm_surface_state.c src/mesa/main/enums.c
| * 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
| |
* | scons: Build progs together with everything else.José Fonseca2010-01-011-19/+1
| | | | | | | | | | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
* | progs/tests: added test for GL_EXT_draw_buffers2Brian Paul2009-12-313-0/+366
| | | | | | | | | | | | Render into two color buffers (render targets). Display half of each buffer in the window. Use different color masks for each render target. Only enable blending for the second render target.
* | progs/tests: added conditional rendering test programBrian Paul2009-12-313-0/+244
| |