summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
...
* radv: perform proper layout transitions before resolvingSamuel Pitoiset2019-06-111-19/+19
* radv: do not resolve all image layers with compute inside a subpassSamuel Pitoiset2019-06-111-4/+8
* radv: Handle UNDEFINED format in image format list.Bas Nieuwenhuizen2019-06-101-0/+6
* radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen2019-06-101-2/+2
* radv: fix setting CB_SHADER_MASK for dual source blendingSamuel Pitoiset2019-06-101-2/+5
* radv: fix alpha-to-coverage when there is unused color attachmentsSamuel Pitoiset2019-06-101-1/+1
* radv: enable VK_EXT_sample_locationsSamuel Pitoiset2019-06-072-9/+1
* radv: enable HTILE for images that might need variable sample locationsSamuel Pitoiset2019-06-071-7/+0
* radv: handle sample locations during automatic layout transitionsSamuel Pitoiset2019-06-072-18/+168
* radv: determine the first subpass id for every attachmentsSamuel Pitoiset2019-06-072-1/+20
* radv: handle sample locations during explicit depth/stencil transitionsSamuel Pitoiset2019-06-071-7/+28
* radv: allow the depth decompress pass to emit dynamic sample locationsSamuel Pitoiset2019-06-073-7/+31
* radv: allow to set dynamic sample locations to the depth decompress passSamuel Pitoiset2019-06-071-1/+8
* radv: allow to save/restore sample locations during meta operationsSamuel Pitoiset2019-06-072-0/+14
* ac/nir: Remove stale TODOConnor Abbott2019-06-061-1/+7
* radv: set the subpass before any initial subpass transitionsSamuel Pitoiset2019-06-061-2/+3
* radv: use only one descriptor in the fmask expand passSamuel Pitoiset2019-06-051-24/+3
* radv: set ACCESS_NON_READABLE on the fmask expand pass output imageSamuel Pitoiset2019-06-051-0/+1
* radv: remove one useless image type in the fmask expand shaderSamuel Pitoiset2019-06-051-6/+3
* ac: rename LLVM <= 7 helpers for readabilityMarek Olšák2019-06-041-37/+37
* ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák2019-06-041-1/+1
* radv: Use bo metadata for imported image tiling on Android.Bas Nieuwenhuizen2019-06-043-14/+61
* ac/nir: mark some texture intrinsics as convergentRhys Perry2019-06-041-0/+18
* radv: fix some compiler warningsRhys Perry2019-06-041-4/+4
* radv: do not use gfx fast depth clears for layered depth/stencil imagesSamuel Pitoiset2019-06-041-0/+1
* ac,radv: do not emit vec3 for raw load/store on SISamuel Pitoiset2019-06-044-8/+20
* ac/registers: don't use the si, cik, vi names, use gfxNMarek Olšák2019-06-036-1405/+1405
* amd/common: use generated register headerNicolai Hähnle2019-06-0316-16351/+19
* amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0Nicolai Hähnle2019-06-031-5/+5
* amd/common: unify PITCH_GFX6 and PITCH_GFX9Nicolai Hähnle2019-06-033-13/+13
* amd/common: rename R_3F2_CONTROL to IB_CONTROL for disambiguationNicolai Hähnle2019-06-032-2/+2
* amd/common: cleanup DATA_FORMAT/NUM_FORMAT field namesNicolai Hähnle2019-06-034-17/+17
* amd/common: derive ac_debug tables from register JSONNicolai Hähnle2019-06-034-177/+131
* amd/registers: add JSON description of packet3 fieldsNicolai Hähnle2019-06-031-0/+338
* amd/registers: add JSON descriptions of registersNicolai Hähnle2019-06-031-0/+15985
* amd/registers: scripts for processing register descriptions in JSONNicolai Hähnle2019-06-035-0/+1631
* ac: use amdgpu-flat-work-group-sizeMarek Olšák2019-06-033-5/+13
* radv: flush pending query reset caches before copying resultsSamuel Pitoiset2019-06-031-15/+25
* ac,radv: remove the vec3 restriction with LLVM 9+Samuel Pitoiset2019-06-034-11/+18
* radv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewport/scissorSamuel Pitoiset2019-05-311-2/+2
* radv: use CmdPushConstants when restoring constants after meta operationsSamuel Pitoiset2019-05-311-6/+8
* radv: enable transformFeedbackStreamsLinesTrianglesSamuel Pitoiset2019-05-301-1/+1
* radv: implement VK_EXT_sample_locations and disable itSamuel Pitoiset2019-05-306-7/+315
* spirv: Change spirv_to_nir() to return a nir_shaderCaio Marcelo de Oliveira Filho2019-05-291-5/+4
* radv: Don't re-use entry_point pointer from spirv_to_nirCaio Marcelo de Oliveira Filho2019-05-291-10/+8
* radv: use view format when selecting the resolve path for subpassesSamuel Pitoiset2019-05-291-8/+13
* radv: always use view format when performing subpass resolvesSamuel Pitoiset2019-05-293-12/+21
* radv: sync before resetting a pool if there is active pending queriesSamuel Pitoiset2019-05-294-0/+27
* radv: allocate more space in the CS when emitting eventsSamuel Pitoiset2019-05-281-1/+1
* radv add radv_get_resolve_pipeline() in the compute pathSamuel Pitoiset2019-05-281-20/+36