index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
/
library
/
slang_common_builtin.gc
Age
Commit message (
Expand
)
Author
2007-05-01
implement acos(), asin(), atan()
Brian
2007-04-27
asin(), acos(), atan() just return 0.5 for now to avoid crashing. Fix someday.
Brian
2007-04-17
fix/simplify some texture functions
Brian
2007-04-14
implement shadow2DRect functions
Brian
2007-04-11
move/fix texture sampling funcs
Brian
2007-03-08
Update lessThan(), lessThanEqual() functions, improve some matrix constructors.
Brian
2007-03-08
Rework matrix-related code.
Brian
2007-02-03
minor tweaks to distance() funcs
Brian
2007-01-31
New asm instruction and IR_CLAMP node type to allow clamping to [0,1] with in...
Brian
2007-01-28
noise functions
Brian
2007-01-28
implement mix() with LRP instruction
Brian
2007-01-19
Rewrite normalize(vec3/vec4) to use one less register.
Brian
2007-01-08
implement biased texture functions
Brian
2007-01-08
update texture1D functions
Brian
2007-01-08
Implement projective texture sampling, 3D textures. Disable some debug output.
Brian
2007-01-05
Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...
Brian
2007-01-04
initial code to get texture sampling limping along
Brian
2006-12-21
chmod a-x
Brian
2006-12-13
Rewrite/simplify most built-in functions to use updated set of __asm instruct...
Brian
2006-04-18
Remove carriage-return chars *ONLY*.
Michal Krol
2006-03-21
GLSL fixes:
Michal Krol
2006-03-14
More GLSL code:
Michal Krol
2006-02-21
More GLSL code:
Michal Krol
2006-02-18
More GLSL code.
Michal Krol
2006-02-13
More glsl code.
Michal Krol
2005-04-13
cosmetic changes;
Michal Krol
2005-01-28
move file
Michal Krol