summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
...
* radv/amdgpu: Add some debug flags.Bas Nieuwenhuizen2017-03-066-16/+52
* radv: Cache command buffers in command pool.Bas Nieuwenhuizen2017-03-062-48/+84
* radeon/ac: fix intrinsic version checkDave Airlie2017-03-061-1/+1
* radv: Merge fast clear flushes.Bas Nieuwenhuizen2017-03-051-13/+35
* radv: use enum_to_str util functions.Emil Velikov2017-03-042-34/+5
* ac: normalize build helper namesMarek Olšák2017-03-033-283/+282
* ac: replace SI.vs.load.input with amdgcn.buffer.load.formatMarek Olšák2017-03-031-0/+20
* radeonsi: move SI.vs.load.input building into amd/commonMarek Olšák2017-03-032-0/+23
* ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0Marek Olšák2017-03-033-4/+62
* ac: remove offen parameter from ac_build_buffer_store_dwordMarek Olšák2017-03-033-10/+8
* radeonsi: merge and simplify tbuffer_store functionsMarek Olšák2017-03-033-74/+38
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-032-0/+29
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-032-0/+17
* radeonsi: set readnone on reads from read-only memoryMarek Olšák2017-03-032-3/+11
* radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtzMarek Olšák2017-03-032-0/+20
* ac: replace old image intrinsics with new onesMarek Olšák2017-03-031-0/+80
* radeonsi: move image intrinsic building to amd/commonMarek Olšák2017-03-032-0/+97
* ac: replace SI.export with amdgcn.exp.*Marek Olšák2017-03-031-0/+31
* radeonsi: move llvm.SI.export building to amd/commonMarek Olšák2017-03-032-0/+26
* ac: unify build_type_name_for_intr functionsMarek Olšák2017-03-033-38/+42
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-032-0/+4
* amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann2017-03-013-3/+5
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-014-48/+86
* gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák2017-03-011-1/+0
* radv: fix txs for sampler buffersDave Airlie2017-03-011-1/+1
* amd/common: fix ASICREV_IS_POLARIS11_M for Polaris12Marek Olšák2017-02-281-1/+1
* radv: Don't allocate space for unused immutable samplers.Bas Nieuwenhuizen2017-02-281-9/+14
* radv/ac: Use constants for immutable samplers.Bas Nieuwenhuizen2017-02-281-0/+16
* radv: Detect if all immutable samplers for a binding are equal.Bas Nieuwenhuizen2017-02-282-0/+6
* radv: Store the immutable samplers as uint32_t[4].Bas Nieuwenhuizen2017-02-282-10/+6
* radeon/ac: make ac_shader_binary_config_start() available externallyTimothy Arceri2017-02-282-1/+8
* radeon/ac: add llvm_ir_string to ac_shader_binary structTimothy Arceri2017-02-281-0/+1
* radv: fix depth format in blit2d.Dave Airlie2017-02-281-2/+5
* radv/formats: add fast clear for 8-bit signed ints.Dave Airlie2017-02-281-0/+16
* radv: Use correct size for availability flag.Bas Nieuwenhuizen2017-02-271-2/+5
* radv: Only use PKT3_OCCLUSION_QUERY when it doesn't hang.Bas Nieuwenhuizen2017-02-271-20/+45
* radv: Reset emitted compute pipeline when calling secondary cmd buffer.Bas Nieuwenhuizen2017-02-271-0/+1
* radv: add support for NV_dedicated_allocationDave Airlie2017-02-274-20/+62
* radv/winsys: fix freeing imported memory.Andres Rodriguez2017-02-271-0/+2
* vulkan/wsi/radv: add initial prime support (v1.1)Dave Airlie2017-02-274-13/+150
* radv/ac: Add integer->integer casts.Bas Nieuwenhuizen2017-02-261-0/+18
* ac: silence a warningMarek Olšák2017-02-251-2/+1
* radv/entrypoints: Only generate entrypoints for supported featuresEmil Velikov2017-02-241-3/+42
* radv: add sample mask output supportDave Airlie2017-02-243-2/+9
* radv/ac: refactor our fmask sample index fixup.Dave Airlie2017-02-241-122/+107
* radv: fetch sample index via fmask for image coord as well.Dave Airlie2017-02-241-54/+126
* radv: add sample mask input supportDave Airlie2017-02-241-1/+6
* radv: enable location at sample when persample is forced.Dave Airlie2017-02-241-0/+3
* radv: fix interpolation at wrong place for offset interpDave Airlie2017-02-242-3/+4
* radv/ac: handle gs->copy shader clip distances.Dave Airlie2017-02-231-13/+68