Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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. | |||
2009-02-27 | tests: new mapvbo.c test | Brian Paul | |
Test that glDrawArrays() isn't effected by a glMapBuffer()/modify/glUnmapBuffer() immediately afterward. | |||
2009-02-26 | demos: add a fourth test case to VBO test for position/color in different VBOs | Brian Paul | |
2009-02-11 | demos: minor updates for shader_api.c test | Brian Paul | |
Mesa's glGetUniformLocation() does support array indexes. Minor code reformatting. It would be great if this program were converted into a glean test... | |||
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | |
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c | |||
2009-02-03 | demos: modify bufferobj.c to exercise interleaved vertex arrays | Brian Paul | |
Also, put colors before vertex positions, and place the data at a 40-byte offset from the start of the buffer. | |||
2009-01-22 | demos: revamp the fbotexture.c demo | Brian Paul | |
Try making depth/stencil attachments in two different ways. Check for GL errors and GL_FRAMEBUFFER_UNSUPPORTED status to be more robust. Reorganize the code a bit to make it clearer. Added -arb option to test GL_ARB_fbo's mixed renderbuffer sizes Added -ds2 option to test GL_DEPTH_STENCIL_ATTACHMENT | |||
2009-01-22 | demos: updated FBO tests to for ARB_fbo | Brian Paul | |
Some things that were not errors in EXT_fbo are errors in ARB_fbo. | |||
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | |
Conflicts: windows/VC8/mesa/osmesa/osmesa.vcproj windows/VC8/progs/demos/gears.vcproj windows/VC8/progs/progs.sln | |||
2009-01-19 | tests: test pseudo-XOR blend mode. | Brian Paul | |
GL_XOR logicop mode can be approximated with blending by computing 1 - dst. Here's a couple test programs for that. | |||
2008-12-16 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
2008-12-15 | demos: updated tests/floattex.c (doesn't work just yet). | Brian Paul | |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/shader/prog_execute.c src/mesa/shader/slang/library/slang_vertex_builtin_gc.h | |||
2008-11-11 | mesa: fix version check in dinoshade.c | Brian Paul | |