Age | Commit message (Expand) | Author |
2008-12-18 | demos: add test of vertex-only and fragment-only shader programs | Brian Paul |
2008-12-18 | util: check for frag/vertShader=0 before attaching | Brian Paul |
2008-12-18 | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul |
2008-12-17 | demos: add test of vertex-only and fragment-only shader programs | Brian Paul |
2008-12-17 | util: check for frag/vertShader=0 before attaching | Brian Paul |
2008-12-16 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-15 | demos: updated tests/floattex.c (doesn't work just yet). | Brian Paul |
2008-12-15 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-13 | Fix silly type mismatch error in multinoise demo. | Gary Wong |
2008-12-13 | Add "multinoise" demo, to test 1/2/3/4 dimensional noise. | Gary Wong |
2008-12-13 | Ensure p.w is initialised in noise demo. | Gary Wong |
2008-12-12 | scons: Build progs. | José Fonseca |
2008-12-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-12-10 | mesa: more trivial tests | Keith Whitwell |
2008-12-08 | fix conflict breakage | Alan Hourihane |
2008-12-08 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-03 | demos: added simple vertex shader texture test. | Brian |
2008-12-02 | mesa: Update some .gitignore files. | Younes Manton |
2008-11-28 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-26 | demos: press SPACE to toggle fbo_firecube animation | Brian Paul |
2008-11-24 | remove some redundant rules from prev merge | Brian Paul |
2008-11-24 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-24 | added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader | Brian Paul |
2008-11-24 | progs: Add ignores | Jakob Bornecrantz |
2008-11-21 | added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader | Brian Paul |
2008-11-21 | scons: Build progs. | José Fonseca |
2008-11-15 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell |
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-11-14 | trivial: more tests | Keith Whitwell |
2008-11-14 | mesa: fix build | Alan Hourihane |
2008-11-12 | Add glsync demo program from jbarnes for testing vblank synchronization. | Eric Anholt |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-11 | mesa: fix version check in dinoshade.c | Brian Paul |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison |
2008-11-10 | undo accidental changes to multitex.frag shader | Brian Paul |
2008-11-05 | use APP_CC, not CC for skinning demo | Brian Paul |
2008-11-05 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-11-04 | added glsl/skinning.c test to test matrix blending/weighting | Brian Paul |
2008-11-04 | print err msg if unable to open shader file | Brian Paul |
2008-11-04 | remove old debug glFlush/Finish calls from demos | Brian Paul |
2008-10-30 | CELL: stencil bug fixes | Robert Ellison |
2008-10-28 | move glut.h include | Brian Paul |
2008-10-28 | mesa: use APP_CC compiler in progs/vp/ | Brian Paul |
2008-10-28 | mesa: convert log/exp tests to ARB_v_p | Brian Paul |
2008-10-28 | mesa: don't continually redraw | Brian Paul |
2008-10-27 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-10-20 | mesa: more test options in progs/demos/textures.c | Brian Paul |
2008-10-17 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-10-17 | mesa: redraw upon keypress in trivial/tri.c | Brian Paul |
2008-10-16 | glxswapcontrol: added -fullscreen option | Brian Paul |