dri: add __DRI_IMAGE_FORMAT_SXRGB8
[mesa.git] / src / amd / compiler /
2019-12-07 Daniel Schürmannaco: propagate temporaries into expanded vectors
2019-12-07 Daniel Schürmannaco: improve readfirstlane after uniform ssbo loads...
2019-12-07 Daniel Schürmannaco: use soffset for MUBUF instructions on SI/CI
2019-12-07 Daniel Schürmannaco: return to loop_active mask at continue_or_break...
2019-12-07 Daniel Schürmannaco: implement exclusive scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement inclusive_scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement (clustered) reductions for SI/CI
2019-12-07 Daniel Schürmannaco: don't use a scalar temporary for reductions on...
2019-12-07 Daniel Schürmannaco: flush denorms after fmin/fmax on pre-GFX9
2019-12-07 Daniel Schürmannaco: disable disassembly for SI/CI due to lack of suppo...
2019-12-07 Daniel Schürmannaco: implement 64bit ine/ieq for SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit i2b for SI /CI
2019-12-07 Daniel Schürmannaco: make 1/2*PI a literal constant on SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit VGPR shifts for SI/CI
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: fix disassembly of writelane instructions.
2019-12-07 Daniel Schürmannaco: recognize SI/CI SMRD hazards
2019-12-07 Daniel Schürmannaco: implement quad swizzles for SI/CI
2019-12-07 Daniel Schürmannaco: move buffer_store data to VGPR if needed
2019-12-07 Daniel Schürmannaco: implement nir_op_isign on SI/CI
2019-12-07 Daniel Schürmannaco: only use scalar loads for readonly buffers on...
2019-12-07 Daniel Schürmannaco: implement nir_op_fquantize2f16 for SI/CI
2019-12-07 Daniel Schürmannaco: fix SMEM offsets for SI/CI
2019-12-07 Daniel Schürmannaco: SI/CI - fix sampler aniso
2019-12-07 Dave Airlieaco: handle gfx7 int8/10 clamping on exports
2019-12-07 Daniel Schürmannaco: Initial GFX7 Support
2019-12-07 Daniel Schürmannaco: refactor visit_store_fs_output() to use the Builder
2019-12-04 Timur Kristófaco/wave32: Fix reductions.
2019-12-04 Timur Kristófaco/wave32: Allow setting the subgroup ballot size...
2019-12-04 Timur Kristófaco/wave32: Use wave_size for barrier intrinsic.
2019-12-04 Timur Kristófaco/wave32: Fix load_local_invocation_index to support...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-04 Timur Kristófaco/wave32: Add wave size specific opcodes to aco_builder.
2019-12-04 Timur Kristófaco/wave32: Introduce emit_mbcnt which takes wave size...
2019-12-04 Timur Kristófaco/wave32: Replace hardcoded numbers in spiller with...
2019-12-04 Timur Kristófaco/wave32: Change uniform bool optimization to work...
2019-12-04 Timur Kristófaco: Optimize load_subgroup_id to one bit field extract...
2019-12-04 Timur Kristófaco: Remove lower_linear_bool_phi, it is not needed...
2019-12-04 Timur Kristófaco: Remove superfluous argument from emit_boolean_logic.
2019-12-04 Timur Kristófaco: Fix operand of s_bcnt1_i32_b64 in emit_boolean_reduce.
2019-12-02 Rhys Perryaco: fix block_kind_discard s_andn2 definition to exec
2019-12-02 Rhys Perryaco: handle loop exit and IF merge phis with break...
2019-12-02 Rhys Perryaco: validate the CFG
2019-11-29 Samuel Pitoisetaco: drop useless lowering of deref operations for...
2019-11-29 Daniel Schürmannaco: fix a couple of value numbering issues
2019-11-29 Daniel Schürmannaco: don't split live-ranges of linear VGPRs
2019-11-29 Rhys Perryaco: implement global atomics
2019-11-29 Rhys Perryaco: improve FLAT/GLOBAL scheduling
2019-11-29 Rhys Perryaco: don't enable store_global for helper invocations
2019-11-29 Rhys Perryaco: fix SADDR with FLAT on GFX10
2019-11-29 Rhys Perryaco: fix assembly of FLAT/GLOBAL atomics
2019-11-29 Rhys Perryaco: fix GFX10 opcodes for some global/flat atomics
2019-11-29 Rhys Perryaco: improve WAR hazard workaround with >64bit stores
2019-11-29 Rhys Perryaco: add v_nop inbetween exec write and VMEM/DS/FLAT
2019-11-29 Rhys Perryaco: fix incorrect cast in parse_wait_instr()
2019-11-29 Rhys Perryaco: fix i2i64
2019-11-29 Rhys Perryaco: propagate p_wqm on an image_sample's coordinate...
2019-11-26 Daniel Schürmannaco: don't value-number instructions from within a...
2019-11-26 Rhys Perryaco: set dlc/glc correctly for image loads
2019-11-26 Rhys Perryaco: allow constant offsets for global/scratch instruct...
2019-11-25 Rhys Perryaco: enable load/store vectorizer
2019-11-25 Connor Abbottaco: Make unused workgroup id's 0
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottradv: Replace supports_spill with explict_scratch_args
2019-11-25 Connor Abbottaco: Make num_workgroups and local_invocation_ids one...
2019-11-25 Connor Abbottaco: Split vector arguments at the beginning
2019-11-25 Connor Abbottaco: Use radv_shader_args in aco_compile_shader()
2019-11-25 Connor Abbottaco: Constify radv_nir_compiler_options in isel
2019-11-22 Rhys Perryaco: fix waitcnts for barriers at block ends
2019-11-21 Rhys Perryaco: fix copy+paste error
2019-11-21 Rhys Perryaco: improve waitcnt insertion around loops
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Rhys Perryaco: implement 64-bit integer reductions
2019-11-19 Rhys Perryaco: refactor reduction lowering helpers
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-15 Rhys Perryaco: fix 64-bit fsign with 0
2019-11-15 Rhys Perryaco: don't combine literals into v_cndmask_b32/v_subb...
2019-11-14 Timur Kristófaco: Optimize out trivial code from uniform bools.
2019-11-14 Timur Kristófaco: Treat all booleans as per-lane.
2019-11-14 Daniel Schürmannaco: use s_and_b64 exec to reduce uniform booleans...
2019-11-14 Timur Kristófaco: Make sure not to mistakenly propagate 64-bit const...
2019-11-14 Daniel Schürmannaco: value number instructions using the execution...
2019-11-14 Daniel Schürmannaco: check if SALU instructions are predeceeded by...
2019-11-12 Rhys Perryaco: combine read_invocation and shuffle implementations
2019-11-12 Rhys Perryaco: don't propagate vgprs into v_readlane/v_writelane
2019-11-12 Rhys Perryaco: fix read_invocation with VGPR lane index
2019-11-12 Rhys Perryaco: fix shuffle with uniform operands
2019-11-12 Rhys Perryaco: use DPP instead of exec modification when lowering...
2019-11-12 Daniel Schürmannaco: rematerialize s_movk instructions
2019-11-12 Daniel Schürmannaco: preserve kill flag on moved operands during RA
2019-11-12 Daniel Schürmannaco: fix invalid access on Pseudo_instructions
2019-11-08 Timur Kristófac: Handle invalid GFX10 format correctly in ac_get_tbu...
2019-11-08 Rhys Perryaco: add Instruction::usesModifiers() and add more...
2019-11-07 Rhys Perryradv: adjust loop unrolling heuristics for int64
2019-11-07 Daniel Schürmannaco: workaround Tonga/Iceland hardware bug
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-11-04 Daniel Schürmannaco: fix accidential reordering of instructions when...
2019-11-04 Daniel Schürmannaco: only use single-dword loads/stores for spilling
2019-11-04 Daniel Schürmannaco: fix immediate offset for spills if scratch is...
2019-10-30 Daniel Schürmannaco: implement VGPR spilling
next