summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_5_branch'Thomas Hellstrom2009-06-153-38/+158
|\
| * demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul2009-06-122-38/+77
| * util: additional function pointersBrian Paul2009-06-121-0/+101
* | tests: added persp_hint.c testBrian Paul2009-06-123-0/+151
* | tests: added arbgpuprog, for compile-testing ARB vertex/fragment programsBrian Paul2009-06-122-0/+231
* | progs/rbug: Add binary to bmp converter programJakob Bornecrantz2009-06-123-0/+113
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-1110-26/+50
|\ \ | |/
| * progs: Port fp programs to GLEW.José Fonseca2009-06-1110-26/+50
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-095-0/+312
|\ \ | |/
| * progs/tests: Add some scissor testsJakob Bornecrantz2009-06-085-0/+312
* | tests: check for GL_EXT/ARB_framebuffer_objectBrian Paul2009-06-091-1/+3
* | tests: also test glGetTexImage with render to textureBrian Paul2009-06-091-11/+103
* | tests: quick and dirty glGetTexImage() test programBrian Paul2009-06-092-1/+125
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-045-22/+109
|\ \ | |/
| * progs/vpglsl: add similar support for point rendering as progs/vpKeith Whitwell2009-06-013-6/+64
| * trivial/tri-z: add controls for depthrange min/maxKeith Whitwell2009-06-011-10/+40
| * progs/wgl: Small cleanup to wglinfo.José Fonseca2009-06-011-5/+4
| * progs/wgl: Use an invisible window in wglinfo.José Fonseca2009-06-011-1/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-011-10/+11
|\ \ | |/
| * demos: add missing dependencies for util filesBrian Paul2009-06-011-10/+11
| * demos: fix multitex.c VertCoord attribute mappingBrian Paul2009-05-221-1/+16
* | progs/rbug: Add small remote debugging cli applicationsJakob Bornecrantz2009-06-0111-0/+800
* | demos: remove some old debug/test codeBrian Paul2009-05-271-5/+2
* | demos: extend glsl/multitex.c to use a vertex buffer objectBrian Paul2009-05-221-6/+87
* | demos/util: add funcs for GL_ARB_buffer_objectBrian Paul2009-05-221-0/+19
* | progs/trivial: update .gitignore with new binariesJoakim Sindholt2009-05-121-0/+3
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-111-0/+1
|\ \ | |/
| * trivial: destroy window upon exitBrian Paul2009-05-111-0/+1
| * progs/trivial: add test for vertex program invarient transformKeith Whitwell2009-05-083-0/+149
| * progs/trivial: add vbo-noninterleaved testKeith Whitwell2009-05-083-0/+141
| * trivial: add line-flat.cKeith Whitwell2009-05-083-0/+149
* | demos: delete vertex array objects upon exitBrian Paul2009-05-071-0/+2
* | progs/trivial: add test for vertex program invarient transformKeith Whitwell2009-05-053-0/+149
* | progs/trivial: add vbo-noninterleaved testKeith Whitwell2009-05-053-0/+141
* | trivial: add line-flat.cKeith Whitwell2009-05-053-0/+149
|/
* demos: silence warningBrian Paul2009-04-301-1/+1
* progs/tests: Update ignoresJakob Bornecrantz2009-04-291-8/+6
* progs/tests: Add mipmap_comp for mipmap testing with compressed texturesJakob Bornecrantz2009-04-294-0/+298
* progs: add fflushes for cygwinKeith Whitwell2009-04-282-0/+5
* demos: asst. updates, clean-upsBrian Paul2009-04-281-23/+20
* demos: Clean up allocated Textures and Display Lists when demo quitShuang He2009-04-274-0/+47
* demos: ensure display lists are destroyed for next generationAlan Hourihane2009-04-241-0/+4
* shadowtex: fflush stdout for cygwinKeith Whitwell2009-04-241-0/+2
* demos/readpix: add option to draw triangle instead of drawpixKeith Whitwell2009-04-241-5/+62
* tests/mipmap_view: add a bunch of keystrokes for testing render-to-textureKeith Whitwell2009-04-241-48/+219
* demos: check that GL version is 2.0 or higherBrian Paul2009-04-211-0/+8
* trivial/tri-viewport: add keys for frustrum/ortho and z coordinateKeith Whitwell2009-04-211-43/+77
* trivial/tri-viewport: add more out-of-bounds background quadsKeith Whitwell2009-04-211-1/+27
* trivial/tri_viewport: add space==reset keyKeith Whitwell2009-04-211-1/+3
* trivial/tri_viewport: add width/height keysKeith Whitwell2009-04-211-18/+49