summaryrefslogtreecommitdiff
path: root/progs/glsl/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-104/+0
2010-03-24demos: import GLSL raytracing demosRALOVICH, Kristóf1-1/+3
2010-02-26progs/glsl: Ensure CFLAGS are passed during linkingDan Nicholson1-1/+4
2010-02-25progs/glsl: add ARCH_FLAGS to LDLIBSTörök Edvin1-1/+1
2009-09-21progs/glsl: Include local headers before installed headers during compilation.Vinson Lee1-1/+1
2009-09-16progs/glsl: minor Makefile clean-upsBrian Paul1-8/+7
2009-08-26Merge branch 'mesa_7_5_branch'Brian Paul1-0/+4
2009-08-26progs/glsl: add special Makefile rule for samplers_arrayBrian Paul1-1/+3
2009-08-14glsl: re-write Makefile after I called it bad.Dave Airlie1-157/+9
2009-08-14glsl/tests: skinning.oDave Airlie1-2/+2
2009-08-13progs/glsl: new shtest program, a simple shader test harness appBrian Paul1-2/+8
2009-06-29progs/glsl: link with GLEW libraryBrian Paul1-1/+1
2009-06-01demos: add missing dependencies for util filesBrian Paul1-10/+11
2009-04-18demos: added glsl/texaaline.c program and overhaul the MakefileBrian Paul1-148/+130
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul1-0/+8
2009-04-17demos: new glsl/array.c demoBrian Paul1-0/+8
2009-04-01demos: added progs/glsl/linktest.c to test linking of separate compilation unitsBrian Paul1-0/+7
2009-02-28demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.Brian Paul1-0/+1
2009-01-14mesa: add new samplers_array testAlan Hourihane1-0/+6
2009-01-05progs/glsl: Remove double target def for vert-or-frag-onlyJakob Bornecrantz1-1/+0
2009-01-03demos: remove redundant Makefile lines from prev mergeBrian1-8/+0
2009-01-02mesa: replace CC with APP_CC in progs/glsl/MakefileBrian Paul1-6/+6
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+8
2009-01-01demos: added progs/glsl/samplers.c to test all available texture samplersBrian Paul1-0/+8
2008-12-19Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+8
2008-12-19mesa: s/CC/APP_CC/ in progs/glsl/MakefileBrian Paul1-5/+5
2008-12-18demos: add test of vertex-only and fragment-only shader programsBrian Paul1-0/+9
2008-12-17demos: add test of vertex-only and fragment-only shader programsBrian Paul1-0/+9
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+1
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong1-0/+1
2008-12-08fix conflict breakageAlan Hourihane1-4/+0
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-1/+13
2008-12-03demos: added simple vertex shader texture test.Brian1-1/+8
2008-11-24remove some redundant rules from prev mergeBrian Paul1-7/+0
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul1-0/+7
2008-11-24added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul1-0/+8
2008-11-21added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shaderBrian Paul1-0/+8
2008-11-05use APP_CC, not CC for skinning demoBrian Paul1-2/+2
2008-11-05Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+8
2008-11-04added glsl/skinning.c test to test matrix blending/weightingBrian Paul1-0/+8
2008-10-07mesa: use the shaderutil.c helper functionsBrian Paul1-0/+7
2008-10-07Progs: hook the glsl identity example into the makefile.Stephane Marchesin1-0/+1
2008-09-12use APP_CC, remove redundant targetKeith Whitwell1-37/+30
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-5/+4
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul1-6/+6
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+7
2008-08-16mesa: added glsl/convolutions test from gallium branchBrian Paul1-0/+8
2008-08-13mesa: added new glsl/pointcoord.c testBrian Paul1-0/+8
2008-05-21added readtex.h dependencyBrian1-1/+1
2008-05-20add a simple but nice example of convolution filters in glslZack Rusin1-1/+8