aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson: build r600 driverDylan Baker2017-11-281-2/+0
* ac/surface: fix indentationNicolai Hähnle2017-11-281-1/+1
* amd/common: sid.h cleanupsNicolai Hähnle2017-11-282-19/+37
* radv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIORITY_*Jason Ekstrand2017-11-271-4/+4
* ac: pack legacy_surf_level betterMarek Olšák2017-11-271-3/+3
* ac: change legacy_surf_level::slice_size to dword unitsMarek Olšák2017-11-273-6/+6
* ac: pack ac_surface betterMarek Olšák2017-11-271-4/+5
* ac/nir: don't write tcs outputs to LDS that aren't read back.Dave Airlie2017-11-271-1/+16
* Revert "radv: remove unnecessary memset() in radv_AllocateCommandBuffers()"Samuel Pitoiset2017-11-241-0/+3
* radv/winsys: improve error messages when the buffer list creation failedSamuel Pitoiset2017-11-241-3/+6
* radv/winsys: do not try to create a BO list with 0 buffersSamuel Pitoiset2017-11-241-3/+9
* amd: build addrlib with C++11Nicolai Hähnle2017-11-201-1/+1
* radv: use a 16 bytes array for the sampled/storage image descriptorsSamuel Pitoiset2017-11-203-12/+8
* radv: do not add the query pool BO to the list in vkCmdEndQuery()Samuel Pitoiset2017-11-201-1/+3