mesa/progs/glsl
Brian Paul 46b8fe00c9 demos: added progs/glsl/samplers.c to test all available texture samplers 2009-01-01 14:02:17 -07:00
..
.gitignore Add "multinoise" demo, to test 1/2/3/4 dimensional noise. 2008-12-13 14:28:04 -07:00
CH06-brick.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH06-brick.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH11-bumpmap.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH11-bumpmap.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH11-toyball.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH11-toyball.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH18-mandel.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
CH18-mandel.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
Makefile demos: added progs/glsl/samplers.c to test all available texture samplers 2009-01-01 14:02:17 -07:00
bitmap.c Replace duplicated code with new shaderutil.c functions 2008-04-09 22:30:42 -06:00
brick.c remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
bump.c remove old debug glFlush/Finish calls from demos 2008-11-04 16:55:18 -07:00
convolution.frag mesa: added glsl/convolutions test from gallium branch 2008-08-16 09:34:12 -06:00
convolution.vert mesa: added glsl/convolutions test from gallium branch 2008-08-16 09:34:12 -06:00
convolutions.c remove old debug glFlush/Finish calls from demos 2008-11-04 16:55:18 -07:00
cubemap.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
deriv.c Replace duplicated code with new shaderutil.c functions 2008-04-09 22:30:42 -06:00
fragcoord.c added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader 2008-11-21 10:04:37 -07:00
mandelbrot.c remove old debug glFlush/Finish calls from demos 2008-11-04 16:55:18 -07:00
multinoise.c Fix silly type mismatch error in multinoise demo. 2008-12-13 20:06:21 -07:00
multitex.c remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
multitex.frag undo accidental changes to multitex.frag shader 2008-11-10 12:39:36 -07:00
multitex.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
noise.c Ensure p.w is initialised in noise demo. 2008-12-13 14:25:52 -07:00
pointcoord.c mesa: added new glsl/pointcoord.c test 2008-08-13 08:49:39 -06:00
points.c Replace duplicated code with new shaderutil.c functions 2008-04-09 22:30:42 -06:00
reflect.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
samplers.c demos: added progs/glsl/samplers.c to test all available texture samplers 2009-01-01 14:02:17 -07:00
shadowtex.frag remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
simple.vert remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
skinning.c added glsl/skinning.c test to test matrix blending/weighting 2008-11-04 16:56:59 -07:00
skinning.frag added glsl/skinning.c test to test matrix blending/weighting 2008-11-04 16:56:59 -07:00
skinning.vert added glsl/skinning.c test to test matrix blending/weighting 2008-11-04 16:56:59 -07:00
texdemo1.c remove .txt suffix from shader source files 2008-08-16 09:36:46 -06:00
toyball.c remove old debug glFlush/Finish calls from demos 2008-11-04 16:55:18 -07:00
trirast.c use ftransform() 2008-08-20 15:33:03 -06:00
twoside.c demos: minor fixes to twoside.c glsl demo 2008-12-30 07:24:19 -07:00
vert-or-frag-only.c demos: add test of vertex-only and fragment-only shader programs 2008-12-17 13:58:31 -07:00
vert-tex.c demos: added simple vertex shader texture test. 2008-12-03 18:55:25 -07:00