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
/
src
/
glsl
/
ast.h
Age
Commit message (
Expand
)
Author
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-26
glsl: Add depth layout qualifiers to ast_type_qualifier
Chad Versace
2011-01-21
glsl: Remove unused class ast_declaration_statment
Chad Versace
2011-01-17
glsl: Add support for default precision statements
Chad Versace
2011-01-17
glsl: Change default value of ast_type_specifier::precision
Chad Versace
2011-01-17
glsl: Check that interpolation qualifiers do not precede 'varying'
Chad Versace
2011-01-17
glsl: Add method ast_type_qualifier::interpolation_string()
Chad Versace
2011-01-04
glsl: Comment ast_type_qualifier.flags
Chad Versace
2010-12-06
glsl: Factor out code which emits a new function into the IR stream.
Kenneth Graunke
2010-10-08
glsl: Add parser support for GL_ARB_explicit_attrib_location layouts
Ian Romanick
2010-10-08
glsl: Wrap ast_type_qualifier contents in a struct in a union
Ian Romanick
2010-09-20
glsl: Add doxygen comments
Ian Romanick
2010-08-13
glsl2: Remove unnecessary use of 'struct' before type names
Ian Romanick
2010-08-02
glsl2: Use talloc_zero_size instead of talloc_size to allocate ast_node objects.
Carl Worth
2010-08-02
glsl2: Also initialize the identifier field of parameter_declarator.
Eric Anholt
2010-08-02
glsl2: initialize is_array and array_size of ast_parameter_declarator
Aras Pranckevicius
2010-07-28
glsl2: Parser support for GL_ARB_fragment_coord_conventions
Ian Romanick
2010-06-29
glsl2: Add a method for querying if an AST type has any qualifiers.
Kenneth Graunke
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt