| Commit message (Expand) | Author | Age | Files | Lines |
* | ac: add has_out_of_order_rast to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+4 |
* | ac: add has_load_ctx_reg_pkt to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+6 |
* | ac: add has_rbplus to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+4 |
* | ac: add has_dcc_constant_encode to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+5 |
* | ac: add has_distributed_tess to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+4 |
* | ac: add has_clear_state to ac_gpu_info | Samuel Pitoiset | 2019-08-27 | 2 | -0/+7 |
* | ac: drop llvm8 from some load/store helpers | Samuel Pitoiset | 2019-08-27 | 1 | -115/+75 |
* | ac/nir: Remove gfx9_stride_size_workaround_for_atomic | Connor Abbott | 2019-08-26 | 2 | -5/+1 |
* | ac/nir: add a workaround for viewing a slice of 3D as a 2D image | Connor Abbott | 2019-08-26 | 1 | -3/+32 |
* | ac/nir: Assert GS input index is constant | Connor Abbott | 2019-08-23 | 1 | -0/+1 |
* | ac/nir: Handle const array offsets in get_deref_offset() | Connor Abbott | 2019-08-23 | 1 | -6/+11 |
* | ac,radv,radeonsi: remove LLVM 7 support | Samuel Pitoiset | 2019-08-23 | 6 | -290/+58 |
* | ac: fix exclusive scans on GFX8-GFX9 | Samuel Pitoiset | 2019-08-22 | 1 | -4/+3 |
* | nir: Add explicit signs to image min/max intrinsics | Jason Ekstrand | 2019-08-21 | 1 | -17/+30 |
* | radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it | Marek Olšák | 2019-08-19 | 3 | -2/+11 |
* | ac/nir: set image=true when loading FMASK for images | Marek Olšák | 2019-08-19 | 1 | -1/+1 |
* | ac/nir: Fix store_scratch with a non-full writemask | Connor Abbott | 2019-08-18 | 3 | -5/+42 |
* | radeonsi: add support for Renoir | Marek Olšák | 2019-08-14 | 3 | -1/+4 |
* | radeonsi/nir: implement default tess level system values | Marek Olšák | 2019-08-12 | 2 | -3/+10 |
* | compiler: add SYSTEM_VALUE_USER_DATA_AMD | Marek Olšák | 2019-08-12 | 2 | -0/+5 |
* | compiler: add ACCESS_STREAM_CACHE_POLICY | Marek Olšák | 2019-08-12 | 1 | -0/+3 |
* | amd: prepare dropping include of p_compiler.h | Lionel Landwerlin | 2019-08-09 | 2 | -3/+4 |
* | radeonsi: add support for nir atomic_inc_wrap/atomic_dec_wrap | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 1 | -0/+25 |
* | ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support | Pierre-Eric Pelloux-Prayer | 2019-08-06 | 2 | -0/+4 |
* | radeonsi/nir: handle key.mono.u.ps.interpolate_at_sample_force_center | Marek Olšák | 2019-08-06 | 2 | -0/+4 |
* | ac/nir: Use correct cast for readfirstlane and ptrs. | Bas Nieuwenhuizen | 2019-08-06 | 1 | -0/+2 |
* | ac/nir: Lower large indirect variables to scratch | Connor Abbott | 2019-08-05 | 1 | -0/+54 |
* | ac/nir,radv: Optimize bounds check for 64 bit CAS. | Bas Nieuwenhuizen | 2019-08-02 | 2 | -17/+27 |
* | ac/nir: Implement LLVM9 64-bit buffer compare & exchange. | Bas Nieuwenhuizen | 2019-08-02 | 1 | -4/+64 |
* | Revert "ac/nir: handle negate modifier" | Connor Abbott | 2019-08-02 | 1 | -12/+1 |
* | Revert "ac/nir: handle abs modifier" | Connor Abbott | 2019-08-02 | 1 | -30/+11 |
* | tree-wide: replace MAYBE_UNUSED with ASSERTED | Eric Engestrom | 2019-07-31 | 1 | -7/+7 |
* | ac/nir: fix incorrect Phis if callbacks use control flow inside control flow | Marek Olšák | 2019-07-30 | 1 | -2/+2 |
* | ac/nir: handle abs modifier | Marek Olšák | 2019-07-30 | 1 | -11/+30 |
* | ac: fix a memory leak in the error path of ac_build_type_name_for_intr | Marek Olšák | 2019-07-30 | 1 | -0/+1 |
* | ac: allow control flow statements in NIR callbacks | Marek Olšák | 2019-07-30 | 2 | -20/+29 |
* | ac/nir: handle negate modifier | Marek Olšák | 2019-07-30 | 1 | -1/+12 |
* | radeonsi/nir: implement FBFETCH for KHR_blend_equation_advanced | Marek Olšák | 2019-07-30 | 2 | -0/+7 |
* | ac/surface: allow linear swizzle mode automatic selection on gfx9 & 10 | Marek Olšák | 2019-07-30 | 1 | -1/+0 |
* | amd: add support for Arcturus | Marek Olšák | 2019-07-29 | 2 | -0/+3 |
* | radeonsi: add support for compute-only chips | Marek Olšák | 2019-07-29 | 3 | -1/+6 |
* | ac: do not crash when the buffer data format is invalid | Samuel Pitoiset | 2019-07-29 | 1 | -0/+1 |
* | ac/nir: fix txf_ms with an offset | Rhys Perry | 2019-07-29 | 1 | -2/+2 |
* | ac/nir: implement nir_op_pack_{us}norm_2x16 | Marek Olšák | 2019-07-23 | 1 | -5/+14 |
* | ac/nir: do not clamp shadow reference on GFX10 | Samuel Pitoiset | 2019-07-22 | 1 | -2/+6 |
* | radeonsi/gfx10: use 32-bit wavemasks for Wave32 | Marek Olšák | 2019-07-19 | 3 | -8/+23 |
* | ac: create the LLVM builder in ac_llvm_context_init | Marek Olšák | 2019-07-19 | 2 | -3/+4 |
* | ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_init | Marek Olšák | 2019-07-19 | 2 | -1/+6 |
* | ac/rtld: add support for Wave32 | Marek Olšák | 2019-07-19 | 4 | -5/+15 |
* | ac: add Wave32 LLVM target machine | Marek Olšák | 2019-07-19 | 2 | -1/+20 |