mesa: include mtypes.h less
[mesa.git] / src / compiler / glsl / glsl_to_nir.cpp
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-30 Brian Paulnir: s/uint/unsigned/ to fix MSVC/MinGW build
2018-03-28 Timothy Arcerinir: add bindless to nir data
2018-03-23 Lionel Landwerlincompiler: glsl: silence valgrind warning on write cache
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-22 Timothy Arcerinir: add frexp_exp and frexp_sig opcodes
2018-03-07 Jason Ekstrandnir: Generalize nir_intrinsic_vote_eq
2018-02-18 Timothy Arceriglsl/nir: add pixel_center_integer to shader info
2018-01-29 Timothy Arcerinir: add vs_inputs_dual_locations compiler option
2018-01-29 Timothy Arcericompiler: tidy up double_inputs_read uses
2018-01-22 Timothy Arceriglsl: add image and sampler (un)packing support to...
2017-12-06 Jose Maria Casanov... nir: Handle fp16 rounding modes at nir_type_conversion_op
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-11-12 Timothy Arcerinir: add streams to nir data
2017-11-07 Jason Ekstrandnir: Make ballot intrinsics variable-size
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_constant in constant_copy for...
2017-10-25 Jordan Justenglsl_to_nir: Zero nir_variable struct for valgrind...
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-13 Jason Ekstrandnir: Get rid of the variable on vote intrinsics
2017-09-26 Timothy Arcerinir: add always_active_io to nir variable
2017-09-19 Ian Romanickglsl: Unify ir_constant::const_elements and ::components
2017-09-19 Ian Romanickglsl: Rename ir_constant::array_elements to ::const_ele...
2017-08-11 Timothy Arceriglsl: stop copying struct and interface member names
2017-08-11 Timothy Arceriglsl: calculate number of operands in an expression...
2017-08-02 Juan A. Suarez Romeroglsl: look up for transform feedback varyings after...
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_ballot
2017-07-20 Matt Turnernir: Add intrinsics from ARB_shader_group_vote
2017-07-05 Nicolai Hähnleglsl_to_nir: zero-initialize var->data.descriptor_set
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-04 Samuel Pitoisetglsl: rename image_* qualifiers to memory_*
2017-04-24 Timothy Arceriglsl_to_nir: skip ir_var_shader_shared variables
2017-04-21 Samuel Pitoisetglsl: make use of glsl_type::is_boolean()
2017-04-14 Boyan Dingnir: Destination component count of shader_clock intrin...
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2017-03-14 Jason Ekstrandglsl/nir: Use nir_type_conversion_op
2017-03-14 Jason Ekstrandnir: Make image_size a variable-width intrinsic
2017-03-02 Jason Ekstrandglsl/nir: Use nir_builder's new control-flow helpers
2017-02-17 Jason Ekstrandnir: Combine the int and double [un]pack opcodes
2017-02-09 Samuel Iglesias... nir: add opcode to perform int64 to bool conversions
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-20 Ian Romanicknir: Enable 64-bit integer support for almost all unary...
2017-01-20 Ian Romanicknir: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicknir: Add 64-bit integer constant support
2017-01-09 Juan A. Suarez Romeronir/i965: use two slots from inputs_read for dvec3...
2017-01-06 Kenneth Graunkenir: Make glsl_to_nir compact scalar TessLevel arrays.
2017-01-06 Timothy Arcerimesa/glsl: set num_textures per stage directly in shade...
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ssbos directly in shader_info
2017-01-06 Timothy Arcerist/mesa/glsl/i965: set num_ubos directly in shader_info
2016-12-30 Jason Ekstrandnir: Make nir_copy_deref follow the "clone" pattern
2016-12-29 Timothy Arceriglsl/mesa: set separate_shader directly in shader_info
2016-12-13 Ilia Mirkintreewide: s/comparitor/comparator/
2016-12-13 Ian Romanicknir: Only float and double types can be matrices
2016-12-05 Jason Ekstrandnir: Remove some unused fields from nir_variable
2016-12-05 Jason Ekstrandglsl/nir: Call nir_lower_constant_initializers
2016-12-02 Jason Ekstrandnir: Get rid of nir_constant_data
2016-11-22 Kenneth Graunkenir: Add a "compact array" flag and IO lowering code.
2016-11-19 Kenneth Graunkecompiler: Store the clip/cull distance array sizes...
2016-11-17 Timothy Arcerimesa/glsl: copy num_abos to gl_program
2016-11-17 Timothy Arcerimesa/glsl: copy num_images to gl_program
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arceriglsl: add a shader info field to the gl_program type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-04 Ian Romanicknir/intrinsics: Add more atomic_counter ops
2016-10-04 Ian Romanickglsl: Add ir_function_signature::is_intrinsic() method
2016-10-04 Ian Romanickglsl: Use the ir_intrinsic_* enums instead of the __int...
2016-10-04 Ian Romanickglsl: Track a unique intrinsic ID with each intrinsic...
2016-08-26 Francisco Jereznir: Pass through fb_fetch_output and OutputsRead from...
2016-08-09 Mathias Fröhlichutil: Move _mesa_fsl/util_last_bit into util/bitscan.h
2016-06-30 Timothy Arceriglsl/mesa: move duplicate shader fields into new struct...
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating geom and tcs layout values
2016-06-04 Jason Ekstrandnir/info: Get rid of uses_interp_var_at_offset
2016-05-26 Jason Ekstrandcompiler: Move glsl_to_nir to libglsl.la