summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-11-041-3/+0
* radv: Fix timeout handling in syncobj wait.Bas Nieuwenhuizen2019-11-041-1/+1
* radv: fix vkUpdateDescriptorSets with inline uniform blocksSamuel Pitoiset2019-10-251-0/+8
* radv/gfx10: fix 3D imagesSamuel Pitoiset2019-10-253-17/+17
* radv: do not emit rbplus if attachments are undefinedSamuel Pitoiset2019-10-251-0/+3
* radv: do not create meta pipelines with 16 samplesSamuel Pitoiset2019-10-252-5/+5
* radv: fix updating bound fast ds clear values with different aspectsSamuel Pitoiset2019-10-221-3/+13
* radv: Fix single stage constant flush with merged shaders.Bas Nieuwenhuizen2019-10-221-5/+6
* radv: fix DCC fast clear code for intensity formats (correctly)Samuel Pitoiset2019-10-171-12/+9
* Revert "radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+"Samuel Pitoiset2019-10-152-12/+6
* radv: fix DCC fast clear code for intensity formatsSamuel Pitoiset2019-10-143-9/+31
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-111-8/+7
* radv: bump minTexelBufferOffsetAlignment to 4Samuel Pitoiset2019-10-101-1/+1
* radv: Fix condition for skipping the continue CS.Bas Nieuwenhuizen2019-10-041-1/+2
* ac: add radeon_info::tcc_harvestedMarek Olšák2019-10-012-0/+5
* ac: fix num_good_cu_per_sh for harvested chipsMarek Olšák2019-10-011-0/+6
* ac: fix incorrect vram_size reported by the kernelMarek Olšák2019-10-011-2/+10
* radv: fix s/load/store/ copy-paste typoEric Engestrom2019-09-261-1/+1
* radv: Add workaround for hang in The Surge 2.Bas Nieuwenhuizen2019-09-241-0/+8
* ac/addrlib: fix chip identification for Vega10, Arcturus, Raven2, RenoirMarek Olšák2019-09-241-10/+5
* radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GSSamuel Pitoiset2019-09-231-4/+13
* radv: fix loading 64-bit GS inputsSamuel Pitoiset2019-09-181-0/+35
* radv: always emit a position export in gs copy shadersRhys Perry2019-09-181-1/+1
* vulkan: add vk_x11_strict_image_count optionLionel Landwerlin2019-09-181-0/+1
* driconfig: add a new engine name/version parameterLionel Landwerlin2019-09-181-1/+3
* radv: store engine nameLionel Landwerlin2019-09-182-0/+16
* radv: fix allocating number of user sgprs if streamout is usedSamuel Pitoiset2019-09-181-1/+1
* radeonsi/gfx10: fix wave occupancy computationsMarek Olšák2019-09-103-7/+24
* Revert "ac/nir: Lower large indirect variables to scratch"Bas Nieuwenhuizen2019-09-091-68/+0
* radv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-091-0/+1
* amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2019-09-091-1/+1
* radv: Call nir_propagate_invariant()Connor Abbott2019-09-051-0/+2
* radv: fix getting the index type size for uint8_tSamuel Pitoiset2019-09-041-1/+1
* radv: Change memory type order for GPUs without dedicated VRAMAlex Smith2019-09-041-3/+15
* radv: additional query fixesAndres Rodriguez2019-09-041-7/+8
* radv/gfx10: do not use NGG with NAVI14Samuel Pitoiset2019-09-041-0/+1
* radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Samuel Pitoiset2019-09-041-1/+2
* radv: Disable NGG for geometry shaders.Bas Nieuwenhuizen2019-09-041-0/+20
* ac: fix exclusive scans on GFX8-GFX9Samuel Pitoiset2019-09-041-4/+3
* radv: force enable VK_AMD_shader_ballot for Wolfenstein YoungbloodSamuel Pitoiset2019-09-041-0/+8
* radv: add a new debug option called RADV_DEBUG=noshaderballotSamuel Pitoiset2019-09-042-0/+2
* radv: allow to enable VK_AMD_shader_ballot only on GFX8+Samuel Pitoiset2019-09-042-2/+3
* radv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.Bas Nieuwenhuizen2019-09-041-0/+8
* radv: Use correct vgpr_comp_cnt for VS if both prim_id and instance_id are ne...Bas Nieuwenhuizen2019-09-041-2/+4
* radeonsi: add PKT3_CONTEXT_REG_RMWMarek Olšák2019-08-271-0/+1
* radv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE twiceSamuel Pitoiset2019-08-201-2/+0
* radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+Samuel Pitoiset2019-08-202-6/+12
* radv: Add Renoir support.Bas Nieuwenhuizen2019-08-192-3/+6
* radeonsi/nir: always lower ballot masks as 64-bit, codegen handles itMarek Olšák2019-08-194-4/+14
* ac/nir: set image=true when loading FMASK for imagesMarek Olšák2019-08-191-1/+1