aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: switch to using radv_create_shaders()Timothy Arceri2017-10-181-85/+29
* radv: add radv_create_shaders() helperBas Nieuwenhuizen2017-10-181-0/+130
* radv: add radv_hash_shaders() helperBas Nieuwenhuizen2017-10-182-0/+40
* radv: Add multiple shader cache store & load functions.Bas Nieuwenhuizen2017-10-182-0/+170
* radv: Change cache datastructures for combined pipelines.Bas Nieuwenhuizen2017-10-181-38/+64
* radv: reorder init function callsTimothy Arceri2017-10-181-2/+2
* ac: clean up ac_build_indexed_load function interfacesMarek Olšák2017-10-173-36/+42
* meson: s/radv_extensions/radv_extensions_c/ to respect var conventionEric Engestrom2017-10-171-2/+2
* meson: track python script dependencyEric Engestrom2017-10-171-0/+1
* meson: add missing radv_extensions.c generation for libvulkan_radeonEric Engestrom2017-10-171-1/+9
* radv/image: bump all the offset to uint64_t.Dave Airlie2017-10-171-4/+4
* radv: port to using updated anv entrypoint/extension generator.Dave Airlie2017-10-177-474/+480
* radv: enable VK_KHX_multiview always.Dave Airlie2017-10-171-4/+4
* radv: update ia_multi_vgt when executing secondary buffersSamuel Pitoiset2017-10-161-0/+5
* radv: be smarter with the draw packets when executing secondary buffersSamuel Pitoiset2017-10-161-2/+10
* radv: always dirty some states after executing secondary buffersSamuel Pitoiset2017-10-161-6/+8
* radv: be smarter with pipelines when emitting secondary buffersSamuel Pitoiset2017-10-161-2/+17
* radv: do not allocate CMASK for non-MSSA images with 128 bit formatsSamuel Pitoiset2017-10-143-6/+9
* radv: set correct INDEX_TYPE for indexed indirect draws on GFX9Samuel Pitoiset2017-10-141-2/+8
* radv: add the draw count buffer to the list of buffersSamuel Pitoiset2017-10-141-0/+2
* radv: take unsafe_math and sisched into account when hashing shaders.Dave Airlie2017-10-123-9/+24
* ac: add radeon_info::has_sync_filecros-mesa-17.2.3-vanillachadv/cros-mesa-17.2.3-vanillaMarek Olšák2017-10-122-0/+2
* ac/surface: add ac_surface::is_displayableMarek Olšák2017-10-122-0/+13
* amd/addrlib: add Addr2IsValidDisplaySwizzleModeMarek Olšák2017-10-124-2/+58
* radv: don't crash if cache is disabled.Dave Airlie2017-10-121-5/+9
* radv: use CLEAR_STATE for initializing some registersSamuel Pitoiset2017-10-121-41/+58
* radv: add has_clear_state and enable it on CIK+ onlySamuel Pitoiset2017-10-122-1/+6
* radv: do not set registers for merged ES-GS on GFX9Samuel Pitoiset2017-10-121-2/+5
* radv: move the raster config emission in si_set_raster_config()Samuel Pitoiset2017-10-121-53/+60
* radv: remove duplicate line of codeTimothy Arceri2017-10-121-1/+0
* radv: make use of on-disk cacheTimothy Arceri2017-10-121-2/+25
* radv: create on-disk shader cacheTimothy Arceri2017-10-122-0/+19
* radv: remove duplicate debug_flags fieldTimothy Arceri2017-10-129-17/+14
* radv: Only set the MTYPE flags on GFX9+.Bas Nieuwenhuizen2017-10-111-1/+1
* radv: lower ffma in nir.Dave Airlie2017-10-111-0/+1
* radv: Add R16G16B16A16_SNORM fast clear supportAlex Smith2017-10-111-0/+6
* radv: export KHR_relaxed_block_layoutDave Airlie2017-10-101-0/+4
* amd: move r600d_common.h into r600gMarek Olšák2017-10-099-163/+23
* radeonsi: shrink r600d_common.h and stop using itMarek Olšák2017-10-095-185/+37
* radv: configure VGT_VERTEX_REUSE at pipeline creationSamuel Pitoiset2017-10-093-10/+16
* radv: do not need to zero-init ds/raster statesSamuel Pitoiset2017-10-091-3/+0
* radv: remove unused fields in radv_raster_stateSamuel Pitoiset2017-10-091-3/+0
* radv: set ALPHA_TO_MASK_ENABLE at blend state initSamuel Pitoiset2017-10-091-7/+7
* radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()Samuel Pitoiset2017-10-092-16/+15
* radv: allow launching waves out-of-order for computeSamuel Pitoiset2017-10-091-1/+9
* radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-067-107/+62
* radv: add RADV_META_SAVE_COMPUTE_PIPELINE flagSamuel Pitoiset2017-10-062-2/+23
* radv: add radv_meta_save() helperSamuel Pitoiset2017-10-069-73/+58
* radv: merge radv_meta_{save,restore}_pass() with RADV_META_SAVE_PASSSamuel Pitoiset2017-10-064-39/+22
* radv: convert all GFX operations to the RADV_META_SAVE_XXX flagsSamuel Pitoiset2017-10-067-13/+46