| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: Emit pending flushes before executing a secondary command buffer | Alex Smith | 2017-03-06 | 1 | -0/+3 |
* | radeonsi: drop support for LLVM 3.6 & 3.7 | Marek Olšák | 2017-03-06 | 3 | -38/+14 |
* | radeonsi: set the convergent attribute where needed | Marek Olšák | 2017-03-06 | 1 | -2/+6 |
* | gallivm,ac: add LP_FUNC_ATTR_CONVERGENT | Marek Olšák | 2017-03-06 | 2 | -0/+2 |
* | radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarations | Marek Olšák | 2017-03-06 | 1 | -3/+3 |
* | radv: Use the new L2 writeback flag. | Bas Nieuwenhuizen | 2017-03-06 | 2 | -6/+6 |
* | radv: Add L2 writeback. | Bas Nieuwenhuizen | 2017-03-06 | 2 | -34/+54 |
* | radv/ac: use bitfield extract new intrinsics. | Dave Airlie | 2017-03-06 | 1 | -7/+4 |
* | radv/ac: move to new kill build. | Dave Airlie | 2017-03-06 | 1 | -5/+2 |
* | radv/ac: move to using new export intrinsics. | Dave Airlie | 2017-03-06 | 1 | -93/+86 |
* | radv/ac: switch to new intrinsics for pkrtz and clamp. | Dave Airlie | 2017-03-06 | 1 | -5/+2 |
* | radv: drop Z24 support. | Dave Airlie | 2017-03-05 | 1 | -3/+0 |
* | radv: use VK_NULL_HANDLE for handles | Grazvydas Ignotas | 2017-03-06 | 2 | -5/+5 |
* | radv: check for upload alloc failure | Grazvydas Ignotas | 2017-03-06 | 1 | -3/+4 |
* | radv: don't use uninitialized value on failure | Grazvydas Ignotas | 2017-03-06 | 1 | -1/+1 |
* | radv: avoid casting warnings on 32bit | Grazvydas Ignotas | 2017-03-06 | 2 | -3/+5 |
* | radv/amdgpu: Add some debug flags. | Bas Nieuwenhuizen | 2017-03-06 | 6 | -16/+52 |
* | radv: Cache command buffers in command pool. | Bas Nieuwenhuizen | 2017-03-06 | 2 | -48/+84 |
* | radeon/ac: fix intrinsic version check | Dave Airlie | 2017-03-06 | 1 | -1/+1 |
* | radv: Merge fast clear flushes. | Bas Nieuwenhuizen | 2017-03-05 | 1 | -13/+35 |
* | radv: use enum_to_str util functions. | Emil Velikov | 2017-03-04 | 2 | -34/+5 |
* | ac: normalize build helper names | Marek Olšák | 2017-03-03 | 3 | -283/+282 |
* | ac: replace SI.vs.load.input with amdgcn.buffer.load.format | Marek Olšák | 2017-03-03 | 1 | -0/+20 |
* | radeonsi: move SI.vs.load.input building into amd/common | Marek Olšák | 2017-03-03 | 2 | -0/+23 |
* | ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0 | Marek Olšák | 2017-03-03 | 3 | -4/+62 |
* | ac: remove offen parameter from ac_build_buffer_store_dword | Marek Olšák | 2017-03-03 | 3 | -10/+8 |
* | radeonsi: merge and simplify tbuffer_store functions | Marek Olšák | 2017-03-03 | 3 | -74/+38 |
* | radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe | Marek Olšák | 2017-03-03 | 2 | -0/+29 |
* | radeonsi: move kill intrinsic building into amd/common | Marek Olšák | 2017-03-03 | 2 | -0/+17 |
* | radeonsi: set readnone on reads from read-only memory | Marek Olšák | 2017-03-03 | 2 | -3/+11 |
* | radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz | Marek Olšák | 2017-03-03 | 2 | -0/+20 |
* | ac: replace old image intrinsics with new ones | Marek Olšák | 2017-03-03 | 1 | -0/+80 |
* | radeonsi: move image intrinsic building to amd/common | Marek Olšák | 2017-03-03 | 2 | -0/+97 |
* | ac: replace SI.export with amdgcn.exp.* | Marek Olšák | 2017-03-03 | 1 | -0/+31 |
* | radeonsi: move llvm.SI.export building to amd/common | Marek Olšák | 2017-03-03 | 2 | -0/+26 |
* | ac: unify build_type_name_for_intr functions | Marek Olšák | 2017-03-03 | 3 | -38/+42 |
* | gallivm, ac: add writeonly and inaccessiblememonly attributes | Marek Olšák | 2017-03-03 | 2 | -0/+4 |
* | amd/common: Fix build with new ac_add_function_attr() | Tobias Klausmann | 2017-03-01 | 3 | -3/+5 |
* | gallivm,ac: add function attributes at call sites instead of declarations | Marek Olšák | 2017-03-01 | 4 | -48/+86 |
* | gallivm,ac: remove unused FUNC_ATTR_LAST enums | Marek Olšák | 2017-03-01 | 1 | -1/+0 |
* | radv: fix txs for sampler buffers | Dave Airlie | 2017-03-01 | 1 | -1/+1 |
* | amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12 | Marek Olšák | 2017-02-28 | 1 | -1/+1 |
* | radv: Don't allocate space for unused immutable samplers. | Bas Nieuwenhuizen | 2017-02-28 | 1 | -9/+14 |
* | radv/ac: Use constants for immutable samplers. | Bas Nieuwenhuizen | 2017-02-28 | 1 | -0/+16 |
* | radv: Detect if all immutable samplers for a binding are equal. | Bas Nieuwenhuizen | 2017-02-28 | 2 | -0/+6 |
* | radv: Store the immutable samplers as uint32_t[4]. | Bas Nieuwenhuizen | 2017-02-28 | 2 | -10/+6 |
* | radeon/ac: make ac_shader_binary_config_start() available externally | Timothy Arceri | 2017-02-28 | 2 | -1/+8 |
* | radeon/ac: add llvm_ir_string to ac_shader_binary struct | Timothy Arceri | 2017-02-28 | 1 | -0/+1 |
* | radv: fix depth format in blit2d. | Dave Airlie | 2017-02-28 | 1 | -2/+5 |
* | radv/formats: add fast clear for 8-bit signed ints. | Dave Airlie | 2017-02-28 | 1 | -0/+16 |