aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset2020-03-032-2/+2
* ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset2020-03-032-2/+2
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-032-2/+2
* radv: update entrypoints generation from ANVSamuel Pitoiset2020-03-024-171/+545
* radv/sqtt: add support for GFX10Samuel Pitoiset2020-03-024-99/+243
* radv/sqtt: update SPI_CONFIG_CNTL.EXP_PRIORITY_ORDER valueSamuel Pitoiset2020-03-021-1/+1
* radv/sqtt: do not assume that the number of shader engines is 4Samuel Pitoiset2020-03-021-4/+8
* radv/rgp: adjust trace memory/shader clocks to fix frame durationSamuel Pitoiset2020-03-021-2/+2
* radv: fix size of sqtt_file_chunk_asic_info on 32-bit systemSamuel Pitoiset2020-02-291-0/+1
* radv: fix 32-bit build failure in radv_queue_internal_submit()Samuel Pitoiset2020-02-291-1/+1
* radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>Samuel Pitoiset2020-02-283-5/+68
* radv: add initial SQTT files generation supportSamuel Pitoiset2020-02-284-0/+665
* radv: emit thread trace markers after every draw/dispatch callSamuel Pitoiset2020-02-281-0/+5
* radv: add initial SQ Thread Trace support for GFX9Samuel Pitoiset2020-02-284-0/+474
* radv: add a small helper that allows to submit internal CSSamuel Pitoiset2020-02-282-0/+22
* nir: Drop nir_tex_instr::texture_array_sizeJason Ekstrand2020-02-261-1/+0
* radv: fix creating null devices if KHR_display is enabledSamuel Pitoiset2020-02-261-1/+1
* radv: make use of ac_gpu_info::max_wave64_per_simdSamuel Pitoiset2020-02-261-6/+1
* radv/gfx10: adjust the number of VGPRs used to compute wavesSamuel Pitoiset2020-02-262-4/+2
* radv/gfx10: adjust the LDS size used to compute wavesSamuel Pitoiset2020-02-261-4/+2
* radv/gfx10: adjust SGPRs/VGPRs related infoSamuel Pitoiset2020-02-261-8/+11
* radv/gfx10: adjust the number of simd per compute unitSamuel Pitoiset2020-02-261-1/+2
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-2615-75/+568
* radv: add the trace BO to the BO list at submit timeSamuel Pitoiset2020-02-242-7/+4
* radv: use RADEON_FLAG_ZERO_VRAM when creating the trace BOSamuel Pitoiset2020-02-201-3/+2
* radv/winsys: add a new flag that requests zerovram allocationsSamuel Pitoiset2020-02-202-2/+6
* radv: Squelch possibly-undefined warningEric Anholt2020-02-181-1/+1
* radv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
* radv: add a comment about VK_AMD_mixed_attachment_samples on GFX6-GFX7Samuel Pitoiset2020-02-171-0/+1
* radv: enable VK_NV_compute_shader_derivatives on GFX6-GFX7Samuel Pitoiset2020-02-171-1/+1
* radv: enable VK_EXT_sampler_filter_minmax on GFX6Samuel Pitoiset2020-02-172-2/+2
* radv: enable shaderStorageImageMultisample on GFX6-GFX7Samuel Pitoiset2020-02-171-2/+2
* radv: remove unnecessary RADV_DEBUG=nobatchchain optionSamuel Pitoiset2020-02-145-15/+11
* radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADERSamuel Pitoiset2020-02-131-6/+5
* radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sischedSamuel Pitoiset2020-02-135-43/+32
* radv: remove LLVM sicheduler enable for The Talos PrincipleSamuel Pitoiset2020-02-131-9/+1
* radv: implement VK_EXT_line_rasterizationSamuel Pitoiset2020-02-135-7/+112
* radv: fix line width range and granularitySamuel Pitoiset2020-02-131-2/+2
* Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov2020-02-121-3/+3
* radv: set the chip name to GCN-NOOP when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-111-0/+1
* radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is setSamuel Pitoiset2020-02-115-0/+9
* radv: Do not redundantly set the RB+ regs on pipeline switch.Bas Nieuwenhuizen2020-02-112-1/+19
* radv: Optimize emitting index buffer changes.Bas Nieuwenhuizen2020-02-111-2/+7
* radv: Do not set SX DISABLE bits for RB+ with unused surfaces.Bas Nieuwenhuizen2020-02-041-6/+7
* radv: Allow non-dedicated linear images and buffer.Bas Nieuwenhuizen2020-02-022-6/+13
* radv: refactor physical device propertiesSamuel Pitoiset2020-01-291-250/+233
* radv/gfx10: re-enable NGG GSSamuel Pitoiset2020-01-291-15/+0
* radv/gfx10: implement NGG GS queriesSamuel Pitoiset2020-01-297-6/+155
* radv/gfx10: add a separate flag for creating a GDS OA bufferSamuel Pitoiset2020-01-293-7/+26
* radv: remove the non conformant VK implementation warning on GFX10Samuel Pitoiset2020-01-291-2/+1