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_shader_syn.h
Age
Commit message (
Expand
)
Author
2009-01-12
glsl: better fix for for-loop scope issue (commit 6333005f7aea3e5d1d86a5c47b3...
Brian Paul
2008-12-15
mesa: bump glsl grammar revision
Brian Paul
2008-12-11
mesa: checkpoint commit of GLSL 1.20 array syntax.
Brian Paul
2008-11-24
mesa: added support for GLSL 1.20 array.length() method
Brian Paul
2008-11-24
mesa: support for GLSL 1.20 array types
Brian Paul
2008-11-10
mesa: allows 'f' suffix on GLSL float literals
Brian Paul
2008-11-07
mesa: add support for 'centroid' qualifier in GLSL 1.20
Brian Paul
2008-11-07
mesa: add support for 'invariant' keyword for GLSL 1.20
Brian Paul
2008-11-07
mesa: reformat comments, rewrap lines, etc for a little better readability
Brian Paul
2008-10-31
mesa: fix some bugs with precision qualifier parsing
Brian Paul
2008-08-16
mesa: import latest GLSL code from gallium-0.1 branch
Brian Paul
2008-07-29
mesa: implement grammar/parsing for precision/invariant syntax
Brian Paul
2007-04-08
support for GLSL 1.20 non-square matrices
Brian
2007-03-12
Implement GL_ARB_texture_rectangle support
Brian
2007-01-19
change while-loop to create new scope for loop body, per spec
Brian
2006-12-13
Checkpoint of work for new GLSL compiler back-end. Lots of assorted changes.
Brian
2006-09-26
Add syntax files for expression and directive preprocessor.
Michal Krol
2006-05-16
Change error message wording.
Michal Krol
2006-04-28
added a trailing newline to pacify gcc
Tilman Sauerbeck
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-15
Fix a few warnings:
Brian Paul
2006-02-13
REVISION 3.
Michal Krol
2005-06-30
added newline at end of file
Brian Paul
2005-04-22
Provide precompiled binary versions of built-in library .gc sources
Michal Krol
2005-04-15
remove carriage returns
Brian Paul
2005-04-13
add __fixed_input and __fixed_output qualifier support;
Michal Krol
2005-01-28
move file
Michal Krol