summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_device.c
Commit message (Expand)AuthorAgeFilesLines
* radv: always check the return error when submitting a CSSamuel Pitoiset2018-06-221-5/+11
* radv: check the return values of radv_signal_fence()Samuel Pitoiset2018-06-221-2/+7
* radv: change the returned error in radv_signal_fence()Samuel Pitoiset2018-06-221-2/+1
* radv: Add KHR_display extension to radv [v5]Keith Packard2018-06-191-0/+17
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-0/+8
* amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbufMarek Olšák2018-06-191-13/+13
* radv: allow RADV_PERFTEST=dccmsaa on GFX9Samuel Pitoiset2018-06-151-2/+2
* radv: add RADV_DEBUG=checkirSamuel Pitoiset2018-06-151-0/+1
* radv: fix missing ZRANGE_PRECISION(1) for GFX9+Samuel Pitoiset2018-06-091-1/+2
* radv: Add startup debug option.Bas Nieuwenhuizen2018-05-311-2/+27
* radv: Add option to print errors even in optimized builds.Bas Nieuwenhuizen2018-05-311-53/+60
* radv: Make the sem_info allocate/free functions static.Bas Nieuwenhuizen2018-05-311-7/+9
* radv: Only expose subgroup shuffles on VI+.Bas Nieuwenhuizen2018-05-301-2/+5
* radv: add support for 32-bit pointers in user data SGPRsSamuel Pitoiset2018-05-221-2/+4
* radv: fix VK_EXT_descriptor_indexingChristoph Haag2018-05-201-1/+1
* radv: add radv_emit_shader_pointer() helperSamuel Pitoiset2018-05-171-6/+2
* radv: add some helpers for cleaning up radv_get_preamble_cs()Samuel Pitoiset2018-05-171-86/+128
* amd: remove support for LLVM 4.0Marek Olšák2018-05-171-6/+3
* radv: allow to print GPU info with RADV_DEBUG=infoSamuel Pitoiset2018-05-171-0/+4
* radv: only pass the global BO list at submit time if enabledSamuel Pitoiset2018-05-171-2/+6
* radv: remove radv_device::llvm_supports_spillSamuel Pitoiset2018-05-171-2/+0
* radv: move handling nosisched option in a better placeSamuel Pitoiset2018-05-101-12/+6
* radv: assorted typo fixesGrazvydas Ignotas2018-05-101-3/+3
* radv: UseEnumerateInstanceVersion for the default version.Bas Nieuwenhuizen2018-05-021-1/+1
* radv: Don't check the incoming apiVersion on CreateInstance.Bas Nieuwenhuizen2018-05-021-9/+0
* radv: enable out-of-order rasterization by defaultSamuel Pitoiset2018-05-021-2/+2
* radv: use common gs_table_depth code.Dave Airlie2018-04-241-30/+2
* radv/gfx9: don't use gs_table_depth on gfx9.Dave Airlie2018-04-241-3/+3
* radv: advertise 8 bits of subpixel precision for viewportsJózef Kucia2018-04-231-1/+1
* radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen2018-04-201-3/+5
* radv: use a global BO list only for VK_EXT_descriptor_indexingSamuel Pitoiset2018-04-201-6/+26
* radv: Add Vega M support.Bas Nieuwenhuizen2018-04-191-1/+4
* radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen2018-04-191-0/+1
* radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset2018-04-191-0/+4
* radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen2018-04-181-0/+60
* radv: Keep a global BO list for VkMemory.Bas Nieuwenhuizen2018-04-181-32/+93
* radv: enable subgroup capabilitiesDaniel Schürmann2018-04-141-2/+8
* radv: Implement VK_EXT_vertex_attribute_divisor.Bas Nieuwenhuizen2018-04-121-0/+6
* radv: add radv_init_dcc_control_reg() helperSamuel Pitoiset2018-04-121-32/+52
* radv: Enable RB+ on Raven.Bas Nieuwenhuizen2018-04-111-1/+2
* radv: implement VK_AMD_shader_core_propertiesSamuel Pitoiset2018-04-091-0/+40
* radv: add radv_image_is_tc_compat_htile() helperSamuel Pitoiset2018-04-091-5/+5
* radv: simplify a check in radv_initialise_color_surface()Samuel Pitoiset2018-04-091-1/+1
* radv: clean up radv_vi_dcc_enabled()Samuel Pitoiset2018-04-091-1/+1
* radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpersSamuel Pitoiset2018-04-091-5/+5
* radv: implement out-of-order rasterization when it's safe on VI+Samuel Pitoiset2018-04-041-0/+7
* radv: mask out high VM address bits in registers where neededSamuel Pitoiset2018-04-041-1/+1
* radv: add support for VK_EXT_sampler_filter_minmaxSamuel Pitoiset2018-03-281-1/+34
* radv: rename VEGA10 device nameSamuel Pitoiset2018-03-281-1/+1
* radv: add support for Vega12Samuel Pitoiset2018-03-281-1/+4