aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* radv: re-enable fast depth clears for 16-bit surfaces on VISamuel Pitoiset2019-01-291-8/+0
* radv: set noalias/dereferenceable LLVM attributes based on param typesSamuel Pitoiset2019-01-281-13/+7
* radv: simplify allocating user SGPRS for descriptor setsSamuel Pitoiset2019-01-281-68/+34
* radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset2019-01-283-12/+6
* radv/ac: fix some fp16 handlingTimothy Arceri2019-01-281-1/+1
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-271-1/+0
* radv: add device->instance extension dependenciesNiklas Haas2019-01-271-0/+27
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* radv: fix computing number of user SGPRs for streamout buffersSamuel Pitoiset2019-01-251-0/+3
* radv: always pass the GFX9 fence data to si_cs_emit_cache_flush()Samuel Pitoiset2019-01-232-16/+4
* radv: compute the GFX9 fence VA at allocation timeSamuel Pitoiset2019-01-233-9/+8
* radv: only allocate the GFX9 fence and EOP BOs for the gfx queueSamuel Pitoiset2019-01-231-1/+2
* radv: remove old_fence parameter from si_cs_emit_write_event_eop()Samuel Pitoiset2019-01-234-9/+7
* radv: improve gathering of load_push_constants with dynamic bindingsSamuel Pitoiset2019-01-233-1/+7
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-223-10/+10
* radv: prevent dirtying of dynamic state when it does not changeRhys Perry2019-01-211-16/+75
* radv: avoid context rolls when binding graphics pipelinesRhys Perry2019-01-213-108/+141
* radv: add missed situations for scissor bug workaroundRhys Perry2019-01-212-24/+43
* radv: pass radv_draw_info to radv_emit_draw_registers()Rhys Perry2019-01-211-60/+58
* nir: replace more nir_load_system_value calls with builder functionsKarol Herbst2019-01-213-10/+10
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-191-4/+4
* radv: initialize the per-queue descriptor BO only onceSamuel Pitoiset2019-01-181-24/+23
* radv: do not write unused descriptors to the per-queue BOSamuel Pitoiset2019-01-181-124/+128
* radv: reduce size of the per-queue descriptor BOSamuel Pitoiset2019-01-181-1/+1
* radv: drop unused code related to 16 sample locationsSamuel Pitoiset2019-01-183-13/+0
* radv: use dithered alpha-to-coverageRhys Perry2019-01-161-4/+5
* radv: add support for VK_EXT_memory_budgetSamuel Pitoiset2019-01-156-1/+124
* radv: add two small helpers for getting VRAM and visible VRAM sizesSamuel Pitoiset2019-01-151-5/+16
* radv: remove unnecessary returns in GetPhysicalDevice*Properties()Samuel Pitoiset2019-01-151-4/+4
* radv: Set partial_vs_wave for pipelines with just GS, not tess.Bas Nieuwenhuizen2019-01-151-8/+20
* radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen2019-01-141-1/+10
* radv: remove a few more unnecessary KHR suffixesEric Engestrom2019-01-103-11/+11
* ac/nir,radv,radeonsi/nir: use correct indices for interpolation intrinsicsRhys Perry2019-01-091-0/+2
* radv: skip draws with instance_count == 0Samuel Pitoiset2019-01-091-0/+13
* radv: enable variable pointersSamuel Pitoiset2019-01-091-1/+1
* radv: get rid of bunch of KHR suffixesSamuel Pitoiset2019-01-0910-164/+164
* nir: rename global/local to private/function memoryKarol Herbst2019-01-081-4/+4
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-12/+12
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* spirv: Add explicit pointer typesJason Ekstrand2019-01-081-0/+4
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* radv: Fix rasterization precision bits.Bas Nieuwenhuizen2019-01-071-3/+3
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-071-1/+0
* radv: Remove device path.Bas Nieuwenhuizen2019-01-072-3/+0
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-021-2/+2
* radv: Do a cache flush if needed before reading predicates.Bas Nieuwenhuizen2018-12-311-0/+2
* radv: Fix wrongly positioned paren.Bas Nieuwenhuizen2018-12-211-1/+1
* radv: enable shaderStorageImageMultisample feature on GFX8+Samuel Pitoiset2018-12-203-4/+4
* radv: add support for FMASK expandSamuel Pitoiset2018-12-207-0/+335
* radv: initialize FMASK for images in fully expanded modeSamuel Pitoiset2018-12-204-0/+39