Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-04 | 1 | -1/+4 |
| | |||||
* | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-07-03 | 5 | -0/+4269 |
|\ | | | | | | | | | | | Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c | ||||
| * | progs/tests: Add tests for glCompressedTexSubImage | Jakob Bornecrantz | 2009-06-30 | 5 | -0/+4269 |
| | | |||||
* | | Merge branch 'arb_vertex_array_object' | Brian Paul | 2009-06-26 | 1 | -25/+95 |
|\ \ | |||||
| * | | tests: update bufferobj.c to test GL_ARB_vertex_array_object | Brian Paul | 2009-06-22 | 1 | -25/+95 |
| | | | |||||
* | | | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | 2009-06-14 | 4 | -0/+319 |
|/ / | |||||
* | | Merge branch 'ext-provoking-vertex' | Brian Paul | 2009-06-19 | 3 | -0/+631 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | tests: prim.c demo, modified for GL_EXT_provoking_vertex | Brian Paul | 2009-06-09 | 2 | -0/+560 |
| | | | |||||
| * | | tests: need tkmap.c for prim.c | Brian Paul | 2009-06-09 | 1 | -0/+71 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | Brian Paul | 2009-06-16 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | | | | | | | | | | Conflicts: src/mesa/main/api_validate.c | ||||
| * | | progs/tests: Use opaque colors. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Transparency is not relevant for this example, and leads to distraction due to different results in alpha visuals, when capturing images to disk. | ||||
* | | | tests: added persp_hint.c test | Brian Paul | 2009-06-12 | 3 | -0/+151 |
| | | | | | | | | | | | | Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation. | ||||
* | | | tests: added arbgpuprog, for compile-testing ARB vertex/fragment programs | Brian Paul | 2009-06-12 | 2 | -0/+231 |
| | | | |||||
* | | | Merge branch 'mesa_7_5_branch' | Jakob Bornecrantz | 2009-06-09 | 5 | -0/+312 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h src/mesa/shader/slang/slang_preprocess.c src/mesa/state_tracker/st_cb_bufferobjects.c | ||||
| * | | progs/tests: Add some scissor tests | Jakob Bornecrantz | 2009-06-08 | 5 | -0/+312 |
| |/ | |||||
* | | tests: check for GL_EXT/ARB_framebuffer_object | Brian Paul | 2009-06-09 | 1 | -1/+3 |
| | | |||||
* | | tests: also test glGetTexImage with render to texture | Brian Paul | 2009-06-09 | 1 | -11/+103 |
| | | | | | | | | | | Also, adjust texture dims for the original test. And use GLEW. | ||||
* | | tests: quick and dirty glGetTexImage() test program | Brian Paul | 2009-06-09 | 2 | -1/+125 |
|/ | |||||
* | progs/tests: Update ignores | Jakob Bornecrantz | 2009-04-29 | 1 | -8/+6 |
| | |||||
* | progs/tests: Add mipmap_comp for mipmap testing with compressed textures | Jakob Bornecrantz | 2009-04-29 | 4 | -0/+298 |
| | |||||
* | demos: asst. updates, clean-ups | Brian Paul | 2009-04-28 | 1 | -23/+20 |
| | |||||
* | tests/mipmap_view: add a bunch of keystrokes for testing render-to-texture | Keith Whitwell | 2009-04-24 | 1 | -48/+219 |
| | | | | | Move between mipmaps, render a triangle, reload textures with either the original arch (and GenMipmaps) or via straightforward glTexImage. | ||||
* | demos: check that GL version is 2.0 or higher | Brian Paul | 2009-04-21 | 1 | -0/+8 |
| | |||||
* | mesa/progs: fix scons build after recent demo moves | Keith Whitwell | 2009-04-20 | 1 | -4/+5 |
| | |||||
* | tests/mipmap_view: add linear/nearest key | Keith Whitwell | 2009-04-20 | 1 | -2/+13 |
| | |||||
* | demos: move demos/texobj.c to tests/ | Brian Paul | 2009-04-18 | 2 | -0/+285 |
| | |||||
* | demos: move demos/occlude.c (old HP extension) to tests | Brian Paul | 2009-04-18 | 1 | -0/+234 |
| | |||||
* | demos: move tests/dinoshade.c to demos/ | Brian Paul | 2009-04-18 | 2 | -913/+0 |
| | |||||
* | demos: move tests/projtex.c to demos/ | Brian Paul | 2009-04-18 | 2 | -1031/+0 |
| | | | | And fix compiler warnings. | ||||
* | demos: move tests/fbotexture.c to demos/ | Brian Paul | 2009-04-18 | 2 | -622/+0 |
| | |||||
* | demos: move texdown.c to tests/ | Brian Paul | 2009-04-18 | 2 | -0/+478 |
| | |||||
* | demos: move glutfx demo to tests/ | Brian Paul | 2009-04-18 | 2 | -0/+190 |
| | |||||
* | demos: move streaming_rect.c demo to tests/ | Brian Paul | 2009-04-18 | 2 | -0/+328 |
| | |||||
* | demos: fix incorrect assertion | Brian Paul | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | demos: fix usage text | Brian Paul | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | demos: move glewInit() call, fixes crash/bug 21247 | Brian Paul | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | demos: move glewInit() after glutCreateWindow() | Brian Paul | 2009-04-17 | 1 | -1/+1 |
| | | | | | Fixes segfault. See bug 21239. However, the demo doesn't render properly. Probably a bug in the GL_ATI_fragment_shader code. | ||||
* | progs/tests: Make texcompress2 get texture | Jakob Bornecrantz | 2009-04-15 | 1 | -2/+21 |
| | |||||
* | mesa: asst. progs/test/Makefile files | Brian Paul | 2009-04-10 | 1 | -3/+3 |
| | |||||
* | progs: Ignores | Jakob Bornecrantz | 2009-04-02 | 1 | -0/+5 |
| | |||||
* | progs/tests: Build texcompress2 with scons | Jakob Bornecrantz | 2009-03-24 | 2 | -1/+1 |
| | |||||
* | tests: add simplest mipgen test | Keith Whitwell | 2009-03-18 | 3 | -0/+209 |
| | |||||
* | progs/tests: Update mipmap_limits to show image and colors | Jakob Bornecrantz | 2009-03-18 | 2 | -67/+135 |
| | |||||
* | progs/tests: Ignores | Jakob Bornecrantz | 2009-03-16 | 1 | -0/+4 |
| | |||||
* | demos: fix typo | Brian Paul | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | mesa test prog for ATI_envmap_bumpmap | Roland Scheidegger | 2009-03-12 | 2 | -0/+215 |
| | |||||
* | progs/tests: compile with SCons and glew | Keith Whitwell | 2009-03-10 | 92 | -78/+343 |
| | | | | Also get mingw cross-compilation of these tests working | ||||
* | tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range | Brian Paul | 2009-03-04 | 2 | -1/+206 |
| | | | | This only tests the most basic functionality for now. | ||||
* | demos: fix renderbuffer leak in progs/tests/fbotexture.c | Brian Paul | 2009-02-27 | 1 | -10/+21 |
| | | | | And re-org some code for testing purposes. | ||||
* | tests: new mapvbo.c test | Brian Paul | 2009-02-27 | 2 | -0/+139 |
| | | | | | Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward. |