util: Move ralloc to a new src/util directory.
[mesa.git] / src / glsl / glsl_types.h
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-06-30 Samuel Iglesias... glsl: Add parsing support for multi-stream output in...
2014-06-16 Tapani Pälliglsl: add glsl_type::uniform_locations() helper function
2014-06-04 Chris Forbesglsl: Pass parse state to can_implicitly_convert_to()
2014-04-27 Chris Forbesglsl: fix spelling of derived
2014-02-12 Francisco Jerezglsl: Add helper methods to glsl_type for dealing with...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-01-21 Grigori Goronzyglsl: Extract function for record comparisons.
2013-12-07 Chris Forbesglsl: Add ir support for `sample` qualifier; adjust...
2013-10-31 Brian Paulglsl: fix MSVC int->bool conversion warning
2013-10-29 Francisco Jerezglsl: Add type predicate to check whether a type contai...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-28 Timothy Arceriglsl: Add check for unsized arrays to glsl types
2013-10-28 Timothy Arceriglsl: whitespace cleanups.
2013-10-25 Paul Berryglsl: Keep track of centroid/interpolation mode for...
2013-10-09 Paul Berryglsl: Rename the fourth argument to get_interface_instance.
2013-10-08 Paul Berryglsl: Keep track of location for interface block fields.
2013-09-12 Kenneth Graunkeglsl: Add a new glsl_type::sampler_coordinate_component...
2013-08-02 Paul BerryMove count_attribute_slots() out of the linker and...
2013-07-27 Ian Romanickglsl: Less const for glsl_type convenience accessors
2013-06-27 José Fonsecaglsl: Use the C99 variadic macro syntax.
2013-06-26 Kenneth Graunkeglsl: Streamline the built-in type handling code.
2013-06-26 Kenneth Graunkeglsl: Add simple vector type accessor helpers.
2013-04-11 Paul Berryglsl: Fix (and validate) comment above glsl_type::name.
2013-03-20 Kenneth Graunkeglsl: Add sampler2DMS/sampler2DMSArray types to GLSL...
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-02-13 Paul Berryglsl: don't allow non-flat integral types in varying...
2013-01-25 Ian Romanickglsl: Make the align function available elsewhere in...
2013-01-25 Ian Romanickglsl: Add GLSL_TYPE_INTERFACE
2013-01-25 Ian Romanickglsl: Add row_major field to glsl_struct_field
2012-12-06 Paul Berryglsl: Populate built-in types correctly for GLSL 3...
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-07-30 Kenneth Graunkeglsl: Make bvec and ivec types accessible without using...
2012-07-20 Eric Anholtglsl: Assign locations for uniforms in UBOs using the...
2012-03-20 Eric Anholtglsl: Don't include the deprecated structure types...
2012-03-15 Eric Anholtglsl: Add support for integer sampler2DRect variants...
2012-01-11 Ian Romanickglsl: Add glsl_type::sampler_index
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-11-07 Ian Romanickglsl: Allow glsl_types.h to be included in C sources
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-10-31 Paul Berrymesa: Add glsl_type::get_scalar_type() function.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Bryan Cainglsl: remove glsl_type::get_vec4_type()
2011-08-01 Bryan Cainmesa, glsl_to_tgsi: add native support for integers...
2011-07-30 Chad Versaceglsl: Add method glsl_type::can_implicitly_convert_to()
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Paul Berryglsl: Move type_contains_sampler() into glsl_type for...
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...