Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-23 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt | |
Conflicts: src/mesa/drivers/dri/intel/intel_fbo.c src/mesa/drivers/dri/intel/intel_mipmap_tree.c src/mesa/drivers/dri/intel/intel_mipmap_tree.h src/mesa/drivers/dri/intel/intel_tex_copy.c src/mesa/drivers/dri/intel/intel_tex_image.c | |||
2009-10-23 | progs/tests: print requested/internal format info | Brian Paul | |
2009-10-23 | progs/tests: Fix MSVC build. | Vinson Lee | |
2009-10-16 | progs/tests: Use rand() instead of random(). | José Fonseca | |
Forgot these on previous commit. | |||
2009-10-16 | progs/tests: Use rand() instead of random(). | José Fonseca | |
More portable. Same implementation on Linux. | |||
2009-10-16 | prog/tests: Fix MSVC build. | Vinson Lee | |
2009-10-14 | prog/tests: Fix MSVC build. | Vinson Lee | |
2009-10-12 | prog/tests: Fix MSVC build. | Vinson Lee | |
2009-10-10 | progs/perf: Fix MSVC build. | Vinson Lee | |
2009-10-09 | progs/tests: Add tests to Makefile. | Vinson Lee | |
2009-10-08 | progs/tests: Fix MSVC build. | Vinson Lee | |
2009-10-07 | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle | |
2009-10-07 | progs/test: Fix MSVC build. | Vinson Lee | |
2009-10-06 | progs/tests: fix MSVC build. | Vinson Lee | |
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 | |