glsl: fix conversions from uint to bool and from float/bool to uint
[mesa.git] / src / glsl / glsl_symbol_table.cpp
2011-03-16 José Fonsecaglsl2: Silence unused added variable gcc warning.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-20 Kenneth Graunkeglsl: Don't bother unsetting a destructor that was...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-06 Kenneth Graunkeglsl: Properly add functions during lazy built-in proto...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Ian Romanickglsl2: Remove unnecessary glsl_symbol_table::get_functi...
2010-09-02 Ian Romanickglsl2: Remove unused 'constructor' parameter from glsl_...
2010-09-02 Ian Romanickglsl2: Don't generate constructor functions for structures
2010-08-30 José Fonsecaglsl: Silence unused variable warning.
2010-08-26 Kenneth Graunkeglsl: Don't add overloads to existing structure constru...
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.