summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi2017-01-181-1/+15
* android: amd/common: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi2017-01-181-0/+2
* radv: disable vertex reuse when writing viewport indexDave Airlie2017-01-181-0/+2
* radv: add support for layered clears (v2)Dave Airlie2017-01-181-6/+22
* radv/ac: split part of llvm compile into a separate functionDave Airlie2017-01-181-11/+22
* radv/ac: switch an if to switchDave Airlie2017-01-181-4/+9
* radv: add support for writing layer/viewport index (v2)Dave Airlie2017-01-183-4/+25
* ac/debug: Decrease num_dw for type 2 NOP's.Bas Nieuwenhuizen2017-01-171-0/+1
* radv/meta: split color renderpass creation out.Dave Airlie2017-01-171-38/+49
* radv: Support multiple devices.Bas Nieuwenhuizen2017-01-162-44/+19
* radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen2017-01-169-49/+50
* radv/ac: use ctx->voidt in more places. (v2)Dave Airlie2017-01-171-11/+11
* radv/meta: consolidate the depth stencil clear renderpassesDave Airlie2017-01-172-41/+48
* radv: generate entrypoints from vk.xmlLionel Landwerlin2017-01-142-60/+56
* radv: make device extension setup dynamicAndres Rodriguez2017-01-142-65/+130
* radv: rename global extension properties structsAndres Rodriguez2017-01-141-14/+14
* radv: use a winsys context per-queue, instead of per device v2Andres Rodriguez2017-01-143-21/+22
* radv: Support loader interface version 3.Bas Nieuwenhuizen2017-01-131-0/+45
* radv: remove some unused macros and functionsGrazvydas Ignotas2017-01-132-33/+1
* ac: automake: ensure that ./common is generatedEmil Velikov2017-01-131-0/+1
* ac/nir: use ac_emit_fdiv throughoutNicolai Hähnle2017-01-131-22/+6
* ac/nir: use ac_build_gather_values[_extended] throughoutNicolai Hähnle2017-01-131-65/+24
* ac/nir: use ac_emit_llvm_intrinsic throughoutNicolai Hähnle2017-01-131-79/+41
* amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle2017-01-133-196/+429
* ac/debug: move .gitignore for sid_tables.h tooGrazvydas Ignotas2017-01-131-0/+1
* ac, radeonsi: automake: add missing builddir includeEmil Velikov2017-01-121-0/+1
* radv: Call NIR passes using NIR_PASS_V.Bas Nieuwenhuizen2017-01-121-17/+7
* radv: Call nir_lower_constant_initializers.Bas Nieuwenhuizen2017-01-121-0/+13
* radv: Only call remove_dead_variables once.Bas Nieuwenhuizen2017-01-121-3/+3
* ac: automake: rework sid_tables.h generationEmil Velikov2017-01-122-3/+3
* vulkan: Add new cast macros for VkIcd typesChad Versace2017-01-121-6/+6
* radv: fix multi-viewport emissionDave Airlie2017-01-111-2/+2
* radv/ac: add support for multi sample image coordsDave Airlie2017-01-101-1/+16
* radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen2017-01-096-36/+53
* ac/debug: Dump indirect buffers.Bas Nieuwenhuizen2017-01-094-6/+31
* radv: Dump command buffer on hang.Bas Nieuwenhuizen2017-01-096-9/+150
* ac/debug: Move IB decode to common code.Bas Nieuwenhuizen2017-01-094-0/+405
* ac/debug: Move sid_tables.h generation to common code.Bas Nieuwenhuizen2017-01-094-2/+306
* spirv: add support for doubles to OpSpecConstantSamuel Iglesias Gonsálvez2017-01-091-1/+4
* radv: drop unused fields in physical device.Dave Airlie2017-01-091-6/+0
* radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERSPierre-Loup A. Griffais2017-01-071-1/+1
* radeonsi: do all math in bytes in SI DMA codeMarek Olšák2017-01-051-2/+4
* anv,radv: disable StorageImageWriteWithoutFormat for nowIlia Mirkin2016-12-311-1/+1
* spirv: always expose SpvCapabilityStorageImageExtendedFormatsIlia Mirkin2016-12-291-1/+0
* radv: only allow cmask/dcc in color optimal.Dave Airlie2016-12-301-3/+2
* radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.Dave Airlie2016-12-301-3/+6
* radv: denote support for extended storage image formats.Dave Airlie2016-12-281-2/+4
* radv: add some asserts for operations on general queueDave Airlie2016-12-272-0/+3
* radv: Also skip DCC clear flushes for compute.Bas Nieuwenhuizen2016-12-274-12/+16
* radv: handle queue present directly to winsysDave Airlie2016-12-261-1/+9