loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload.
[mesa.git] / Makefile.am
2010-04-23 Eric Anholtir_function_inlining: Implement inlining in many more...
2010-04-23 Eric AnholtReplace builtin_types.h generation with the generated...
2010-04-19 Eric AnholtRemove dead code assignments and variable declarations.
2010-04-16 Eric AnholtAdd support for inlining calls done inside of expressions.
2010-04-15 Eric AnholtAdd an ir_if simplification pass.
2010-04-08 Eric AnholtInline functions consisting of a return of an expression.
2010-04-06 Eric AnholtAdd a constant folding optimization pass.
2010-03-30 Ian RomanickInitial bits of constant expression evaluator
2010-03-29 Eric AnholtImplement the first builtin function: exp().
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-23 Eric AnholtInclude other generated sources in BUILT_SOURCES.
2010-03-23 Eric AnholtUse bash for the built file generation since builtin_ty...
2010-03-23 Eric AnholtClean the built sources with make clean.
2010-03-15 Ian RomanickFactor ast_type_specifier code out to ast_type.cpp
2010-03-15 Ian RomanickMove ast_function_expression::hir to ast_function.cpp
2010-03-11 Ian RomanickInitial pass at resolving function calls
2010-03-10 Ian RomanickIR variable: Initial work to support GLSL built-in...
2010-03-10 Ian RomanickIR visitor: Add initial version of ir_visitor classes
2010-03-09 Ian RomanickMake glsl_type a class
2010-03-01 Ian RomanickMake AST->HIR conversion a method of ast_node, re-enable
2010-02-26 Ian Romanickautoconf for the ...