linker: Limit attribute allocation to MAX_VERTEX_ATTRIBS
[mesa.git] / glsl_types.cpp
2010-06-23 Ian Romanickglsl_type: Add method to get number of slots used by...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-12 Ian RomanickUse statically typed ir_constant constructors wherever...
2010-06-11 Ian RomanickAdd glsl_types::field_index to get the location of...
2010-06-09 Kenneth GraunkeAdd EXT_texture_array support.
2010-05-26 Ian RomanickBegin refactoring ir_dereference
2010-04-29 Ian Romanickglsl_type::generate_constructor_prototype now generates...
2010-04-29 Ian RomanickSupport structures in glsl_type::generate_constructor_p...
2010-04-29 Ian RomanickAdd glsl_type::field_type
2010-04-23 Eric AnholtFix the swizzling of vector constructors from scalars.
2010-04-22 Kenneth GraunkeFix illegal (var_ref (array_ref ...)) in matrix constru...
2010-04-21 Kenneth GraunkeEmit body for constructors in the right place.
2010-04-21 Kenneth GraunkeRefactor IR function representation.
2010-04-08 Eric AnholtMake function bodies rely on the parameter variable...
2010-04-08 Eric AnholtPut function bodies under function signatures, instead...
2010-04-08 Ian RomanickTreat texture rectangles as an extension that is enable...
2010-03-31 Ian RomanickUse ir_function::add_signature to create link between...
2010-03-31 Ian RomanickAdd glsl_type::generate_constructor_prototype
2010-03-31 Ian RomanickFix big dumbness in glsl_type::get_array_instance
2010-03-31 Ian Romanickglsl_type array constructor generate a real name for...
2010-03-30 Ian RomanickImplement array type handling
2010-03-29 Eric AnholtReject main() declarations with a non-void return value.
2010-03-27 Ian RomanickBe sure to set ir_function_signature::definition for...
2010-03-26 Ian RomanickMake glsl_*_type glsl_type class static data
2010-03-26 Kenneth GraunkeMove swizzles out of ir_dereference and into their...
2010-03-26 Kenneth GraunkeAdd new abstract ir_rvalue class; rework accordingly.
2010-03-26 Ian RomanickMerge branch 'anholt'
2010-03-25 Ian RomanickAdd functions to generate constructors for built-in...
2010-03-25 Ian RomanickMerge branch 'kwg'
2010-03-25 Ian RomanickRemove unused _mesa_glsl_get_vector_type
2010-03-25 Ian RomanickAdd glsl_type::get_instance method
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-24 Ian RomanickAdd glsl_type::get_base_type query
2010-03-23 Ian RomanickAdd `void' type to table of available types
2010-03-19 Ian RomanickUse glsl_symbol_table instead of using _mesa_symbol_tab...
2010-03-09 Ian RomanickMake glsl_type a class