Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | progs/tests: print usage info upon SPACE/u | Brian Paul | |
2009-09-28 | progs/tests: re-indent mipmap_limits.c | Brian Paul | |
2009-09-14 | progs/tests: exercise display lists and pixelstore | Brian Paul | |
2009-09-08 | progs/tests: added Z invert option | Brian Paul | |
2009-09-03 | progs/tests: re-enable exit() call | Brian Paul | |
See bug 21267. | |||
2009-09-03 | tests/texcmp: glewInit in wrong place | Dave Airlie | |
2009-08-31 | progs/tests: disable depth test for second glDrawPixels | Brian Paul | |
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. | |||
2009-08-14 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
2009-08-13 | progs/tests: hack a PBO/dlist test | Brian Paul | |
2009-08-12 | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | |
2009-08-12 | demos: call SetUniformValues() | Brian Paul | |
2009-08-07 | tests: have getprocaddress return a return code | Robert Ellison | |
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. | |||
2009-08-07 | mesa: improve getprocaddress test | Robert Ellison | |
- 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. | |||
2009-08-05 | tests: also test xoffset in texcompsub test | Roland Scheidegger | |
use glCompressedTexSubImage2DARB also with xoffset by splitting into 3 calls in total. Dunno if the top/bottom reversal is intentional but leave as is. | |||
2009-08-04 | tests/getteximage: test more texture sizes, including npot | Brian Paul | |
2009-07-30 | tests: glGetTexImage() test | Brian Paul | |
2009-07-14 | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-14 | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | |
2009-07-08 | demos: use glEnable/DisableClientState() for vertex arrays | Brian Paul | |
2009-07-04 | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-04 | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | |
2009-07-03 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | |||
2009-06-30 | progs/tests: Add tests for glCompressedTexSubImage | Jakob Bornecrantz | |
2009-06-15 | progs/tests: Use opaque colors. | José Fonseca | |
Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk. | |||
2009-06-26 | Merge branch 'arb_vertex_array_object' | Brian Paul | |
2009-06-22 | tests: update bufferobj.c to test GL_ARB_vertex_array_object | Brian Paul | |
2009-06-19 | Merge branch 'ext-provoking-vertex' | Brian Paul | |
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 | |||
2009-06-16 | Merge branch 'mesa_7_5_branch' | Brian Paul | |
Conflicts: src/mesa/main/api_validate.c | |||
2009-06-14 | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | |
2009-06-12 | tests: added persp_hint.c test | Brian Paul | |
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation. | |||
2009-06-12 | tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs | Brian Paul | |
2009-06-09 | tests: prim.c demo, modified for GL_EXT_provoking_vertex | Brian Paul | |
2009-06-09 | tests: need tkmap.c for prim.c | Brian Paul | |
2009-06-09 | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | |
Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c | |||
2009-06-09 | tests: check for GL_EXT/ARB_framebuffer_object | Brian Paul | |
2009-06-09 | tests: also test glGetTexImage with render to texture | Brian Paul | |
Also, adjust texture dims for the original test. And use GLEW. | |||
2009-06-09 | tests: quick and dirty glGetTexImage() test program | Brian Paul | |
2009-06-08 | progs/tests: Add some scissor tests | Jakob Bornecrantz | |
2009-04-29 | progs/tests: Update ignores | Jakob Bornecrantz | |
2009-04-29 | progs/tests: Add mipmap_comp for mipmap testing with compressed textures | Jakob Bornecrantz | |
2009-04-28 | demos: asst. updates, clean-ups | Brian Paul | |
2009-04-24 | tests/mipmap_view: add a bunch of keystrokes for testing render-to-texture | Keith Whitwell | |
Move between mipmaps, render a triangle, reload textures with either the original arch (and GenMipmaps) or via straightforward glTexImage. | |||
2009-04-21 | demos: check that GL version is 2.0 or higher | Brian Paul | |
2009-04-20 | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | |
2009-04-20 | tests/mipmap_view: add linear/nearest key | Keith Whitwell | |
2009-04-18 | demos: move demos/texobj.c to tests/ | Brian Paul | |
2009-04-18 | demos: move demos/occlude.c (old HP extension) to tests | Brian Paul | |
2009-04-18 | demos: move tests/dinoshade.c to demos/ | Brian Paul | |
2009-04-18 | demos: move tests/projtex.c to demos/ | Brian Paul | |
And fix compiler warnings. |