softpipe: fix texture view crashes
[mesa.git] / src / compiler /
2019-03-20 Jason Ekstrandnir: Constant values are per-column not per-component
2019-03-19 Andres GomezRevert "glsl: relax input->output validation for SSO...
2019-03-19 Andres Gomezglsl/linker: simplify xfb_offset vs xfb_stride overflow...
2019-03-19 Andres Gomezglsl/linker: don't fail non static used inputs without...
2019-03-19 Andres Gomezglsl/linker: always validate explicit location among...
2019-03-19 Andres Gomezglsl: correctly validate component layout qualifier...
2019-03-19 Jason EkstrandRevert "nir: const `nir_call_instr::callee`"
2019-03-19 Eric Engestromnir: const `nir_call_instr::callee`
2019-03-19 Karol Herbstnir/spirv: support physical pointers
2019-03-19 Karol Herbstnir/spirv: handle kernel function parameters
2019-03-19 Karol Herbstnir/lower_locals_to_regs: cast array index to 32 bit
2019-03-19 Karol Herbstglsl: add cl_size and cl_alignment
2019-03-19 Karol Herbstglsl: add packed for struct types
2019-03-16 Jason Ekstrandnir: Add a new pass to lower array dereferences on...
2019-03-16 Jason Ekstrandnir/builder: Add a vector extract helper
2019-03-15 Alejandro Piñeironir/xfb: move varyings info out of nir_xfb_info
2019-03-15 Jason Ekstrandglsl/nir: Add a pass to lower UBO and SSBO access
2019-03-15 Jason Ekstrandglsl/nir: Handle unlowered SSBO atomic and array_length...
2019-03-15 Jason Ekstrandglsl/nir: Set explicit types on UBO/SSBO variables
2019-03-15 Jason Ekstrandglsl: Don't lower vector derefs for SSBOs, UBOs, and...
2019-03-15 Jason Ekstrandnir/lower_io: Add a new buffer_array_length intrinsic...
2019-03-15 Jason Ekstrandnir: Rename nir_address_format_vk_index_offset to not...
2019-03-15 Jason Ekstrandnir/deref: Consider COHERENT decorated var derefs as...
2019-03-15 Jason Ekstrandcompiler/types: Add helpers to get explicit types for...
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-15 Jason Ekstrandnir/validate: Allow 32-bit boolean load/store intrinsics
2019-03-15 Jason Ekstrandnir/validate: Only require bare types to match for...
2019-03-15 Jason Ekstrandnir/algebraic: Add a couple optimizations for iabs...
2019-03-13 Eduardo Lima Mitevnir: Add ir3-specific version of most SSBO intrinsics
2019-03-13 Caio Marcelo de... nir: Add a pass to combine store_derefs to same vector
2019-03-13 Jason Ekstrandglsl/lower_vector_derefs: Don't use a temporary for...
2019-03-13 Jason Ekstrandglsl/list: Add a list variant of insert_after
2019-03-13 Jason Ekstrandnir/loop_unroll: Fix out-of-bounds access handling
2019-03-12 Jason Ekstrandnir: Add a pass for lowering IO back to vector when...
2019-03-12 Connor Abbottnir: Add a stripping pass for improved cacheability
2019-03-12 Brian Paulnir: silence a couple new compiler warnings
2019-03-12 Timothy Arcerinir: find induction/limit vars in iand instructions
2019-03-12 Timothy Arcerinir: pass nir_op to calculate_iterations()
2019-03-12 Timothy Arcerinir: add get_induction_and_limit_vars() helper to loop...
2019-03-12 Timothy Arcerinir: add helper to return inversion op of a comparison
2019-03-12 Timothy Arcerinir: simplify the loop analysis trip count code a little
2019-03-12 Timothy Arcerinir: unroll some loops with a variable limit
2019-03-12 Timothy Arcerinir: calculate trip count for more loops
2019-03-12 Timothy Arcerinir: add partial loop unrolling support
2019-03-12 Timothy Arcerinir: add new partially_unrolled bool to nir_loop
2019-03-12 Timothy Arcerinir: add guess trip count support to loop analysis
2019-03-11 Xavier Bouchouxnir/spirv: Fix assert when unsampled OpTypeImage has...
2019-03-11 Connor Abbottnir/serialize: Prevent writing uninitialized state_slot...
2019-03-09 Kenneth GraunkeRevert MR 369 (Fix extract_i8 and extract_u8 for 64...
2019-03-09 Ian Romanicknir/algebraic: Add missing 16-bit extract_[iu]8 patterns
2019-03-09 Ian Romanicknir/algebraic: Add missing 64-bit extract_[iu]8 patterns
2019-03-09 Ian Romanicknir/algebraic: Remove redundant extract_[iu]8 patterns
2019-03-09 Ian Romanicknir/algebraic: Fix up extract_[iu]8 after loop unrolling
2019-03-08 Alejandro Piñeironir/linker: fix ARRAY_SIZE query with xfb varyings
2019-03-08 Antia Puentesnir/linker: Fix TRANSFORM_FEEDBACK_BUFFER_INDEX
2019-03-08 Alejandro Piñeironir/linker: use nir_gather_xfb_info
2019-03-08 Alejandro Piñeironir/xfb: handle arrays and AoA of basic types
2019-03-08 Alejandro Piñeironir_types: add glsl_type_is_struct helper
2019-03-08 Alejandro Piñeironir/xfb: sort varyings too
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-03-08 Alejandro Piñeironir_types: add glsl_varying_count helper
2019-03-08 Alejandro Piñeironir/xfb: add component_offset at nir_xfb_info
2019-03-07 Jason Ekstrandnir/builder: Add a build_deref_array_imm helper
2019-03-07 Jason Ekstrandnir/builder: Cast array indices in build_deref_follower
2019-03-07 Jason Ekstrandnir/builder: Emit better code for iadd/imul_imm
2019-03-07 Tapani Pällinir: free dead_ctx in case of no progress
2019-03-06 Timothy Arceriglsl: use NIR function inlining for drivers that use...
2019-03-06 Timothy Arceriglsl/freedreno/panfrost: pass gl_context to the standal...
2019-03-06 Jason Ekstrandnir/lower_doubles: Inline functions directly in lower_d...
2019-03-06 Jason Ekstrandnir/deref: Expose nir_opt_deref_impl
2019-03-06 Jason Ekstrandnir/inline_functions: Break inlining into a builder...
2019-03-06 Jason Ekstrandglsl/nir: Inline functions in float64_funcs_to_nir
2019-03-06 Jason Ekstrandglsl/nir: Add a shared helper for building float64...
2019-03-06 Jason Ekstrandnir: Teach loop unrolling about 64-bit instruction...
2019-03-06 Jason Ekstrandnir: Expose double and int64 op_to_options_mask helpers
2019-03-06 Iago Toral Quirogacompiler/nir: add an is_conversion field to nir_op_info
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_types -> struct_types
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-03-05 Karol Herbstnir/spirv: initial handling of OpenCL.std extension...
2019-03-05 Karol Herbstnir/vtn: add support for SpvBuiltInGlobalLinearId
2019-03-05 Karol Herbstnir: add support for address bit sized system values
2019-03-05 Karol Herbstnir/spirv: improve parsing of the memory model
2019-03-05 Karol Herbstnir: replace magic numbers with M_PI
2019-03-05 Timur Kristófnir: Add multiplier argument to nir_lower_uniforms_to_ubo.
2019-03-05 Timur Kristófnir: Move nir_lower_uniforms_to_ubo to compiler/nir.
2019-03-05 Timur Kristófnir: Add ability for shaders to use window space coordi...
2019-03-05 Eric Anholtv3d: Move the stores for fixed function VS output reads...
2019-03-05 Eric Anholtnir: Improve printing of load_input/store_output variab...
2019-03-05 Jason Ekstrandspirv: Use the same types for resource indices as pointers
2019-03-05 Jason Ekstrandspirv: Use the generic dereference function for OpArray...
2019-03-05 Jason Ekstrandspirv: Pull offset/stride from the pointer for OpArrayL...
2019-03-04 Jason Ekstrandintel,nir: Lower TXD with min_lod when the sampler...
2019-03-04 Jason Ekstrandspirv: OpImageQueryLod requires a sampler
2019-03-04 Sagar Ghugespirv: Allow [i/u]mulExtended to use new nir opcode
2019-03-04 Sagar Ghugenir/algebraic: Optimize low 32 bit extraction
2019-03-04 Sagar Ghugeglsl: [u/i]mulExtended optimization for GLSL
next