summaryrefslogtreecommitdiff
path: root/progs/glsl
AgeCommit message (Expand)Author
2009-01-14mesa: add new samplers_array testAlan Hourihane
2009-01-10mesa: Update .gitignoreYounes Manton
2009-01-05progs/glsl: Add ignoresJakob Bornecrantz
2009-01-05progs/glsl: Remove double target def for vert-or-frag-onlyJakob Bornecrantz
2009-01-03demos: remove redundant Makefile lines from prev mergeBrian
2009-01-02mesa: replace CC with APP_CC in progs/glsl/MakefileBrian Paul
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-01demos: added progs/glsl/samplers.c to test all available texture samplersBrian Paul
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-30demos: minor fixes to twoside.c glsl demoBrian Paul
2008-12-19Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-19mesa: s/CC/APP_CC/ in progs/glsl/MakefileBrian Paul
2008-12-18demos: add test of vertex-only and fragment-only shader programsBrian Paul
2008-12-17demos: add test of vertex-only and fragment-only shader programsBrian Paul
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-13Fix silly type mismatch error in multinoise demo.Gary Wong
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong
2008-12-08fix conflict breakageAlan Hourihane
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-12-03demos: added simple vertex shader texture test.Brian
2008-12-02mesa: Update some .gitignore files.Younes Manton
2008-11-24remove some redundant rules from prev mergeBrian Paul
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-24added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul
2008-11-24progs: Add ignoresJakob Bornecrantz
2008-11-21added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-10undo accidental changes to multitex.frag shaderBrian Paul
2008-11-05use APP_CC, not CC for skinning demoBrian Paul
2008-11-05Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-04added glsl/skinning.c test to test matrix blending/weightingBrian Paul
2008-11-04remove old debug glFlush/Finish calls from demosBrian Paul
2008-10-28mesa: don't continually redrawBrian Paul
2008-10-10replace 1.0/sqrt() with inversesqrt()Brian Paul
2008-10-07mesa: use the shaderutil.c helper functionsBrian Paul
2008-10-07Progs: hook the glsl identity example into the makefile.Stephane Marchesin
2008-10-07Progs: add a trivial glsl test, useful for gallium driver bringup/debug.Stephane Marchesin
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
2008-09-12use APP_CC, remove redundant targetKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-20use ftransform()Brian Paul
2008-08-16fix convolutions test to consistanty use the ARB shader extension functionsBrian Paul
2008-08-16remove .txt suffix from shader source filesBrian Paul
2008-08-16mesa: added glsl/convolutions test from gallium branchBrian Paul
2008-08-15draw a tristrip ring instead of a single quadBrian Paul
2008-08-15don't need to use LOD version of texture2D() funcsBrian Paul
2008-08-13mesa: added new glsl/pointcoord.c testBrian Paul