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