Merge branch 'lp-offset-twoside'
[mesa.git] / src / glsl / glsl_types.h
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-15 Kenneth Graunkeglsl: Convert glsl_type::base_type from #define'd const...
2010-11-15 Kenneth Graunkeglsl: Remove GLSL_TYPE_FUNCTION define.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-11 Chad Versaceglsl: Add glsl_type::uvecN_type for N=2,3
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglsl: Split out types that are in 1.10 but not GLSL...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Ian Romanickglsl2: Remove unused method glsl_type::generate_constructor
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecaglsl: Standardize a few more uses of struct vs class...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Kenneth Graunkeglsl2: Remove uses of deprecated TALLOC_CTX type.
2010-08-02 Ian Romanickglsl_type: Use string key for array type hash
2010-08-02 Ian Romanickglsl2: Make glsl_types::ctx private again
2010-07-27 Eric Anholtglsl2: Talloc type names.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Ian Romanickglsl2: glsl_type has its own talloc context, don't...
2010-07-21 Eric Anholtglsl2: talloc the glsl_struct_field[] we use to look...
2010-06-29 Ian Romanickglsl_type: Add _mesa_glsl_release_types to release...
2010-06-29 Ian Romanickglsl_type: All glsl_type objects live in their own...
2010-06-29 Ian Romanickglsl_type: Record type constructors are private
2010-06-29 Ian Romanickglsl_type: Add get_record_instance method
2010-06-29 Ian Romanickglsl_type: Vector, matrix, and sampler type constructor...
2010-06-29 Ian Romanickglsl_type: Make all static objects be class private
2010-06-29 Ian Romanickglsl_type: Remove vector and matrix constructor generators
2010-06-25 Eric Anholtglsl2: Associate the GLenum for the type with builtin...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...