summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* ac/nir: Support vulkan_resource_reindex.Bas Nieuwenhuizen2017-12-121-0/+14
* ac/nir: Don't load the descriptor in vulkan_resource_index.Bas Nieuwenhuizen2017-12-121-5/+13
* radv: Don't use local BOs when allocating with export options.Bas Nieuwenhuizen2017-12-101-1/+3
* radv: do not print ASM to stderr when dumping shadersSamuel Pitoiset2017-12-081-1/+1
* radv/winsys: implement query_value()Samuel Pitoiset2017-12-082-0/+72
* radv: remove useless check radv_set_dcc_need_cmask_elim_pred()Samuel Pitoiset2017-12-081-2/+1
* radv: remove useless checks in radv_set_{color,depth}_clear_regs()Samuel Pitoiset2017-12-081-4/+2
* radv: only re-mit the index type when it changesSamuel Pitoiset2017-12-082-10/+24
* radv: only reset command buffers that are not in the initial stateSamuel Pitoiset2017-12-081-4/+9
* radv: track different status of a command bufferSamuel Pitoiset2017-12-083-0/+17
* radv: fix TC-compat HTILE with VK_FORMAT_D32_SFLOAT_S8_UINT on VegaSamuel Pitoiset2017-12-081-0/+6
* radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset2017-12-071-11/+1
* radv: Add LLVM version to the device name stringAlex Smith2017-12-072-26/+37
* radv: fix a case statement in GetMemoryFdPropertiesKHRFredrik Höglund2017-12-061-1/+1
* radv: fix a crash in radv_can_dump_shader()Samuel Pitoiset2017-12-041-2/+2
* radv: Implement VK_KHR_get_surface_capabilities2Jason Ekstrand2017-12-042-0/+27
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-041-30/+6
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-17/+1
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-041-20/+21
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-1/+1
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-041-5/+10
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-041-34/+8
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-4/+3
* radv/wsi: Move the guts of QueuePresent to wsi commonDave Airlie2017-12-041-87/+5
* radv/wsi: drop allocate memory special caseDave Airlie2017-12-042-20/+6
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-123/+1
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-117/+20
* radv: Move wsi initialization later in physical_device_initJason Ekstrand2017-12-041-6/+7
* radv/image: Implement the wsi "extension"Jason Ekstrand2017-12-042-2/+12
* radv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-043-12/+29
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-041-1/+9
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-17/+14
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-041-1/+2
* ac: add si_nir_load_input_gs() to the abiTimothy Arceri2017-12-042-14/+34
* ac: move build_varying_gather_values() to ac_llvm_build.h and exposeTimothy Arceri2017-12-043-28/+32
* ac: add basic nir -> llvm type helperTimothy Arceri2017-12-041-0/+22
* radv: enable nir varying array splittingTimothy Arceri2017-12-041-0/+3
* radv: enable nir component packingTimothy Arceri2017-12-041-0/+6
* spirv: Convert the supported_extensions struct to spirv_optionsJason Ekstrand2017-12-021-10/+13
* amd: remove always-true BRAHMA_BUILD defineEric Engestrom2017-12-014-18/+4
* radv: only reset command buffers when the allocation failsSamuel Pitoiset2017-12-011-4/+14
* radv: do not dump meta shaders with RADV_DEBUG=shadersSamuel Pitoiset2017-12-013-5/+12
* radv: do not allocate CMASK or DCC for small surfacesSamuel Pitoiset2017-11-301-0/+10
* radv: do not set DISABLE_LSB_CEIL on GFX9Samuel Pitoiset2017-11-301-1/+1
* radv: remove set but unnecessary radv_color_buffer_info::micro_tile_modeSamuel Pitoiset2017-11-302-2/+0
* radv: do not store gfx9_epitch in radv_color_buffer_infoSamuel Pitoiset2017-11-303-7/+4
* ac/surface: always compute DCC info when DCC is possible on GFX9Marek Olšák2017-11-301-1/+0
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-292-0/+56
* radeonsi: move/remove ac_shader_binary helpersMarek Olšák2017-11-292-0/+14
* ac/surface: enable DCC computation for MSAAMarek Olšák2017-11-292-5/+4