nir: Rework conversion opcodes
[mesa.git] / src / compiler / glsl / glsl_to_nir.cpp
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