summaryrefslogtreecommitdiff
path: root/progs/glsl
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Merge branch 'mesa_7_5_branch'Brian Paul24-356/+245
2009-07-17progs/glsl: finish conversion to GLEWBrian Paul24-344/+232
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul1-0/+1
2009-07-10demos: set 4th component of texcoord to 1.0Brian Paul1-0/+1
2009-07-08demos: indentation fixBrian Paul1-1/+1
2009-07-08demos: use glEnable/DisableClientState() for vertex arraysBrian Paul1-1/+1
2009-06-29Merge branch 'mesa_7_5_branch'Brian Paul1-1/+1
2009-06-29progs/glsl: link with GLEW libraryBrian Paul1-1/+1
2009-06-29progs/glsl: compile with scons and glewKeith Whitwell26-1/+105
2009-06-14Merge branch 'mesa_7_5_branch'Jakob Bornecrantz26-1/+105
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul1-10/+11
2009-06-01demos: add missing dependencies for util filesBrian Paul1-10/+11
2009-05-22demos: extend glsl/multitex.c to use a vertex buffer objectBrian Paul1-6/+87
2009-05-22demos: fix multitex.c VertCoord attribute mappingBrian Paul1-1/+16
2009-04-19progs/glsl: Update ignoreJakob Bornecrantz1-0/+3
2009-04-18demos: added glsl/texaaline.c program and overhaul the MakefileBrian Paul2-148/+499
2009-04-18demos: move glslnoise.c demo to glsl/noise2.cBrian Paul2-0/+209
2009-04-17demos: new glsl/array.c demoBrian Paul2-0/+269
2009-04-16demos: set init window size, not posBrian Paul1-1/+1
2009-04-09demos: fix aspect ratio in Reshape()Brian Paul1-1/+2
2009-04-02progs: IgnoresJakob Bornecrantz1-0/+1
2009-04-01demos: added progs/glsl/linktest.c to test linking of separate compilation unitsBrian Paul2-0/+265
2009-03-12progs/glsl: IgnoreJakob Bornecrantz1-0/+1
2009-02-28demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.Brian Paul2-0/+342
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul7-58/+302
2009-02-02demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul2-24/+74
2009-01-21progs: IgnoresJakob Bornecrantz1-0/+1
2009-01-14mesa: add new samplers_array testAlan Hourihane2-0/+18
2009-01-10mesa: Update .gitignoreYounes Manton1-0/+1
2009-01-05progs/glsl: Add ignoresJakob Bornecrantz1-0/+2
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 Paul2-0/+365
2009-01-01demos: added progs/glsl/samplers.c to test all available texture samplersBrian Paul2-0/+365
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul1-16/+28
2008-12-30demos: minor fixes to twoside.c glsl demoBrian Paul1-16/+28
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 Paul2-0/+200
2008-12-17demos: add test of vertex-only and fragment-only shader programsBrian Paul2-0/+200
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane4-0/+284
2008-12-13Fix silly type mismatch error in multinoise demo.Gary Wong1-4/+8
2008-12-13Add "multinoise" demo, to test 1/2/3/4 dimensional noise.Gary Wong3-0/+279
2008-12-13Ensure p.w is initialised in noise demo.Gary Wong1-0/+1
2008-12-08fix conflict breakageAlan Hourihane1-4/+0
2008-12-08Merge commit 'origin/master' into gallium-0.2Alan Hourihane2-1/+292
2008-12-03demos: added simple vertex shader texture test.Brian2-1/+287
2008-12-02mesa: Update some .gitignore files.Younes Manton1-0/+1
2008-11-24remove some redundant rules from prev mergeBrian Paul1-7/+0