i915g: Use X tiling for textures
[mesa.git] / src / glsl / ast_to_hir.cpp
2010-07-21 Ian Romanickglsl2: glsl_type has its own talloc context, don't...
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-21 Eric Anholtglsl2: talloc the glsl_struct_field[] we use to look...
2010-07-21 Kenneth Graunkeglsl2: Disallow non-constant array indexing for unsized...
2010-07-12 Ian Romanickglsl2: Move temp declaration to correct side of if...
2010-07-12 Ian Romanickglsl2: Add declarations for temporaries to instruction...
2010-07-08 Kenneth Graunkeglsl2: Remove generate_temporary and global temporary...
2010-07-07 Eric Anholtglsl2: Actually add the declaration of _post_incdec_temp.
2010-07-07 Ian Romanickglsl2: Put the initializer in the instruction stream...
2010-07-07 Ian RomanickRevert "glsl2: Put the declaration in the instruction...
2010-07-07 Eric Anholtglsl2: Put the declaration in the instruction stream...
2010-07-07 Ian Romanickglsl2: Clone methods return the type of the thing being...
2010-07-02 Ian Romanickglsl2: Support AST-to-IR translation of invariant keyword
2010-07-01 Ian Romanickglsl2: Don't bounds check unsize array redeclarations
2010-07-01 Ian Romanickglsl2: Add gl_MaxTextureCoords
2010-07-01 Ian Romanickglsl2: Default delcaration of gl_TexCoord is unsized
2010-07-01 Ian Romanickglsl2: Change order of semaintic checks on variable...
2010-06-30 Kenneth Graunkeglsl2: Implement AST->HIR support for the "discard...
2010-06-30 Kenneth Graunkeglsl2: Fix storing of dead memory in the symbol table.
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-29 Kenneth Graunkeglsl2: Keep the same number of components in implicit...
2010-06-29 Ian Romanickglsl_type: Add get_record_instance method
2010-06-29 Ian Romanickglsl_type: Remove vector and matrix constructor generators
2010-06-29 Kenneth Graunkeglsl2: Check for non-void functions that don't have...
2010-06-29 Kenneth Graunkeglsl2: Reject return types with qualifiers.
2010-06-29 Kenneth Graunkeglsl2: Check that returned expressions match the functi...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...