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年前