Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Brian Paul e97681c7f5 mesa: merge gallium-0.2 into gallium-master-merge 16 年前
..
.gitignore progs: Ignores 16 年前
CH06-brick.frag remove .txt suffix from shader source files 17 年前
CH06-brick.vert remove .txt suffix from shader source files 17 年前
CH11-bumpmap.frag replace 1.0/sqrt() with inversesqrt() 17 年前
CH11-bumpmap.vert remove .txt suffix from shader source files 17 年前
CH11-toyball.frag remove .txt suffix from shader source files 17 年前
CH11-toyball.vert remove .txt suffix from shader source files 17 年前
CH18-mandel.frag remove .txt suffix from shader source files 17 年前
CH18-mandel.vert remove .txt suffix from shader source files 17 年前
Makefile mesa: add new samplers_array test 16 年前
bitmap.c Replace duplicated code with new shaderutil.c functions 17 年前
brick.c remove .txt suffix from shader source files 17 年前
bump.c remove old debug glFlush/Finish calls from demos 17 年前
convolution.frag mesa: added glsl/convolutions test from gallium branch 17 年前
convolution.vert mesa: added glsl/convolutions test from gallium branch 17 年前
convolutions.c Merge commit 'origin/master' into gallium-0.2 17 年前
cubemap.frag remove .txt suffix from shader source files 17 年前
deriv.c Replace duplicated code with new shaderutil.c functions 17 年前
fragcoord.c added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader 17 年前
identity.c mesa: don't continually redraw 17 年前
mandelbrot.c remove old debug glFlush/Finish calls from demos 17 年前
multinoise.c Fix silly type mismatch error in multinoise demo. 16 年前
multitex.c demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode 16 年前
multitex.frag undo accidental changes to multitex.frag shader 17 年前
multitex.vert demos: update multitex.c GLSL demo to use vertex arrays or glVertex-mode 16 年前
noise.c Ensure p.w is initialised in noise demo. 16 年前
pointcoord.c mesa: added new glsl/pointcoord.c test 17 年前
points.c Replace duplicated code with new shaderutil.c functions 17 年前
reflect.vert remove .txt suffix from shader source files 17 年前
samplers.c mesa: add new samplers_array test 16 年前
shadowtex.frag remove .txt suffix from shader source files 17 年前
simple.vert remove .txt suffix from shader source files 17 年前
skinning.c added glsl/skinning.c test to test matrix blending/weighting 17 年前
skinning.frag added glsl/skinning.c test to test matrix blending/weighting 17 年前
skinning.vert added glsl/skinning.c test to test matrix blending/weighting 17 年前
texdemo1.c Merge branch 'gallium-0.1' into gallium-0.2 17 年前
toyball.c remove old debug glFlush/Finish calls from demos 17 年前
trirast.c use ftransform() 17 年前
twoside.c demos: minor fixes to twoside.c glsl demo 16 年前
vert-or-frag-only.c demos: add test of vertex-only and fragment-only shader programs 16 年前
vert-tex.c demos: added simple vertex shader texture test. 16 年前