util/ra: spiff out select_reg_callback
[mesa.git] / src / compiler /
2020-03-10 Rob Clarknir/print: show variable precision
2020-03-09 Neil Robertsglsl/opt_minmax: Add support for float16
2020-03-09 Kristian H. Kristensenglsl/lower_instructions: Handle fp16 for FDIV_TO_MUL_RCP
2020-03-09 Hyunjun Koglsl/lower_instructions: Handle fp16 for MOD_TO_FLOOR
2020-03-09 Neil Robertsglsl/lower_instructions: Use float16 constants when...
2020-03-09 Neil Robertsglsl/validate: Allow float16 in the expression tree
2020-03-09 Kristian H. Kristensenglsl: Add type queries for fp16+float and fp16+float...
2020-03-09 Hyunjun Koglsl: Handle fp16 unary operations when lowering matrix...
2020-03-09 Neil Robertsglsl: Add ir_unop_f2fmp
2020-03-09 Neil Robertsglsl: Add b2f16 and f162b conversion operations
2020-03-09 Neil Robertsglsl: Add IR conversion ops for 16-bit float types
2020-03-09 Kristian H. Kristensenglsl: Expand fp16 to float before constant expression...
2020-03-09 Kristian H. Kristensenglsl: Implement constant propagation for fp16
2020-03-09 Kristian H. Kristensenglsl: Add fp16 case for ir_triop_lrp optimization
2020-03-09 Neil Robertsglsl: Add support for float16 types in the IR tree
2020-03-09 Kristian H. Kristensenglsl: Add ir_constant constructor for fp16
2020-03-09 Daniel Schürmannnir: add pass to lower discard() to demote()
2020-03-09 Daniel Schürmannnir: gather info whether a shader uses demote_to_helper
2020-03-09 Tapani Pällinir: fix compilation warning on glsl_get_internal_ifc_p...
2020-03-06 Timothy Arceriglsl: add subroutine support to nir linker
2020-03-06 Timothy Arceriglsl: dont try to assign uniform storage for uniform...
2020-03-06 Timothy Arceriglsl: add support for builtins to the nir uniform linker
2020-03-06 Timothy Arceriglsl: set ShaderStorageBlocksWriteAccess in the nir...
2020-03-06 Timothy Arceriglsl: nir linker fix setting of ssbo top level array
2020-03-06 Timothy Arceriglsl: find the base offset for block members from unnam...
2020-03-06 Timothy Arceriglsl: correctly set explicit offsets for struct members
2020-03-06 Timothy Arceriglsl: add std140 and std430 layouts to nir uniform...
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-03-06 Timothy Arceriglsl: correctly find block index when linking glsl...
2020-03-06 Timothy Arceriglsl: add name support to nir uniform linker
2020-03-06 Timothy Arceriglsl: move get_next_index() earlier in nir link uniforms
2020-03-06 Timothy Arceriglsl: move add_parameter() earlier in nir link uniforms
2020-03-06 Timothy Arceriglsl: move nir link uniforms struct defs earlier
2020-03-06 Alejandro Piñeironir/linker: remove reference to just SPIR-V linking
2020-03-06 Samuel Pitoisetnir/lower_input_attachments: remove bogus assert in...
2020-03-05 Kristian H. KristensenRevert "spirv: Use a simpler and more correct implement...
2020-03-05 Kristian H. KristensenRevert "glsl: Use a simpler formula for tanh"
2020-03-04 Jason Ekstrandnir: Flush to zero with OOB low exponents in ldexp
2020-03-03 Louis-Francis Ratt... glsl/linker: add xfb workaround for modified built...
2020-03-03 Louis-Francis Ratt... glsl/linker: handle array/struct members for DisableXfb...
2020-03-03 Louis-Francis Ratt... glsl/linker: add DisableTransformFeedbackPacking workaround
2020-03-03 Rhys Perryspirv: fix memory_barrier_tcs_patch emission
2020-03-03 Rhys Perryspirv: improve creation of memory_barrier
2020-02-28 Timothy Arceriglsl: add some error checks to the nir uniform linker
2020-02-28 Timothy Arceriglsl: fix sampler index calculation in nir linker
2020-02-28 Timothy Arceriglsl: reset next_image_index count for each shader...
2020-02-28 Timothy Arceriglsl: fix resizing of the uniform remap table
2020-02-28 Timothy Arceriglsl: set the correct number of images in a shader
2020-02-28 Timothy Arceriglsl: set the correct number of samplers in a shader
2020-02-28 Timothy Arceriglsl: fix possible memory leak in nir uniform linker
2020-02-28 Icecream95nir: Allow nir_format conversions to work on 32-bit...
2020-02-28 Marek Olšáknir: fix 5 warnings
2020-02-28 Marek Olšáknir: replace GCC unroll with an option that works on...
2020-02-26 Albert Astals Cidcube_face_index: Use fabsf instead of fabs since we...
2020-02-26 Albert Astals Cidcube_face_coord: Use fabsf instead of fabs since we...
2020-02-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Juan A. Suarez Romeronir/lower_double_ops: add note for lowering mod
2020-02-25 Marek Olšáknir: fix gl_nir_lower_images for bindless images
2020-02-24 Caio Marcelo de... nir, intel: Move use_scoped_memory_barrier to nir_options
2020-02-24 Caio Marcelo de... nir/tests: Use nir_scoped_memory_barrier() helper
2020-02-24 Caio Marcelo de... nir: Add the alias NIR_MEMORY_ACQ_REL
2020-02-24 Caio Marcelo de... nir/builder: Add nir_scoped_memory_barrier()
2020-02-24 Eric Anholtnir: Move intel's intrinsic_image_coordinate_components...
2020-02-24 Eric Anholtspirv_to_nir: Reuse glsl_sampler_dim_coordinate_compone...
2020-02-24 Eric Anholtglsl: Factor out the sampler dim coordinate components...
2020-02-24 Eric Anholtnir: Make image lowering optionally handle the !bindles...
2020-02-24 Eric Anholtnir: Rename gl_nir_lower_bindless_images.c in preparati...
2020-02-24 Kristian H. Kristensennir/types: Add glsl_float16_type() helper
2020-02-24 Hyunjun Konir: Add optimization for doing removing f16/f32 conver...
2020-02-24 Neil Robertsnir/opcodes: Add nir_op_f2fmp
2020-02-21 Caio Marcelo de... spirv: Be consistent when checking for Shader/Kernel
2020-02-21 Arcady Goldmints... spirv: Remove outdated SPIR-V decoration warnings
2020-02-21 Jason Ekstrandnir/builder: Return an integer from nir_get_texture_size
2020-02-21 Jason Ekstrandnir: Fix the nir_builder include path for nir_builtin_b...
2020-02-21 Karol Herbstnir/lower_ssbo: handle atomics
2020-02-21 Alyssa Rosenzweignir: Add SSBO->global lowering pass
2020-02-19 Ian Romanicknir/search: Use larger type to hold linearized index
2020-02-19 Kristian H. KristensenMark a few static inline helpers with ASSERTED
2020-02-14 Elie Tournierspirv2nir: Add kernel spirv support
2020-02-14 Elie Tournierspirv2nir: print nir shader if translation succed
2020-02-14 Timothy Arceriglsl: fix gl_nir_set_uniform_initializers() for image...
2020-02-13 Rhys Perrynir: fix nir_const_value_as_uint bit size in load/store...
2020-02-13 Erik Faye-LundRevert "nir: Add a couple trivial abs optimizations"
2020-02-13 Tapani Pälliglsl: fix a memory leak with resource_set
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-12 Arcady Goldmints... compiler/spirv: Add support for non-constant initializers
2020-02-12 Arcady Goldmints... compiler/nir: Add support for variable initialization...
2020-02-11 Samuel Pitoisetnir: do not use De Morgan's Law rules for flt and fge
2020-02-11 Ian Romanicknir: Mark fmin and fmax as commutative and associative
2020-02-10 Gert Wollnyr600/sfn: Add lowering UBO access to r600 specific...
2020-02-10 Gert Wollnyr600/sfn: Add the VS in and FS out vectorization
2020-02-05 Eric Anholtglsl,nir: Switch the enum representing shader image...
2020-02-05 Boris Brezillonpan/midgard: Turn Z/S stores into zs_output_pan intrinsics
2020-02-05 Michel Dänzergitlab-ci: Add ppc64el and s390x cross-build jobs
2020-02-04 Kristian H. Kristensennir: Remove always-true assert
2020-02-04 Kristian H. Kristensenglsl: Use 'using' to be explicit about visitor overloads
next