summaryrefslogtreecommitdiff
path: root/progs/tests
AgeCommit message (Expand)AuthorFilesLines
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul3-8/+8
2009-07-04progs/tests: Use compressed texture in mipmap_comp_testsJakob Bornecrantz1-1/+3
2009-07-04progs/tests: Tests more views in mipmap_comp_testsJakob Bornecrantz1-1/+4
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz5-0/+4269
2009-06-30progs/tests: Add tests for glCompressedTexSubImageJakob Bornecrantz5-0/+4269
2009-06-15progs/tests: Use opaque colors.José Fonseca1-2/+2
2009-06-26Merge branch 'arb_vertex_array_object'Brian Paul1-25/+95
2009-06-22tests: update bufferobj.c to test GL_ARB_vertex_array_objectBrian Paul1-25/+95
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul3-0/+631
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul1-2/+2
2009-06-14progs/tests: Add yet another mipmap testJakob Bornecrantz4-0/+319
2009-06-12tests: added persp_hint.c testBrian Paul3-0/+151
2009-06-12tests: added arbgpuprog, for compile-testing ARB vertex/fragment programsBrian Paul2-0/+231
2009-06-09tests: prim.c demo, modified for GL_EXT_provoking_vertexBrian Paul2-0/+560
2009-06-09tests: need tkmap.c for prim.cBrian Paul1-0/+71
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz5-0/+312
2009-06-09tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul1-1/+3
2009-06-09tests: also test glGetTexImage with render to textureBrian Paul1-11/+103
2009-06-09tests: quick and dirty glGetTexImage() test programBrian Paul2-1/+125
2009-06-08progs/tests: Add some scissor testsJakob Bornecrantz5-0/+312
2009-04-29progs/tests: Update ignoresJakob Bornecrantz1-8/+6
2009-04-29progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz4-0/+298
2009-04-28demos: asst. updates, clean-upsBrian Paul1-23/+20
2009-04-24tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell1-48/+219
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul1-0/+8
2009-04-20mesa/progs: fix scons build after recent demo movesKeith Whitwell1-4/+5
2009-04-20tests/mipmap_view: add linear/nearest keyKeith Whitwell1-2/+13
2009-04-18demos: move demos/texobj.c to tests/Brian Paul2-0/+285
2009-04-18demos: move demos/occlude.c (old HP extension) to testsBrian Paul1-0/+234
2009-04-18demos: move tests/dinoshade.c to demos/Brian Paul2-913/+0
2009-04-18demos: move tests/projtex.c to demos/Brian Paul2-1031/+0
2009-04-18demos: move tests/fbotexture.c to demos/Brian Paul2-622/+0
2009-04-18demos: move texdown.c to tests/Brian Paul2-0/+478
2009-04-18demos: move glutfx demo to tests/Brian Paul2-0/+190
2009-04-18demos: move streaming_rect.c demo to tests/Brian Paul2-0/+328
2009-04-18demos: fix incorrect assertionBrian Paul1-1/+1
2009-04-18demos: fix usage textBrian Paul1-1/+1
2009-04-17demos: move glewInit() call, fixes crash/bug 21247Brian Paul1-1/+1
2009-04-17demos: move glewInit() after glutCreateWindow()Brian Paul1-1/+1
2009-04-15progs/tests: Make texcompress2 get textureJakob Bornecrantz1-2/+21
2009-04-10mesa: asst. progs/test/Makefile filesBrian Paul1-3/+3
2009-04-02progs: IgnoresJakob Bornecrantz1-0/+5
2009-03-24progs/tests: Build texcompress2 with sconsJakob Bornecrantz2-1/+1
2009-03-18tests: add simplest mipgen testKeith Whitwell3-0/+209
2009-03-18progs/tests: Update mipmap_limits to show image and colorsJakob Bornecrantz2-67/+135
2009-03-16progs/tests: IgnoresJakob Bornecrantz1-0/+4
2009-03-12demos: fix typoBrian Paul1-1/+1
2009-03-12mesa test prog for ATI_envmap_bumpmapRoland Scheidegger2-0/+215
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell92-78/+343
2009-03-04tests: add new mapbufrange.c test to test GL_ARB_map_buffer_rangeBrian Paul2-1/+206