mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl_types.h
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-25 Rob Clarkglsl_types: refactor/prep for vec8/vec16
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-07 Simon Hausmannglsl: Fix memory leak with known glsl_type instances
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-11-17 Brian Paulglsl: s/unsigned/glsl_base_type/ in glsl type code...
2017-10-25 Jordan Justenglsl: Add field initializers for glsl_struct_field...
2017-10-25 Connor Abbottglsl: move shader_cache type handling to glsl_types
2017-08-22 Timothy Arceriglsl: add get_internal_ifc_packing() type helper
2017-07-26 Timothy Arcericompiler: move glsl_interface_packing enum to shader_en...
2017-07-05 Nicolai Hähnleglsl: add glsl_base_type_is_integer
2017-06-13 Nicolai Hähnleglsl: fix a race condition when inserting new types
2017-05-08 Eric Anholtglsl: Restrict functions to not return arrays or SOAs...
2017-05-08 Samuel Pitoisetglsl: store the image format in glsl_struct_field
2017-05-06 Samuel Pitoisetglsl: make sampler/image scalar types
2017-05-06 Samuel Pitoisetglsl: make sampler/image types as 64-bit
2017-05-04 Samuel Pitoisetglsl: rename image_* qualifiers to memory_*
2017-04-21 Samuel Pitoisetglsl: simplify glsl_type::is_integer_32_64()
2017-04-21 Samuel Pitoisetglsl: add glsl_type::is_integer_64()
2017-04-21 Samuel Pitoisetglsl: make use glsl_type::is_atomic_uint()
2017-04-21 Samuel Pitoisetglsl: add glsl_type::is_atomic_uint() helper
2017-03-22 Emil Velikovcompiler: consistently use ifndef guards over pragma...
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-11-22 Jason Ekstrandcompiler: Add the rest of the subpassInput types
2016-10-31 Marek Olšákglsl: initialize glsl_struct_field properly
2016-10-27 Juan A. Suarez Romeroglsl: inspect interfaces in contains_foo()
2016-10-24 Iago Toral Quirogaglsl: add matrix layout information to interface block...
2016-09-16 Dave Airlieglsl: add subpass image type (v2)
2016-07-06 Ian Romanickglsl: Document and enforce restriction on type values
2016-06-08 Dave Airlieglsl/types: rename is_dual_slot_double to is_dual_slot_...
2016-06-08 Dave Airliecompiler/types: add 64-bitness queries.
2016-06-06 Dave Airlieglsl: use enum glsl_interface_packing in more places...
2016-05-26 Dave Airlieglsl: handle implicit sized arrays in ssbo
2016-05-20 Dave Airlieglsl: handle same struct redeclaration (v2)
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Matt Turnerglsl: Rename "vertex_input_slots" -> "is_vertex_input"
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Timothy Arceriglsl: add helper for counting varyings
2016-03-31 Timothy Arceriglsl: add field to track if xfb_buffer is an explicit...
2016-03-31 Timothy Arceriglsl: add xfb_* qualifiers to glsl_struct_field
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-05 Timothy Arceriglsl: add offset to glsl interface type
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-14 Jason Ekstrandglsl/types: Expose glsl_struct_field and glsl_function_...
2016-02-14 Jason Ekstrandglsl/types: Add a helper for getting image types
2016-02-14 Jason Ekstrandglsl/types: Add support for function types
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-11 Jason EkstrandMerge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9...
2016-02-10 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-30 Ilia Mirkinglsl: always initialize image_* fields, copy them on...
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler