nv50, nvc0: fix must_check warning of util_dynarray_resize_bytes
[mesa.git] / src / compiler /
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.
2020-03-16 Tapani Pällinir/glsl: gather bitmask of images used by program
2020-03-13 Danylo Piliaievglsl: do not crash if string literal is used outside...
2020-03-12 Eric Anholtglsl/tests: Fix waiting for disk_cache_put() to finish.
2020-03-12 Eric Anholtglsl/tests: Catch mkdir errors to help explain when...
2020-03-12 Caio Marcelo de... nir: Add pass to combine adjacent scoped memory barriers
2020-03-12 Caio Marcelo de... nir: Reorder nir_scopes so wider scope has larger numer...
2020-03-12 Caio Marcelo de... nir: Don't skip a bit in nir_memory_semantics
2020-03-12 Juan A. Suarez Romeronir/algebraic: coalesce fmod lowering
2020-03-12 Juan A. Suarez Romeronir/lower_double_ops: relax lower mod()
2020-03-12 Timur Kristófnir: Add ability to lower non-const quad broadcasts...
2020-03-12 Rhys Perryglsl/list: use uintptr_t for exec_node_data()'s subtraction
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
next