Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / glsl / glsl_types.h
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 Chad Versaceglsl: Document glsl_type::sampler_dimensionality
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Kenneth Graunkeglsl: Enable GL_OES_texture_3D extension for ES2.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-17 Kenneth Graunkeglsl: Expose a public glsl_type::void_type const pointer.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-11 Chad Versaceglsl: Add glsl_type::uvecN_type for N=2,3
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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...