v3d: do not report alpha-test as supported
[mesa.git] / src / amd / compiler /
2019-10-16 Rhys Perryaco: emit_split_vector() s_memtime results
2019-10-16 Rhys Perryaco: don't CSE s_memtime
2019-10-16 Rhys Perryaco: fix scheduling with s_memtime/s_memrealtime
2019-10-11 Rhys Perryaco: don't use p_as_uniform for vgpr sampler/image...
2019-10-11 Rhys Perryaco: implement divergent vulkan_resource_index
2019-10-11 Rhys Perryaco: readfirstlane vgpr pointers in convert_pointer_to_...
2019-10-11 Rhys Perryaco: use can_accept_constant in valu_can_accept_literal
2019-10-11 Rhys Perryaco: don't apply sgprs/constants to read/write lane...
2019-10-10 Rhys Perryaco: update print_ir
2019-10-10 Rhys Perryaco: rework scratch resource code
2019-10-10 Rhys Perryaco/gfx10: disable GFX9 1D texture workarounds
2019-10-10 Rhys Perryaco/gfx10: fix inline uniform blocks
2019-10-10 Timur Kristófaco: Clean up usages of PhysReg::reg from aco_assembler.
2019-10-10 Timur Kristófaco: Add extra assertion for number of FS input VGPRs.
2019-10-10 Timur Kristófaco: Fix s_dcache_wb on GFX10.
2019-10-10 Rhys Perryaco: Have s_waitcnt_vscnt write to NULL.
2019-10-10 Rhys Perryaco: Use the VOP3-only add/sub GFX10 instructions if...
2019-10-10 Rhys Perryaco: Initial work to avoid GFX10 hazards.
2019-10-10 Rhys Perryaco: pad code with s_code_end on GFX10
2019-10-10 Rhys Perryaco: workaround GFX10 0x3f branch bug
2019-10-10 Timur Kristófaco: Fix VS input VGPRs on GFX10.
2019-10-10 Rhys Perryaco: Assemble opsel in VOP3 instructions.
2019-10-10 Rhys Perryaco: Allow literals on VOP3 instructions.
2019-10-10 Timur Kristófaco: Support subvector loops in aco_assembler.
2019-10-10 Timur Kristófaco: Set GFX10 dimensionality on the instructions that...
2019-10-10 Timur Kristófaco: Use ac_get_sampler_dim, delete duplicate code.
2019-10-10 Timur Kristófaco: Set GFX10 DLC bit properly.
2019-10-10 Timur Kristófaco: Support GFX10 VOP3 and VOP1 as VOP3 in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 EXP in aco_assembler.
2019-10-10 Timur Kristófaco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add...
2019-10-10 Timur Kristófaco: Support GFX10 MIMG and GFX9 D16 in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 MTBUF in aco_assembler.
2019-10-10 Timur Kristófaco: Link ACO with amd/common.
2019-10-10 Timur Kristófaco: Support GFX10 MUBUF in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 DS in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 VINTRP in aco_assembler.
2019-10-10 Timur Kristófaco: Support GFX10 SMEM in aco_assembler.
2019-10-10 Timur Kristófaco: Add missing GFX10 specific fields and some README...
2019-10-10 Timur Kristófaco: Set +wavefrontsize64 for LLVM disassembler in...
2019-10-09 Rhys Perryaco: enable nir_opt_sink
2019-10-09 Rhys Perryaco: move s_andn2_b64 instructions out of the p_discard_if
2019-10-09 Daniel Schürmannaco: don't reorder instructions in order to lower boole...
2019-10-09 Daniel Schürmannaco: re-use existing phi instruction when lowering...
2019-10-09 Michael Schellenbe... aco: Cleanup insert_before_logical_end
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-10-04 Rhys Perryaco: fix load_constant with multiple arrays
2019-10-04 Rhys Perryradv/aco,aco: set lower_fmod
2019-09-30 Daniel Schürmannaco: call nir_opt_algebraic_late() exhaustively
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
2019-09-27 Rhys Perryaco: don't remove the loop exec mask in transition_to_E...
2019-09-27 Rhys Perryaco: set loop_info::has_discard for demotes
2019-09-26 Rhys Perryaco: CSE readlane/readfirstlane/permute/reduce with...
2019-09-26 Rhys Perryaco: don't CSE v_readlane_b32/v_readfirstlane_b32
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryaco: store printed backend IR in binary
2019-09-26 Rhys Perryaco,radv/aco: get dissassembly for release builds if...
2019-09-25 Rhys Perryaco: check for duplicate opcode numbers
2019-09-25 Rhys Perryaco: fix opcode for s_mul_hi_i32
2019-09-25 Rhys Perryaco: fix v_subrev_co_u32_e64 opcode
2019-09-25 Rhys Perryaco: fix GFX9 opcode for v_xad_u32
2019-09-25 Rhys Perryaco: implement 64-bit ineg
2019-09-25 Rhys Perryaco: run nir_lower_int64() before nir_lower_idiv()
2019-09-23 Daniel Schürmannaco: only emit waitcnt on loop continues if we there...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler