Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-14 | progs: List tri-clear. | José Fonseca | |
2009-01-10 | mesa: Update .gitignore | Younes Manton | |
2009-01-05 | progs/glsl: Add ignores | Jakob Bornecrantz | |
2009-01-05 | progs/glsl: Remove double target def for vert-or-frag-only | Jakob Bornecrantz | |
2009-01-03 | demos: remove redundant Makefile lines from prev merge | Brian | |
2009-01-02 | mesa: replace CC with APP_CC in progs/glsl/Makefile | Brian Paul | |
2009-01-02 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/main/ffvertex_prog.c src/mesa/main/texenvprogram.c | |||
2009-01-01 | demos: added progs/glsl/samplers.c to test all available texture samplers | Brian Paul | |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/main/config.h | |||
2008-12-30 | demos: minor fixes to twoside.c glsl demo | Brian Paul | |
2008-12-22 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/Makefile | |||
2008-12-21 | Ignore new tests executables. | José Fonseca | |
2008-12-19 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
2008-12-19 | mesa: s/CC/APP_CC/ in progs/glsl/Makefile | Brian Paul | |
2008-12-18 | demos: all glutDestroyWindow() upon exit to test query object clean-up | Brian Paul | |
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 | |
Just demos and trivial dirs for starters. Conflicts: .gitignore | |||
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 | |
Conflicts: progs/glsl/Makefile | |||
2008-12-03 | demos: added simple vertex shader texture test. | Brian | |
Draw a quadmesh where Z coord is taken from a texture map. | |||
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 | |
Conflicts: progs/glsl/Makefile | |||
2008-11-24 | added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader | Brian Paul | |
Fragment's red/greenb/blue is a function gl_FragCoord.xyz | |||
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 | |
Fragment's red/greenb/blue is a function gl_FragCoord.xyz | |||
2008-11-21 | scons: Build progs. | José Fonseca | |
Just demos and trivial dirs for starters. | |||
2008-11-15 | Merge commit 'origin/master' into gallium-0.2 | Keith Whitwell | |
Conflicts: src/mesa/shader/prog_print.c | |||
2008-11-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | |
Conflicts: src/mesa/drivers/dri/common/dri_util.c | |||
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 | |
Conflicts: src/mesa/shader/prog_execute.c src/mesa/shader/slang/library/slang_vertex_builtin_gc.h | |||
2008-11-11 | mesa: fix version check in dinoshade.c | Brian Paul | |
2008-11-11 | CELL: two-sided stencil fixes | Robert Ellison | |
With these changes, the tests/stencil_twoside test now works. - Eliminate blending from the stencil_twoside test, as it produces an unneeded dependency on having blending working - The spe_splat() function will now work if the register being splatted and the destination register are the same - Separate fragment code generated for front-facing and back-facing fragments. Often these are the same; if two-sided stenciling is on, they can be different. This is easier and faster than generating code that does both tests and merges the results. - Fixed a cut/paste bug where if the back Z-pass stencil operation were different from all the other operations, the back Z-fail results were incorrect. | |||
2008-11-10 | undo accidental changes to multitex.frag shader | Brian Paul | |