Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brian Paul e97681c7f5 mesa: merge gallium-0.2 into gallium-master-merge 16 years ago
..
.gitignore progs: Ignores 16 years ago
CH06-brick.frag remove .txt suffix from shader source files 17 years ago
CH06-brick.vert remove .txt suffix from shader source files 17 years ago
CH11-bumpmap.frag replace 1.0/sqrt() with inversesqrt() 17 years ago
CH11-bumpmap.vert remove .txt suffix from shader source files 17 years ago
CH11-toyball.frag remove .txt suffix from shader source files 17 years ago
CH11-toyball.vert remove .txt suffix from shader source files 17 years ago
CH18-mandel.frag remove .txt suffix from shader source files 17 years ago
CH18-mandel.vert remove .txt suffix from shader source files 17 years ago
Makefile mesa: add new samplers_array test 16 years ago
bitmap.c Replace duplicated code with new shaderutil.c functions 17 years ago
brick.c remove .txt suffix from shader source files 17 years ago
bump.c remove old debug glFlush/Finish calls from demos 17 years ago
convolution.frag mesa: added glsl/convolutions test from gallium branch 17 years ago
convolution.vert mesa: added glsl/convolutions test from gallium branch 17 years ago
convolutions.c Merge commit 'origin/master' into gallium-0.2 17 years ago
cubemap.frag remove .txt suffix from shader source files 17 years ago
deriv.c Replace duplicated code with new shaderutil.c functions 17 years ago
fragcoord.c added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader 17 years ago
identity.c mesa: don't continually redraw 17 years ago
mandelbrot.c remove old debug glFlush/Finish calls from demos 17 years ago
multinoise.c Fix silly type mismatch error in multinoise demo. 16 years ago
multitex.c demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode 16 years ago
multitex.frag undo accidental changes to multitex.frag shader 17 years ago
multitex.vert demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode 16 years ago
noise.c Ensure p.w is initialised in noise demo. 16 years ago
pointcoord.c mesa: added new glsl/pointcoord.c test 17 years ago
points.c Replace duplicated code with new shaderutil.c functions 17 years ago
reflect.vert remove .txt suffix from shader source files 17 years ago
samplers.c mesa: add new samplers_array test 16 years ago
shadowtex.frag remove .txt suffix from shader source files 17 years ago
simple.vert remove .txt suffix from shader source files 17 years ago
skinning.c added glsl/skinning.c test to test matrix blending/weighting 17 years ago
skinning.frag added glsl/skinning.c test to test matrix blending/weighting 17 years ago
skinning.vert added glsl/skinning.c test to test matrix blending/weighting 17 years ago
texdemo1.c Merge branch 'gallium-0.1' into gallium-0.2 17 years ago
toyball.c remove old debug glFlush/Finish calls from demos 17 years ago
trirast.c use ftransform() 17 years ago
twoside.c demos: minor fixes to twoside.c glsl demo 16 years ago
vert-or-frag-only.c demos: add test of vertex-only and fragment-only shader programs 16 years ago
vert-tex.c demos: added simple vertex shader texture test. 16 years ago