aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac/nir_to_llvm: fix interpolateAt* for structsTimothy Arceri2019-01-231-12/+13
* ac/nir_to_llvm: add bindless support for uniform handlesTimothy Arceri2019-01-231-0/+28
* radeonsi: correct WRITE_DATA.DST_SEL definitionsMarek Olšák2019-01-224-12/+12
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-2/+2
* 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_shared to nir_var_mem_sharedKarol Herbst2019-01-191-4/+4
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-192-7/+7
* ac/nir_to_llvm: fix interpolateAt* for arraysTimothy Arceri2019-01-191-19/+58
* 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
* ac/nir_to_llvm: add support for structs to get_sampler_desc()Timothy Arceri2019-01-171-19/+26
* ac/nir_to_llvm: fix regression in bindless supportTimothy Arceri2019-01-171-1/+6
* ac/nir_to_llvm: fix type handling in image codeTimothy Arceri2019-01-171-15/+12
* radv: use dithered alpha-to-coverageRhys Perry2019-01-161-4/+5
* ac/nir: don't trash L1 caches for store operations with writeonly memorySamuel Pitoiset2019-01-161-5/+15
* winsys/amdgpu: fix whitespaceMarek Olšák2019-01-151-1/+1
* 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
* ac: add missing 16-bit types to glsl_base_to_llvm_type()Samuel Pitoiset2019-01-141-1/+6
* radv: Only use 32 KiB per threadgroup on Stoney.Bas Nieuwenhuizen2019-01-141-1/+10
* ac/nir: set cache policy when loading/storing buffer imagesSamuel Pitoiset2019-01-141-14/+11
* ac/nir: add get_cache_policy() helper and use itSamuel Pitoiset2019-01-141-12/+26
* amd/common: Restore v4i32 suffix for llvm.SI.load.const intrinsicMichel Dänzer2019-01-141-1/+1
* amd/common/vi+: enable SMEM loads with GLC=1Nicolai Hähnle2019-01-141-3/+7
* amd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0Nicolai Hähnle2019-01-141-4/+8
* 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-093-1/+6
* 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-082-7/+7
* 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
* amd/common: Add some parentheses to silence warning.Bas Nieuwenhuizen2019-01-071-2/+2