drm-shim: return device platform as specified
[mesa.git] / src / compiler /
2020-04-03 Jason Ekstrandspirv: Rewrite CFG construction
2020-04-03 Jason Ekstrandspirv: Add a parent field to vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Make vtn_function a vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Make vtn_case a vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Add cast and loop helpers for vtn_cf_node
2020-04-03 Jason Ekstrandspirv: Add a vtn_block() helper
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Add support for nir_var_mem_g...
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Use nir_iadd_imm for offsets
2020-04-03 Jason Ekstrandnir/load_store_vectorize: Fix shared atomic info
2020-04-03 Neil Robertsglsl/lower_precision: Use vector.back() instead of...
2020-04-02 Jason Ekstrandnir/from_ssa: Only chain movs when a src is also a...
2020-04-02 Timothy Arceriglsl_to_nir: remove dead code
2020-04-01 Mark Janesnir: place aligned members after bitfields in shader_in...
2020-04-01 Mark Janesnir: check shader type before writing to shaderinfo...
2020-04-01 Jason EkstrandRevert "spirv: Implement OpCopyObject and OpCopyLogical...
2020-04-01 Ian Romanicknir/algebraic: Remove a redundant fabs pattern
2020-04-01 Ian Romanicknir/algebraic: Use value range analysis to convert...
2020-04-01 Ian Romanicknir/algebraic: Distribute source modifiers into instruc...
2020-04-01 Ian Romanicknir/algebraic: Change the default cursor location when...
2020-03-31 Timothy Arcerinir: fix crash in varying packing on interface mismatch
2020-03-31 Jason Ekstrandspirv: Implement OpCopyObject and OpCopyLogical as...
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in nir_shrink_array_vars
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_undef_vecN
2020-03-31 Jason Ekstrandnir: Treat vec8/16 as select in opt_peephole_select
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_split_alu_of_phi
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in lower_regs_to_ssa
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in lower_phis_to_scalar
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in gather_ssa_types
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in bool_to_bitsize
2020-03-31 Jason Ekstrandnir: Copy propagate through vec8s and vec16s
2020-03-31 Jason Ekstrandnir: Add a nir_op_is_vec helper
2020-03-31 Jason Ekstrandnir/algebraic: Add downcast-of-pack opts
2020-03-31 Jason Ekstrandnir/lower_int64: Lower 8 and 16-bit downcasts with...
2020-03-30 Jason Ekstrandnir/opt_loop_unroll: Fix has_nested_loop handling
2020-03-30 Rhys Perryglsl: fix race in instance getters
2020-03-30 Jason Ekstrandnir: Set UBO alignments in lower_uniforms_to_ubo
2020-03-30 Jason Ekstrandnir: Validate that memory load/store ops work on whole...
2020-03-30 Jason Ekstrandnir: Insert b2b1s around booleans in nir_lower_to
2020-03-30 Jason Ekstrandnir: Use b2b opcodes for shared and constant memory
2020-03-30 Jason Ekstrandnir: Add b2b opcodes
2020-03-30 Samuel Pitoisetnir/algebraic: add fexp2(fmul(flog2(a), 0.5) -> fsqrt...
2020-03-30 Timur Kristófnir: Collect if shader uses cross-invocation or indirec...
2020-03-30 Danylo Piliaievnir: Fix breakage of foreach_list_typed_safe assumption...
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-27 Timothy Arcerinir: fix packing of TCS varyings not read by the TES
2020-03-27 Timothy Arceriglsl: fix varying packing for 64bit integers
2020-03-26 Tapani Pälliglsl: set error_emitted true if type not ok for assignment
2020-03-26 Boris Brezillonvtn/opencl: add rint-support
2020-03-26 Erik Faye-Lundvtn/opencl: add native exp2/log2-support
2020-03-26 Erik Faye-Lundvtn/opencl: add native exp10/log10-support
2020-03-26 Erik Faye-Lundvtn/opencl: add native exp/log-support
2020-03-26 Erik Faye-Lundcompiler/nir: move build_log helper into builtin-builder
2020-03-26 Erik Faye-Lundcompiler/nir: move build_exp helper into builtin-builder
2020-03-26 Erik Faye-Lundvtn/opencl: fully enable OpenCLstd_Clz
2020-03-26 Marek Olšáknir: add and gather shader_info::writes_memory
2020-03-25 Pierre-Eric Pellou... nir: update uses_demote flag in discard_to_demote pass
2020-03-24 Neil Robertsglsl/lower_precision: Lower builtins depending on arguments
2020-03-24 Neil Robertsglsl: Inline builtins in a separate pass
2020-03-24 Iago Toral Quiroganir: add a bool bitsize lowering pass
2020-03-24 Neil Robertsglsl: Add unit tests for the lower_precision pass
2020-03-24 Neil Robertsglsl/standalone: Add an option to lower the precision
2020-03-24 Neil Robertsglsl: Add an IR lowering pass to convert mediump operat...
2020-03-24 Neil Robertsglsl/hierarchical_visitor: Call leave_callback on leaf...
2020-03-24 Neil Robertsglsl: Add a method to get precision from a deref instru...
2020-03-24 Rhys Perrynir/gather_info: fix per-vertex handling in try_mask_pa...
2020-03-23 Eric Anholtglsl: Restore the IsES flag on the shader when reading...
2020-03-19 Rhys Perrynir/gather_info: handle emit_vertex_with_counter
2020-03-19 Marek Olšáknir: fix clip/cull_distance_array_size in nir_lower_cli...
2020-03-18 Ian Romanicksoft-fp64: Split a block that was missing a cast on...
2020-03-18 Ian Romanicksoft-fp64/fadd: Common code optimization for differing...
2020-03-18 Ian Romanicksoft-fp64/fadd: Move common code out of both branches...
2020-03-18 Ian Romanicksoft-fp64/fadd: Use absolute value of expDiff
2020-03-18 Ian Romanicksoft-fp64/fadd: Rename aFrac and bFrac variables
2020-03-18 Ian Romanicksoft-fp64/fadd: Combine an if-statement into the precee...
2020-03-18 Ian Romanicksoft-fp64/fadd: Reformat after previous commit
2020-03-18 Ian Romanicksoft-fp64/fadd: Delete a redundant condition check
2020-03-18 Ian Romanicksoft-fp64/fadd: Just let the subtraction happen when...
2020-03-18 Ian Romanicksoft-fp64/fadd: Pick zero or non-zero result based...
2020-03-18 Ian Romanicksoft-fp64/fadd: Massively split the live range of zFrac...
2020-03-18 Ian Romanicksoft-fp64/fadd: Instead of tracking "b < a", track...
2020-03-18 Ian Romanicksoft-fp64: Optimize __fmin64 and __fmax64 by using...
2020-03-18 Ian Romanicksoft-fp64/ffloor: Simplify the >= 0 comparison
2020-03-18 Ian Romanicksoft-fp64: Relax the way NaN is propagated
2020-03-18 Ian Romanicksoft-fp64/fsat: Micro-optimize x >= 1 test
2020-03-18 Ian Romanicksoft-fp64/fsat: Micro-optimize x < 0 test
2020-03-18 Ian Romanicksoft-fp64/fsat: Correctly handle NaN
2020-03-18 Ian Romanicksoft-fp64/flt: Perform checks in a different order
2020-03-18 Ian Romanicksoft-fp64/fneg: Don't treat NaN specially
2020-03-18 Ian Romanicksoft-fp64: Store sign value as 0 or 0x80000000
2020-03-18 Ian Romanicksoft-fp64: Pick a single idiom for treating sign value...
2020-03-18 Ian Romanicksoft-fp64: Simplify __countLeadingZeros32 function
2020-03-18 Ian Romanicksoft-fp64: Don't open-code umulExtended
2020-03-18 Ian Romanicksoft-fp64/b2f: Reimplement using bitwise logic ops
2020-03-18 Ian Romanicknir/algebraic: Simplify a contradiction that can occur...
2020-03-18 Ian Romanicknir/algebraic: Constant reassociation for bitwise opera...
2020-03-18 Ian Romanicknir/algebraic: Generalize some and-of-shift-right patte...
2020-03-18 Ian Romanicknir/algebraic: optimize ior(ine(a, 0), ine(b, 0)) to...
2020-03-18 Ian Romanicknir/algebraic: Simplify logic to detect sign of an...
2020-03-16 Jose Fonsecameson: Avoid duplicate symbols.
next