nir: Look up the shader when printing a single instruction.
[mesa.git] / src / compiler / nir_types.cpp
2020-08-19 Jesse Natalienir/glsl: Add glsl_get_cl_type_size_align helper
2020-08-17 Jesse Natalieglsl: Add 'bare' shadow sampler type
2020-08-04 Jason Ekstrandcompiler/types: Add a struct_type_is_packed wrapper
2020-06-03 Timothy Arcerinir: add glsl_get_ifc_packing() helper
2020-06-02 Marek Olšáknir: don't count samplers and images in interface blocks
2020-06-02 Marek Olšáknir: add int16 and uint16 type helpers
2020-04-06 Rob Clarknir/lower_amul: fix slot calculation
2020-03-09 Tapani Pällinir: fix compilation warning on glsl_get_internal_ifc_p...
2020-03-06 Timothy Arcerinir: add glsl_get_std430_size() helper
2020-03-06 Timothy Arcerinir: add glsl_get_std430_base_alignment() helper
2020-03-06 Timothy Arcerinir: add glsl_get_std140_size() helper
2020-03-06 Timothy Arcerinir: add glsl_get_std140_base_alignment() helper
2020-03-06 Timothy Arcerinir: add glsl_get_internal_ifc_packing() helper
2020-02-28 Marek Olšáknir: fix 5 warnings
2020-02-24 Kristian H. Kristensennir/types: Add glsl_float16_type() helper
2020-02-10 Gert Wollnyr600/sfn: Add the VS in and FS out vectorization
2020-01-14 Eric Anholtmesa/st: Move the dword slot counting function to glsl_...
2020-01-14 Eric Anholtmesa/st: Move the vec4 type size function into core...
2019-09-23 Marek Olšáknir: define 8-byte size and alignment for bindless...
2019-09-10 Caio Marcelo de... compiler: Add glsl_contains_opaque() helper
2019-08-08 Rhys Perrynir: add nir_lower_to_explicit()
2019-07-12 Antia Puentesnir/types: Add glsl_type_is_unsized_array helper
2019-06-30 Alejandro Piñeironir_types: add glsl_type_is_leaf helper
2019-06-30 Alejandro Piñeiroglsl/nir: add glsl_types::explicit_size plus nir C...
2019-06-19 Jason Ekstrandglsl/types: Add a real is_integer helper
2019-06-19 Jason Ekstrandglsl/types: Handle all bit sizes in glsl_type_is_integer
2019-05-29 Brian Paulnir: silence three compiler warnings seen with MinGW
2019-03-25 Brian Paulnir: fix a few signed/unsigned comparison warnings
2019-03-21 Rob Clarknir: move gls_type_get_{sampler,image}_count()
2019-03-19 Karol Herbstglsl: add cl_size and cl_alignment
2019-03-19 Karol Herbstglsl: add packed for struct types
2019-03-15 Jason Ekstrandcompiler/types: Add a C wrapper to get full struct...
2019-03-15 Jason Ekstrandcompiler/types: Add a new is_interface C wrapper
2019-03-08 Alejandro Piñeironir_types: add glsl_type_is_struct helper
2019-03-08 Alejandro Piñeironir_types: add glsl_varying_count helper
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-03-06 Timothy Arceriglsl: rename get_record_instance() -> get_struct_instance()
2019-03-06 Timothy Arceriglsl: rename is_record() -> is_struct()
2019-02-21 Jason Ekstrandcompiler/types: Add a contains_64bit helper
2019-02-08 Timothy Arcerinir: add glsl_type_is_32bit() helper
2019-01-28 Neil Robertsglsl_types: Rename parameter of glsl_count_attribute_slots
2019-01-22 Tapani Pällinir: cleanup glsl_get_struct_field_offset, glsl_get_exp...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandglsl_type: Simplify glsl_channel_type
2019-01-08 Jason Ekstrandglsl_type: Add a C wrapper to get struct field offsets
2019-01-08 Jason Ekstrandglsl_type: Drop the glsl_get_array_instance C helper
2018-12-16 Jason Ekstrandnir/large_constants: Properly handle 1-bit bools
2018-11-12 Timothy Arcerinir: add glsl_type_is_integer() helper
2018-08-29 Jason Ekstrandnir/types: Add a wrapper for coordinate_components
2018-08-24 Jason Ekstrandnir/types: Add array_or_matrix helpers
2018-07-31 Neil Robertsnir/types: Add a wrapper to access gl_type
2018-07-23 Daniel Schürmannnir: add 16bit type information to glsl types
2018-07-03 Neil Robertsnir/types: Add wrappers for a couple of atomic counter...
2018-07-03 Alejandro Piñeironir_types: add glsl_atomic_uint_type() helper
2018-07-02 Jason Ekstrandnir/types: Add a natural size and alignment helper
2018-06-21 Eduardo Lima Mitevnir/types: Add a utility wrapper to glsl_type::sampler_...
2018-06-21 Eduardo Lima Mitevnir/types: Add a glsl_get_component_slots() utility
2018-03-25 Rob Clarkglsl_types: vec8/vec16 support
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-01-03 Eric Anholtnir: Add a helper to get the uvec4 type.
2017-12-06 Eduardo Lima Mitevnir: Add support for 16-bit types (half float, int16...
2017-11-07 Jason Ekstrandcompiler/nir_types: Handle vectors in glsl_get_array_el...
2017-10-15 Timothy Arcerinir: add glsl_channel_type() helper
2017-10-15 Timothy Arcerinir: add glsl_type_is_64bit() to nir_types
2017-07-31 Nicolai Hähnlenir: add nir_lower_samplers_as_deref pass
2017-05-04 Rob Clarknir: add a C wrapper for glsl_type::get_interface_insta...
2017-02-16 Dave Airlienir/types: add C accessors for 64-bit integer types.
2016-11-19 Kenneth Graunkenir: Add a C wrapper for glsl_type::is_array_of_arrays().
2016-11-10 Timothy Arcerinir: add more helpers to nir_types.cpp
2016-10-06 Kenneth Graunkenir: Delete open coded type printing.
2016-07-07 Timothy Arcerinir: add glsl_dvec_type() helper
2016-07-07 Timothy Arcerinir: add glsl_double_type() helper
2016-05-07 Kenneth Graunkecompiler: Add a C wrapper for glsl_type::without_array().
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-07 Jason Ekstrandnir/types: Add a wrapper for count_attribute_slots
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Jordan JustenMerge remote-tracking branch 'origin/master' into vulkan
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-14 Jason Ekstrandnir/types: Add more type constructor functions
2016-02-14 Jason Ekstrandnir/types: Add a few more glsl_type_is_ functions
2016-02-14 Jason Ekstrandnir/types: Add helpers for working with sampler and...
2016-02-14 Jason Ekstrandnir/types: Add helpers for function types
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-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovcompiler: move the glsl_types C wrapper alongside their...