summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-01-19radv: fix include order for installed headers v2Andres Rodriguez1-4/+4
2017-01-18android: ac/debug: move sid_tables.h generation and IB decode to amd/commonMauro Rossi1-1/+15
2017-01-18android: amd/common: fix LLVMInitializeAMDGPU* functions declarationMauro Rossi1-0/+2
2017-01-18radv: disable vertex reuse when writing viewport indexDave Airlie1-0/+2
2017-01-18radv: add support for layered clears (v2)Dave Airlie1-6/+22
2017-01-18radv/ac: split part of llvm compile into a separate functionDave Airlie1-11/+22
2017-01-18radv/ac: switch an if to switchDave Airlie1-4/+9
2017-01-18radv: add support for writing layer/viewport index (v2)Dave Airlie3-4/+25
2017-01-17ac/debug: Decrease num_dw for type 2 NOP's.Bas Nieuwenhuizen1-0/+1
2017-01-17radv/meta: split color renderpass creation out.Dave Airlie1-38/+49
2017-01-16radv: Support multiple devices.Bas Nieuwenhuizen2-44/+19
2017-01-16radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen9-49/+50
2017-01-17radv/ac: use ctx->voidt in more places. (v2)Dave Airlie1-11/+11
2017-01-17radv/meta: consolidate the depth stencil clear renderpassesDave Airlie2-41/+48
2017-01-14radv: generate entrypoints from vk.xmlLionel Landwerlin2-60/+56
2017-01-14radv: make device extension setup dynamicAndres Rodriguez2-65/+130
2017-01-14radv: rename global extension properties structsAndres Rodriguez1-14/+14
2017-01-14radv: use a winsys context per-queue, instead of per device v2Andres Rodriguez3-21/+22
2017-01-13radv: Support loader interface version 3.Bas Nieuwenhuizen1-0/+45
2017-01-13radv: remove some unused macros and functionsGrazvydas Ignotas2-33/+1
2017-01-13ac: automake: ensure that ./common is generatedEmil Velikov1-0/+1
2017-01-13ac/nir: use ac_emit_fdiv throughoutNicolai Hähnle1-22/+6
2017-01-13ac/nir: use ac_build_gather_values[_extended] throughoutNicolai Hähnle1-65/+24
2017-01-13ac/nir: use ac_emit_llvm_intrinsic throughoutNicolai Hähnle1-79/+41
2017-01-13amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle3-196/+429
2017-01-13ac/debug: move .gitignore for sid_tables.h tooGrazvydas Ignotas1-0/+1
2017-01-12ac, radeonsi: automake: add missing builddir includeEmil Velikov1-0/+1
2017-01-12radv: Call NIR passes using NIR_PASS_V.Bas Nieuwenhuizen1-17/+7
2017-01-12radv: Call nir_lower_constant_initializers.Bas Nieuwenhuizen1-0/+13
2017-01-12radv: Only call remove_dead_variables once.Bas Nieuwenhuizen1-3/+3
2017-01-12ac: automake: rework sid_tables.h generationEmil Velikov2-3/+3
2017-01-12vulkan: Add new cast macros for VkIcd typesChad Versace1-6/+6
2017-01-11radv: fix multi-viewport emissionDave Airlie1-2/+2
2017-01-10radv/ac: add support for multi sample image coordsDave Airlie1-1/+16
2017-01-09radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen6-36/+53
2017-01-09ac/debug: Dump indirect buffers.Bas Nieuwenhuizen4-6/+31
2017-01-09radv: Dump command buffer on hang.Bas Nieuwenhuizen6-9/+150
2017-01-09ac/debug: Move IB decode to common code.Bas Nieuwenhuizen4-0/+405
2017-01-09ac/debug: Move sid_tables.h generation to common code.Bas Nieuwenhuizen4-2/+306
2017-01-09spirv: add support for doubles to OpSpecConstantSamuel Iglesias Gonsálvez1-1/+4
2017-01-09radv: drop unused fields in physical device.Dave Airlie1-6/+0
2017-01-07radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERSPierre-Loup A. Griffais1-1/+1
2017-01-05radeonsi: do all math in bytes in SI DMA codeMarek Olšák1-2/+4
2016-12-31anv,radv: disable StorageImageWriteWithoutFormat for nowIlia Mirkin1-1/+1
2016-12-29spirv: always expose SpvCapabilityStorageImageExtendedFormatsIlia Mirkin1-1/+0
2016-12-30radv: only allow cmask/dcc in color optimal.Dave Airlie1-3/+2
2016-12-30radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.Dave Airlie1-3/+6
2016-12-28radv: denote support for extended storage image formats.Dave Airlie1-2/+4
2016-12-27radv: add some asserts for operations on general queueDave Airlie2-0/+3
2016-12-27radv: Also skip DCC clear flushes for compute.Bas Nieuwenhuizen4-12/+16