| Commit message (Expand) | Author | Age | Files | Lines |
* | progs/vp: print program and error info when program does not compile | Brian Paul | 2009-09-14 | 1 | -0/+6 |
* | prog/glsl: fix Makefile for samplers_array. | Peter Hutterer | 2009-09-07 | 1 | -1/+1 |
* | progs/tests: re-enable exit() call | Brian Paul | 2009-09-01 | 1 | -1/+1 |
* | progs/glsl: add special Makefile rule for samplers_array | Brian Paul | 2009-08-26 | 1 | -1/+3 |
* | progs/glsl: change samplers.c to better test sampler/texture indexing | Brian Paul | 2009-08-26 | 1 | -4/+12 |
* | progs/demos: print more info in fbotexture.c | Brian Paul | 2009-08-14 | 1 | -4/+24 |
* | progs/tests: hack a PBO/dlist test | Brian Paul | 2009-08-13 | 1 | -0/+18 |
* | xdemo/glxswapcontrol: Move get_framge_usage after the swap. | Pauli Nieminen | 2009-08-03 | 1 | -2/+3 |
* | xdemos/glxcontexts: Don't leak visual info when choosing visual again. | Pauli Nieminen | 2009-08-03 | 1 | -0/+3 |
* | progs/trivial: add missing files to Makefile, .gitignore | Vinson Lee | 2009-07-28 | 2 | -0/+23 |
* | progs/util: remove extfuncs.h (we use GLEW instead)mesa_7_5 | Brian Paul | 2009-07-17 | 1 | -19/+17 |
* | progs/glsl: finish conversion to GLEW | Brian Paul | 2009-07-17 | 24 | -344/+232 |
* | progs/tests: Use compressed texture in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-14 | 1 | -1/+3 |
* | progs/tests: Tests more views in mipmap_comp_tests | Jakob Bornecrantz | 2009-07-14 | 1 | -1/+4 |
* | progs/tests: Add yet another mipmap test | Jakob Bornecrantz | 2009-07-14 | 4 | -0/+319 |
* | demos: set 4th component of texcoord to 1.0 | Brian Paul | 2009-07-10 | 1 | -0/+1 |
* | demos: Fix vsync checking in glxgears | Ian Romanick | 2009-07-06 | 1 | -19/+16 |
* | progs: revert damage to progs/SConscript from recent compressed texture commit | Keith Whitwell | 2009-07-03 | 1 | -0/+9 |
* | Merge commit 'origin/dlist-statechange-shortcircuit' into mesa_7_5_branch | Keith Whitwell | 2009-07-02 | 6 | -0/+893 |
|\ |
|
| * | mesa/vbo: fix compile and replay of nodes ending in a FALLBACK | Keith Whitwell | 2009-06-30 | 2 | -0/+160 |
| * | progs/trivial: add dlist-mat-tri.c | Keith Whitwell | 2009-06-30 | 2 | -0/+183 |
| * | progs/trivial: add test case for short-circuiting material changes | Keith Whitwell | 2009-06-30 | 2 | -0/+175 |
| * | progs/trivial: add dlist-flat-tri.c | Keith Whitwell | 2009-06-30 | 2 | -0/+172 |
| * | progs/trivial: add dlist-recursive-call | Keith Whitwell | 2009-06-30 | 2 | -0/+191 |
| * | dlist-tri-flat-tri: make tri render differently if flatshade not enabled | Keith Whitwell | 2009-06-30 | 1 | -1/+3 |
| * | Merge branch 'mesa_7_5_branch' into dlist-statechange-shortcircuit | Keith Whitwell | 2009-06-30 | 3 | -5/+170 |
| |\ |
|
| * | | progs/trivial: test case for dlist statechange elimination | Keith Whitwell | 2009-06-30 | 2 | -0/+170 |
| * | | progs/glsl: link with GLEW library | Brian Paul | 2009-06-30 | 1 | -1/+1 |
| * | | progs/util: make sure function pointers are initialized | Keith Whitwell | 2009-06-29 | 1 | -1/+6 |
* | | | progs/tests: Add tests for glCompressedTexSubImage | Jakob Bornecrantz | 2009-06-30 | 6 | -9/+4269 |
* | | | xdemos: Fix xdemos which default to using display :0.0 to default to $DISPLAY | Jon TURNEY | 2009-06-30 | 4 | -5/+6 |
* | | | mesa/vbo: fix compile and replay of nodes ending in a FALLBACK | Keith Whitwell | 2009-06-30 | 2 | -0/+160 |
| |/
|/| |
|
* | | progs/trivial: add test case for lighting plus per-vertex materials | Keith Whitwell | 2009-06-30 | 2 | -0/+150 |
* | | progs/isosurf: add materials mode for glVertex + TRISTRIP | Keith Whitwell | 2009-06-30 | 1 | -5/+20 |
* | | progs/util: make sure function pointers are initialized | Keith Whitwell | 2009-06-30 | 1 | -1/+6 |
* | | progs/glsl: link with GLEW library | Brian Paul | 2009-06-29 | 1 | -1/+1 |
|/ |
|
* | progs/glsl: compile with scons and glew | Keith Whitwell | 2009-06-29 | 27 | -1/+106 |
* | demos: improve argv parsing in fslight.c | Brian Paul | 2009-06-26 | 1 | -2/+6 |
* | demos: fix issues in glxcontexts.c | Brian Paul | 2009-06-23 | 1 | -114/+46 |
* | progs/wgl: Fix shreadtex_mt too. | José Fonseca | 2009-06-17 | 1 | -6/+24 |
* | progs/wgl: Tweak the initialization wait in wglthreads. | José Fonseca | 2009-06-17 | 1 | -2/+2 |
* | progs/wgl: Get wglShareLists working in wglthreads. | José Fonseca | 2009-06-17 | 1 | -6/+23 |
* | progs/wgl: Allow resizing wglthreads' windows. | José Fonseca | 2009-06-17 | 1 | -1/+1 |
* | progs/wgl: Quit after displaying usage for -h option. | José Fonseca | 2009-06-16 | 1 | -0/+1 |
* | progs/wgl: Use appropriate types to silence msvc warnings. | José Fonseca | 2009-06-16 | 1 | -7/+7 |
* | progs/wgl: Fix assertion failure in wglthreads' texture creation. | José Fonseca | 2009-06-16 | 1 | -8/+10 |
* | progs/tests: Use opaque colors. | José Fonseca | 2009-06-15 | 1 | -2/+2 |
* | demos: update fbotexture.c to use EXT or ARB functions exclusively | Brian Paul | 2009-06-12 | 2 | -38/+77 |
* | util: additional function pointers | Brian Paul | 2009-06-12 | 1 | -0/+101 |
* | progs: Port fp programs to GLEW. | José Fonseca | 2009-06-11 | 10 | -26/+50 |