Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-04-18 | demos: move tests/fbotexture.c to demos/ | Brian Paul | |
2009-04-18 | demos: move texdown.c to tests/ | Brian Paul | |
2009-04-18 | demos: move glutfx demo to tests/ | Brian Paul | |
2009-04-18 | demos: move streaming_rect.c demo to tests/ | Brian Paul | |
2009-04-18 | demos: fix incorrect assertion | Brian Paul | |
2009-04-18 | demos: fix usage text | Brian Paul | |
2009-04-17 | demos: move glewInit() call, fixes crash/bug 21247 | Brian Paul | |
2009-04-17 | demos: move glewInit() after glutCreateWindow() | Brian Paul | |
Fixes segfault. See bug 21239. However, the demo doesn't render properly. Probably a bug in the GL_ATI_fragment_shader code. | |||
2009-04-15 | progs/tests: Make texcompress2 get texture | Jakob Bornecrantz | |
2009-04-10 | mesa: asst. progs/test/Makefile files | Brian Paul | |
2009-04-02 | progs: Ignores | Jakob Bornecrantz | |
2009-03-24 | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz | |
2009-03-18 | tests: add simplest mipgen test | Keith Whitwell | |
2009-03-18 | progs/tests: Update mipmap_limits to show image and colors | Jakob Bornecrantz | |
2009-03-16 | progs/tests: Ignores | Jakob Bornecrantz | |
2009-03-12 | demos: fix typo | Brian Paul | |
2009-03-12 | mesa test prog for ATI_envmap_bumpmap | Roland Scheidegger | |
2009-03-10 | progs/tests: compile with SCons and glew | Keith Whitwell | |
Also get mingw cross-compilation of these tests working | |||
2009-03-04 | tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range | Brian Paul | |
This only tests the most basic functionality for now. | |||
2009-02-27 | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul | |
And re-org some code for testing purposes. |