| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "progs/redbook: Temporarily disable the demos that extensions not part... | José Fonseca | 2010-02-16 | 1 | -10/+10 |
* | progs/redbook: use glew | Brian Paul | 2010-02-15 | 11 | -9/+36 |
* | progs/redbook: Temporarily disable the demos that extensions not part of wind... | José Fonseca | 2010-02-15 | 1 | -10/+10 |
* | progs/redbook: test image for new redbook tests | Brian Paul | 2010-02-15 | 1 | -0/+0 |
* | progs/redbook: add additional tests for GL 1.4 | Brian Paul | 2010-02-15 | 15 | -8/+2912 |
* | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | 2010-02-15 | 1 | -0/+3 |
* | progs/objviewer: close file (bug 26559) | Brian Paul | 2010-02-14 | 1 | -0/+2 |
* | progs/fp: close file (bug 26559) | Brian Paul | 2010-02-14 | 1 | -0/+1 |
* | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | 2010-02-14 | 1 | -0/+4 |
* | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | 2010-02-14 | 77 | -0/+5040 |
* | progs/tests: Add checks for GL_NV_vertex_program. | Vinson Lee | 2010-02-12 | 4 | -0/+21 |
* | eglinfo: Also print visual type, assuming X visual types | Kristian Høgsberg | 2010-02-09 | 1 | -5/+10 |
* | xeglgears: Add test case for eglBindTexImage() | Kristian Høgsberg | 2010-02-09 | 1 | -24/+75 |
* | progs/tests: add line drawing option to cylwrap.c | Brian Paul | 2010-02-09 | 1 | -10/+34 |
* | progs/tests: add x/y rotation to cylwrap.c | Brian Paul | 2010-02-09 | 1 | -14/+45 |
* | progs/tests: new test program for exercising cylindrical tex wrap mode | Brian Paul | 2010-02-09 | 3 | -0/+206 |
* | progs/xdemos: Silence uninitialized variable warning. | Vinson Lee | 2010-02-09 | 1 | -1/+1 |
* | progs/demos: update .gitignore | Joakim Sindholt | 2010-02-08 | 1 | -0/+1 |
* | progs/xdemos: Silence uninitialized variable warning. | Vinson Lee | 2010-02-08 | 1 | -1/+1 |
* | progs/demos: fix typo | Brian Paul | 2010-02-05 | 1 | -1/+1 |
* | Merge remote branch 'origin/lp-binning' | José Fonseca | 2010-02-05 | 8 | -16/+352 |
|\ |
|
| * | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-31 | 51 | -94/+5984 |
| |\ |
|
| * | | progs/demos: call glutDestroyWindow() upon exit | Brian Paul | 2010-01-21 | 1 | -1/+4 |
| * | | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-16 | 39 | -203/+536 |
| |\ \ |
|
| * | | | progs/trival: updated tri-scissor-tri.c test | Brian Paul | 2010-01-14 | 1 | -11/+47 |
| * | | | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 2010-01-08 | 348 | -1253/+2760 |
| |\ \ \ |
|
| * | | | | progs/demos/gloss: press 'n' to advance by one frame | Brian Paul | 2009-12-09 | 1 | -0/+3 |
| * | | | | progs/demos: call glutDestroyWindow() in gloss.c | Brian Paul | 2009-12-09 | 1 | -1/+3 |
| * | | | | progs/trivial: readback and print Z value in tri-z-eq.c | Brian Paul | 2009-12-03 | 1 | -3/+11 |
| * | | | | progs/trivial: added two simple texture tests | Brian Paul | 2009-11-30 | 4 | -0/+284 |
* | | | | | scons: Use only the shared object name when linking progs. | José Fonseca | 2010-02-04 | 1 | -1/+2 |
* | | | | | progs/fpglsl: couple more tests | Keith Whitwell | 2010-02-03 | 2 | -0/+21 |
* | | | | | progs/fpglsl: fp-tris for glsl | Keith Whitwell | 2010-02-03 | 6 | -0/+487 |
* | | | | | progs/es2: Fix an assertion failure in tri. | Chia-I Wu | 2010-02-02 | 1 | -2/+3 |
* | | | | | progs/tests: add another FBO test to exercise a RGBA vs. Z texture bug | Brian Paul | 2010-02-01 | 3 | -0/+233 |
| |_|_|/
|/| | | |
|
* | | | | progs/egl: Update eglinfo to display more attributes. | Chia-I Wu | 2010-01-31 | 2 | -11/+21 |
* | | | | progs/es1: Add bindtex. | Chia-I Wu | 2010-01-30 | 3 | -17/+14 |
* | | | | progs/demos: new image dissolve demo | Brian Paul | 2010-01-29 | 3 | -0/+160 |
* | | | | progs/tests: added a few more files to .gitignore | Brian Paul | 2010-01-29 | 1 | -0/+3 |
* | | | | progs/tests: Remove unnecessary headers. | Vinson Lee | 2010-01-28 | 10 | -14/+0 |
* | | | | progs/glsl: Fix bump GLSL compilation error on Mac OS. | Vinson Lee | 2010-01-28 | 1 | -1/+1 |
* | | | | progs/glsl: Remove unused variable in bump.c. | Vinson Lee | 2010-01-28 | 1 | -1/+0 |
* | | | | progs/glsl: Remove unnecessary header from samplers.c. | Vinson Lee | 2010-01-28 | 1 | -1/+0 |
* | | | | support an 'embedded' platform target which turns off most parts of the | Alan Hourihane | 2010-01-26 | 1 | -35/+36 |
* | | | | glxgears: Support GLX_EXT_swap_control for querying the current swap interval. | Aaron Plattner | 2010-01-26 | 1 | -3/+10 |
* | | | | progs/tests: use glDrawRangeElements() in bufferobj.c | Brian Paul | 2010-01-26 | 1 | -1/+7 |
* | | | | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 2 | -8/+0 |
|\ \ \ \ |
|
| * | | | | progs/demos: Remove unnecessary header from shadowtex.c. | Vinson Lee | 2010-01-23 | 2 | -8/+0 |
* | | | | | Merge branch 'arb_half_float_vertex' | Dave Airlie | 2010-01-23 | 2 | -0/+216 |
|\ \ \ \ \ |
|
| * | | | | | progs: add trivial ARB_half_float_vertex support. | Dave Airlie | 2010-01-23 | 2 | -0/+216 |