aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-271-9/+0
* ac: add has_tc_compat_zrange_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-271-4/+0
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+0
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-271-4/+1
* ac: add has_load_ctx_reg_pkt to ac_gpu_infoSamuel Pitoiset2019-08-271-5/+0
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-271-1/+0
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-271-4/+0
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-271-3/+0
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-271-5/+0
* radv: Change memory type order for GPUs without dedicated VRAMAlex Smith2019-08-241-3/+15
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-231-1/+1
* radv: add RADV_DEBUG=allentrypointsAndres Rodriguez2019-08-211-8/+19
* radv: implement VK_AMD_shader_core_properties2Samuel Pitoiset2019-08-211-0/+9
* radv: force enable VK_AMD_shader_ballot for Wolfenstein YoungbloodSamuel Pitoiset2019-08-211-0/+8
* radv: add a new debug option called RADV_DEBUG=noshaderballotSamuel Pitoiset2019-08-211-0/+1
* radv: allow to enable VK_AMD_shader_ballot only on GFX8+Samuel Pitoiset2019-08-211-1/+2
* radv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU 3.6.0+Samuel Pitoiset2019-08-201-3/+6
* radv: Add Renoir support.Bas Nieuwenhuizen2019-08-191-3/+5
* Revert "radv/gfx10: Enable DCC for storage images."Bas Nieuwenhuizen2019-08-161-1/+0
* radv: Enable VK_KHR_pipeline_executable_properties.Bas Nieuwenhuizen2019-08-121-0/+6
* amd: prepare dropping include of p_compiler.hLionel Landwerlin2019-08-091-1/+1
* radv/gfx10: Enable DCC for storage images.Bas Nieuwenhuizen2019-08-071-0/+1
* radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-021-0/+6
* radv: Implement VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-021-9/+23
* radv: Store color/depth surface info in attachment info instead of framebuffer.Bas Nieuwenhuizen2019-08-021-9/+4
* ac/nir,radv: Optimize bounds check for 64 bit CAS.Bas Nieuwenhuizen2019-08-021-0/+3
* radv: remove radv_get_image_fmask_info()Samuel Pitoiset2019-08-021-6/+6
* radv: remove radv_get_image_cmask_info()Samuel Pitoiset2019-08-021-2/+2
* radv: Enable VK_KHR_shader_atomic_int64Bas Nieuwenhuizen2019-08-021-5/+2
* radv/gfx10: add Wave32 support for vertex, tessellation and geometry shadersSamuel Pitoiset2019-08-021-0/+5
* radv/gfx10: add Wave32 support for fragment shadersSamuel Pitoiset2019-08-021-0/+6
* radv/gfx10: add Wave32 support for compute shadersSamuel Pitoiset2019-07-311-1/+11
* radv: implement VK_EXT_index_type_uint8Samuel Pitoiset2019-07-291-0/+6
* radv/gfx10: Enable binning.Bas Nieuwenhuizen2019-07-231-2/+1
* radv/gfx10: enable CLEAR_stateSamuel Pitoiset2019-07-231-2/+1
* radv/gfx10: do not set ELEMENT_SIZE for buffer descriptorsSamuel Pitoiset2019-07-221-4/+4
* radv: clean up fill_geom_tess_rings()Samuel Pitoiset2019-07-221-25/+9
* radv: change a bunch of >= GFX9 to == GFX9Samuel Pitoiset2019-07-221-1/+1
* radv: replace memset()+strcpy() with snprintf()Eric Engestrom2019-07-211-3/+1
* radv: drop unnecessary memset() before snprintf()Eric Engestrom2019-07-211-1/+0
* radv: put back VGT_FLUSH at ring init on gfx10Dave Airlie2019-07-181-4/+2
* radv: add an option for disabling NGG on GFX10Samuel Pitoiset2019-07-171-0/+1
* radv/gfx10: disable the TC compat zrange workaroundSamuel Pitoiset2019-07-171-0/+2
* radv/gfx10: enable geometry shadersSamuel Pitoiset2019-07-111-1/+1
* radv/gfx10: Enable tess.Bas Nieuwenhuizen2019-07-091-1/+1
* radv/gfx10: Use correct count of max_offchip_buffers.Bas Nieuwenhuizen2019-07-091-1/+4
* radv/gfx10: Load global pointers in correct userdata registers for hs/gs.Bas Nieuwenhuizen2019-07-091-2/+2
* radv: do not emit VGT_FLUSH on GFX10Samuel Pitoiset2019-07-081-2/+5
* radv/gfx10: double the number of tessellation offchip buffers per SESamuel Pitoiset2019-07-071-3/+5