index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
glsl
/
Makefile
Age
Commit message (
Expand
)
Author
2009-02-28
demos: add progs/glsl/shadow_sampler.c to test GLSL shadow2D(), etc.
Brian Paul
2009-01-14
mesa: add new samplers_array test
Alan Hourihane
2009-01-05
progs/glsl: Remove double target def for vert-or-frag-only
Jakob Bornecrantz
2009-01-03
demos: remove redundant Makefile lines from prev merge
Brian
2009-01-02
mesa: replace CC with APP_CC in progs/glsl/Makefile
Brian Paul
2009-01-02
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2009-01-01
demos: added progs/glsl/samplers.c to test all available texture samplers
Brian Paul
2008-12-19
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-12-19
mesa: s/CC/APP_CC/ in progs/glsl/Makefile
Brian Paul
2008-12-18
demos: add test of vertex-only and fragment-only shader programs
Brian Paul
2008-12-17
demos: add test of vertex-only and fragment-only shader programs
Brian Paul
2008-12-15
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-13
Add "multinoise" demo, to test 1/2/3/4 dimensional noise.
Gary Wong
2008-12-08
fix conflict breakage
Alan Hourihane
2008-12-08
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-12-03
demos: added simple vertex shader texture test.
Brian
2008-11-24
remove some redundant rules from prev merge
Brian Paul
2008-11-24
Merge commit 'origin/master' into gallium-0.2
Brian Paul
2008-11-24
added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader
Brian Paul
2008-11-21
added progs/demos/fragcoord.c - tests gl_FragCoord attribute in fragment shader
Brian Paul
2008-11-05
use APP_CC, not CC for skinning demo
Brian Paul
2008-11-05
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
2008-11-04
added glsl/skinning.c test to test matrix blending/weighting
Brian Paul
2008-10-07
mesa: use the shaderutil.c helper functions
Brian Paul
2008-10-07
Progs: hook the glsl identity example into the makefile.
Stephane Marchesin
2008-09-12
use APP_CC, remove redundant target
Keith Whitwell
2008-09-11
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
define new APP_CC configuration variable for building apps/demos/tests
Brian Paul
2008-09-11
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-08-16
mesa: added glsl/convolutions test from gallium branch
Brian Paul
2008-08-13
mesa: added new glsl/pointcoord.c test
Brian Paul
2008-05-21
added readtex.h dependency
Brian
2008-05-20
add a simple but nice example of convolution filters in glsl
Zack Rusin
2008-05-20
new multi-texture GLSL test
Brian Paul
2008-04-09
more make clean items
Brian
2008-04-09
Replace duplicated code with new shaderutil.c functions
Brian
2007-12-18
added two-side test
Brian
2007-12-18
added twoside demo
Brian
2007-10-29
specify app lib dependencies in Makefiles (patch 1/3)
Dan Nicholson
2007-09-28
add support for LDFLAGS env var
Dan Nicholson
2007-08-01
added trirast program
Brian
2007-07-29
Added shader points and shader bitmap demos
Brian
2007-05-02
get rid of OSMESA stuff
Brian
2007-05-02
New test of the dFdx(), dFdy() functions.
Brian
2007-02-03
added texdemo1
Brian
2007-01-28
simple noise test
Brian
2007-01-16
Added toyball and bumpmap tests using shaders from the OpenGL Shading Languag...
Brian
2007-01-15
Added new directory of GL shading language demos: glsl
Brian