summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv/ac: pass clips properly from vertex->geometry shader stages.Dave Airlie2017-02-231-6/+40
* radv/ac: rename num clips/cull to output clips/cullsDave Airlie2017-02-231-10/+10
* vulkan: Combine wsi and util makefilesDylan Baker2017-02-221-1/+1
* radv: fix typo in the subpass barrier patch.Dave Airlie2017-02-221-1/+1
* util/radv: move *_get_function_timestamp() to utilsTimothy Arceri2017-02-221-19/+3
* radv: make radv_resolve_entrypoint staticEmil Velikov2017-02-212-2/+1
* radv: remove unused radv_dispatch_table dtableEmil Velikov2017-02-212-3/+0
* radv: remove unneeded extern C notationEmil Velikov2017-02-211-7/+1
* radv: Don't flush at the start of a command buffer.Bas Nieuwenhuizen2017-02-211-15/+0
* radv: Flush in the initial preamble CS.Bas Nieuwenhuizen2017-02-213-90/+148
* radv: Special case the initial preamble.Bas Nieuwenhuizen2017-02-214-15/+22
* radv: Split emitting the cache flush out.Bas Nieuwenhuizen2017-02-211-64/+77
* radv: Free empty_cs on device destruction.Bas Nieuwenhuizen2017-02-211-0/+2
* radv: handle subpass cache flushesDave Airlie2017-02-211-48/+63
* vulkan/wsi/x11: add support to detect if we can support rendering (v3)Dave Airlie2017-02-204-4/+12
* Revert "radv: detect command buffers that do no work and drop them (v2)"Dave Airlie2017-02-206-32/+8
* radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.Bas Nieuwenhuizen2017-02-191-2/+2
* radv: handle layered fast clears.Dave Airlie2017-02-195-29/+43
* radv: pass subresourceRange by pointer.Dave Airlie2017-02-191-13/+13
* radv: fix typo in a2b10g10r10 fast clear calculation.Dave Airlie2017-02-191-1/+1
* radv: Invert ring SGPR check.Bas Nieuwenhuizen2017-02-191-1/+1
* radv: Clamp framebuffer dimensions to min. attachment dimensions.Bas Nieuwenhuizen2017-02-191-6/+13
* ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0Marek Olšák2017-02-181-0/+17
* radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/commonMarek Olšák2017-02-182-0/+16