summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Collapse)Author
2009-08-07tests: have getprocaddress return a return codeRobert 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-07mesa: improve getprocaddress testRobert 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-05tests: also test xoffset in texcompsub testRoland 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-04tests/getteximage: test more texture sizes, including npotBrian Paul
2009-07-30tests: glGetTexImage() testBrian Paul
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul
2009-07-04progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz
2009-07-04progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
Conflicts: src/mesa/main/dlist.c src/mesa/vbo/vbo_save_api.c
2009-06-30progs/tests: Add tests for glCompressedTexSubImageJakob Bornecrantz
2009-06-15progs/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-26Merge branch 'arb_vertex_array_object'Brian Paul
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul
2009-06-19Merge 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-16Merge branch 'mesa_7_5_branch'Brian Paul
Conflicts: src/mesa/main/api_validate.c
2009-06-14progs/tests: Add yet another mipmap testJakob Bornecrantz
2009-06-12tests: added persp_hint.c testBrian Paul
Test the effect of GL_PERSPECTIVE_CORRECTION_HINT on color interpolation.
2009-06-12tests: added arbgpuprog, for compile-testing ARB vertex/fragment programsBrian Paul
2009-06-09tests: prim.c demo, modified for GL_EXT_provoking_vertexBrian Paul
2009-06-09tests: need tkmap.c for prim.cBrian Paul
2009-06-09Merge 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-09tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul
2009-06-09tests: also test glGetTexImage with render to textureBrian Paul
Also, adjust texture dims for the original test. And use GLEW.
2009-06-09tests: quick and dirty glGetTexImage() test programBrian Paul
2009-06-08progs/tests: Add some scissor testsJakob Bornecrantz
2009-04-29progs/tests: Update ignoresJakob Bornecrantz
2009-04-29progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz
2009-04-28demos: asst. updates, clean-upsBrian Paul
2009-04-24tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell
Move between mipmaps, render a triangle, reload textures with either the original arch (and GenMipmaps) or via straightforward glTexImage.
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell
2009-04-20tests/mipmap_view: add linear/nearest keyKeith Whitwell
2009-04-18demos: move demos/texobj.c to tests/Brian Paul
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul
2009-04-18demos: move tests/projtex.c to demos/Brian Paul
And fix compiler warnings.
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul
2009-04-18demos: move texdown.c to tests/Brian Paul
2009-04-18demos: move glutfx demo to tests/Brian Paul
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul
2009-04-18demos: fix incorrect assertionBrian Paul
2009-04-18demos: fix usage textBrian Paul
2009-04-17demos: move glewInit() call, fixes crash/bug 21247Brian Paul
2009-04-17demos: 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-15progs/tests: Make texcompress2 get textureJakob Bornecrantz
2009-04-10mesa: asst. progs/test/Makefile filesBrian Paul
2009-04-02progs: IgnoresJakob Bornecrantz
2009-03-24progs/tests: Build texcompress2 with sconsJakob Bornecrantz
2009-03-18tests: add simplest mipgen testKeith Whitwell
2009-03-18progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz