Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-17 | progs/tests: Ignores | Jakob Bornecrantz | |
2010-04-14 | progs/tests: added stencilreaddraw to SConscript, Makefile | Brian Paul | |
2010-04-14 | progs/tests: new stencilreaddraw.c test | Brian Paul | |
Based on the zreaddraw.c test. | |||
2010-04-09 | Merge branch '7.8' | Brian Paul | |
2010-04-08 | progs/tests: added some debug code (disabled) | Brian Paul | |
2010-03-30 | Merge branch '7.8' | Michel Dänzer | |
Conflicts: Makefile src/mesa/main/version.h Resolved by keeping version strings from master (also in the intel driver). | |||
2010-03-27 | progs/tests: Remove duplicate texcompress2 in SConscript. | Vinson Lee | |
2010-03-22 | Merge branch '7.8' | Brian Paul | |
Conflicts: src/gallium/drivers/cell/ppu/cell_screen.c src/mesa/state_tracker/st_cb_drawpixels.c | |||
2010-03-21 | progs/tests: Add cva_huge to SCons build. | Vinson Lee | |
2010-03-21 | progs/tests: Include stddef.h for ptrdiff_t on all platforms. | Vinson Lee | |
stddef.h is the standard C header that defines ptrdiff_t. Fixes build of cva_huge on Mac OS X. | |||
2010-03-21 | tests: Add test for huge client arrays that has to be split. | Pauli Nieminen | |
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. | |||
2010-03-18 | progs/tests: also test stencil INCR_WRAP mode if supported | Brian Paul | |
2010-03-18 | progs/tests: comments and clean-ups | Brian Paul | |
2010-03-12 | Merge branch '7.8' | Michel Dänzer | |
2010-03-12 | Grammar and spelling fixes | Jeff Smith | |
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-03-10 | progs/tests: add additional FBO->window test paths (disabled) | Brian Paul | |
Normally use glReadPixels + glDrawPixels. Add debug/test paths for glCopyPixels and glBlitFramebuffer. | |||
2010-03-09 | progs/tests: use first color attachement | Maciej Cencora | |
Allows the tests to be run on drivers that supports only one color attachement. | |||
2010-03-04 | fix getprocaddress test | George Sapountzis | |
2010-02-26 | progs/tests: add compile-time option for coloring texture corners | Brian Paul | |
When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color. | |||
2010-02-26 | fix test progs from gl_API move | Wil Reichert | |
Looks like these got missed. | |||
2010-02-19 | progs/tests: new zbitmap.c test to exercize Z testing of glBitmap | Brian Paul | |
2010-02-12 | progs/tests: Add checks for GL_NV_vertex_program. | Vinson Lee | |
2010-02-09 | progs/tests: add line drawing option to cylwrap.c | Brian Paul | |
2010-02-09 | progs/tests: add x/y rotation to cylwrap.c | Brian Paul | |
2010-02-09 | progs/tests: new test program for exercising cylindrical tex wrap mode | Brian Paul | |
2010-02-01 | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug | Brian Paul | |
See comments in file for more details. | |||
2010-01-29 | progs/tests: added a few more files to .gitignore | Brian Paul | |
2010-01-28 | progs/tests: Remove unnecessary headers. | Vinson Lee | |
2010-01-26 | progs/tests: use glDrawRangeElements() in bufferobj.c | Brian Paul | |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c | |||
2010-01-11 | progs/tests: Remove duplicate included header in vparray.c. | Vinson Lee | |
2010-01-11 | progs/tests: Add newline to end of printf in vparray.c. | Vinson Lee | |
2010-01-11 | progs/tests: Silence fprintf format warning. | Vinson Lee | |
2010-01-08 | progs/tests: Silence 'missing initializer' warnings. | Vinson Lee | |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
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 | |||
2010-01-02 | progs/tests: Silence uninitialized variable warning. | Vinson Lee | |
2010-01-02 | progs/tests: Silence warn_unused_result warning. | Vinson Lee | |
2010-01-01 | scons: Build progs together with everything else. | José Fonseca | |
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 | |||
2009-12-31 | progs/tests: added test for GL_EXT_draw_buffers2 | Brian Paul | |
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. | |||
2009-12-31 | progs/tests: added conditional rendering test program | Brian Paul | |
2009-12-22 | progs/tests: Fix build. | Vinson Lee | |
(cherry picked from commit 1bf2d78b11ac9ac71f4be285963db1af9f09fe73) | |||
2009-12-22 | progs/tests: Fix build. | Vinson Lee | |
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||
2009-12-21 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Brian Paul | |
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 | |||
2009-12-20 | progs/tests: Silence compiler warnings. | Vinson Lee | |
2009-12-12 | progs/tests: Silence compiler warnings in vpeval.c. | Vinson Lee | |
2009-12-12 | progs/tests: Silence compiler warnings in cva.c. | Vinson Lee | |
2009-12-08 | Merge branch 'mesa_7_7_branch' | Andre Maasikas | |
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h | |||
2009-12-08 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Andre Maasikas | |
2009-12-07 | progs/test: Initialize variable in prog_parameter. | Vinson Lee | |
Silences uninitialized variable compiler warning. |