summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Expand)AuthorAgeFilesLines
* progs/tests: Add checks for GL_NV_vertex_program.Vinson Lee2010-02-124-0/+21
* eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg2010-02-091-5/+10
* xeglgears: Add test case for eglBindTexImage()Kristian Høgsberg2010-02-091-24/+75
* progs/tests: add line drawing option to cylwrap.cBrian Paul2010-02-091-10/+34
* progs/tests: add x/y rotation to cylwrap.cBrian Paul2010-02-091-14/+45
* progs/tests: new test program for exercising cylindrical tex wrap modeBrian Paul2010-02-093-0/+206
* progs/xdemos: Silence uninitialized variable warning.Vinson Lee2010-02-091-1/+1
* progs/demos: update .gitignoreJoakim Sindholt2010-02-081-0/+1
* progs/xdemos: Silence uninitialized variable warning.Vinson Lee2010-02-081-1/+1
* progs/demos: fix typoBrian Paul2010-02-051-1/+1
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-058-16/+352
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-3151-94/+5984
| |\
| * | progs/demos: call glutDestroyWindow() upon exitBrian Paul2010-01-211-1/+4
| * | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-1639-203/+536
| |\ \
| * | | progs/trival: updated tri-scissor-tri.c testBrian Paul2010-01-141-11/+47
| * | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-08348-1253/+2760
| |\ \ \
| * | | | progs/demos/gloss: press 'n' to advance by one frameBrian Paul2009-12-091-0/+3
| * | | | progs/demos: call glutDestroyWindow() in gloss.cBrian Paul2009-12-091-1/+3
| * | | | progs/trivial: readback and print Z value in tri-z-eq.cBrian Paul2009-12-031-3/+11
| * | | | progs/trivial: added two simple texture testsBrian Paul2009-11-304-0/+284
* | | | | scons: Use only the shared object name when linking progs.José Fonseca2010-02-041-1/+2
* | | | | progs/fpglsl: couple more testsKeith Whitwell2010-02-032-0/+21
* | | | | progs/fpglsl: fp-tris for glslKeith Whitwell2010-02-036-0/+487
* | | | | progs/es2: Fix an assertion failure in tri.Chia-I Wu2010-02-021-2/+3
* | | | | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bugBrian Paul2010-02-013-0/+233
| |_|_|/ |/| | |
* | | | progs/egl: Update eglinfo to display more attributes.Chia-I Wu2010-01-312-11/+21
* | | | progs/es1: Add bindtex.Chia-I Wu2010-01-303-17/+14
* | | | progs/demos: new image dissolve demoBrian Paul2010-01-293-0/+160
* | | | progs/tests: added a few more files to .gitignoreBrian Paul2010-01-291-0/+3
* | | | progs/tests: Remove unnecessary headers.Vinson Lee2010-01-2810-14/+0
* | | | progs/glsl: Fix bump GLSL compilation error on Mac OS.Vinson Lee2010-01-281-1/+1
* | | | progs/glsl: Remove unused variable in bump.c.Vinson Lee2010-01-281-1/+0
* | | | progs/glsl: Remove unnecessary header from samplers.c.Vinson Lee2010-01-281-1/+0
* | | | support an 'embedded' platform target which turns off most parts of theAlan Hourihane2010-01-261-35/+36
* | | | glxgears: Support GLX_EXT_swap_control for querying the current swap interval.Aaron Plattner2010-01-261-3/+10
* | | | progs/tests: use glDrawRangeElements() in bufferobj.cBrian Paul2010-01-261-1/+7
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-252-8/+0
|\ \ \ \
| * | | | progs/demos: Remove unnecessary header from shadowtex.c.Vinson Lee2010-01-232-8/+0
* | | | | Merge branch 'arb_half_float_vertex'Dave Airlie2010-01-232-0/+216
|\ \ \ \ \
| * | | | | progs: add trivial ARB_half_float_vertex support.Dave Airlie2010-01-232-0/+216
* | | | | | Revert "add segl"Chia-I Wu2010-01-235-424/+0
* | | | | | add seglChia-I Wu2010-01-235-0/+424
* | | | | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-222-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c.Vinson Lee2010-01-211-1/+0
| * | | | | glxgears: unbind current context before "destroying" itMarcin Slusarz2010-01-181-0/+1
* | | | | | progs/xdemos: add z/Z keys for scaling the renderingBrian Paul2010-01-221-0/+10
| |/ / / / |/| | | |
* | | | | progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul2010-01-214-0/+22
* | | | | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-2018-0/+5482
|\ \ \ \ \
| * | | | | progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-123-7/+23
| * | | | | progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5