| Commit message (Expand) | Author | Age | Files | Lines |
* | vulkan/wsi: Drop the can_handle_different_gpu parameter from get_support | Jason Ekstrand | 2017-12-04 | 1 | -1/+1 |
* | vulkan/wsi: Add a helper for AcquireNextImage | Jason Ekstrand | 2017-12-04 | 1 | -5/+10 |
* | vulkan/wsi: move swapchain create/destroy to common code | Dave Airlie | 2017-12-04 | 1 | -34/+8 |
* | vulkan/wsi: Move get_images into common code | Jason Ekstrand | 2017-12-04 | 1 | -4/+3 |
* | radv/wsi: Move the guts of QueuePresent to wsi common | Dave Airlie | 2017-12-04 | 1 | -87/+5 |
* | radv/wsi: drop allocate memory special case | Dave Airlie | 2017-12-04 | 2 | -20/+6 |
* | vulkan/wsi: Do image creation in common code | Jason Ekstrand | 2017-12-04 | 1 | -123/+1 |
* | vulkan/wsi: Implement prime in a completely generic way | Jason Ekstrand | 2017-12-04 | 1 | -117/+20 |
* | radv: Move wsi initialization later in physical_device_init | Jason Ekstrand | 2017-12-04 | 1 | -6/+7 |
* | radv/image: Implement the wsi "extension" | Jason Ekstrand | 2017-12-04 | 2 | -2/+12 |
* | radv: Implement VK_EXT_external_memory_dma_buf | Jason Ekstrand | 2017-12-04 | 3 | -12/+29 |
* | vulkan/wsi: Add a wsi_device_init function | Jason Ekstrand | 2017-12-04 | 1 | -1/+9 |
* | vulkan/wsi: Add a wsi_image structure | Daniel Stone | 2017-12-04 | 1 | -17/+14 |
* | vulkan/wsi: use function ptr definitions from the spec. | Dave Airlie | 2017-12-04 | 1 | -1/+2 |
* | ac: add si_nir_load_input_gs() to the abi | Timothy Arceri | 2017-12-04 | 2 | -14/+34 |
* | ac: move build_varying_gather_values() to ac_llvm_build.h and expose | Timothy Arceri | 2017-12-04 | 3 | -28/+32 |
* | ac: add basic nir -> llvm type helper | Timothy Arceri | 2017-12-04 | 1 | -0/+22 |
* | radv: enable nir varying array splitting | Timothy Arceri | 2017-12-04 | 1 | -0/+3 |
* | radv: enable nir component packing | Timothy Arceri | 2017-12-04 | 1 | -0/+6 |
* | spirv: Convert the supported_extensions struct to spirv_options | Jason Ekstrand | 2017-12-02 | 1 | -10/+13 |
* | amd: remove always-true BRAHMA_BUILD define | Eric Engestrom | 2017-12-01 | 4 | -18/+4 |
* | radv: only reset command buffers when the allocation fails | Samuel Pitoiset | 2017-12-01 | 1 | -4/+14 |
* | radv: do not dump meta shaders with RADV_DEBUG=shaders | Samuel Pitoiset | 2017-12-01 | 3 | -5/+12 |
* | radv: do not allocate CMASK or DCC for small surfaces | Samuel Pitoiset | 2017-11-30 | 1 | -0/+10 |
* | radv: do not set DISABLE_LSB_CEIL on GFX9 | Samuel Pitoiset | 2017-11-30 | 1 | -1/+1 |
* | radv: remove set but unnecessary radv_color_buffer_info::micro_tile_mode | Samuel Pitoiset | 2017-11-30 | 2 | -2/+0 |
* | radv: do not store gfx9_epitch in radv_color_buffer_info | Samuel Pitoiset | 2017-11-30 | 3 | -7/+4 |
* | ac/surface: always compute DCC info when DCC is possible on GFX9 | Marek Olšák | 2017-11-30 | 1 | -1/+0 |
* | radeonsi: dismantle si_common_screen_init/destroy | Marek Olšák | 2017-11-29 | 2 | -0/+56 |
* | radeonsi: move/remove ac_shader_binary helpers | Marek Olšák | 2017-11-29 | 2 | -0/+14 |
* | ac/surface: enable DCC computation for MSAA | Marek Olšák | 2017-11-29 | 2 | -5/+4 |
* | meson: build r600 driver | Dylan Baker | 2017-11-28 | 1 | -2/+0 |
* | ac/surface: fix indentation | Nicolai Hähnle | 2017-11-28 | 1 | -1/+1 |
* | amd/common: sid.h cleanups | Nicolai Hähnle | 2017-11-28 | 2 | -19/+37 |
* | radv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIORITY_* | Jason Ekstrand | 2017-11-27 | 1 | -4/+4 |
* | ac: pack legacy_surf_level better | Marek Olšák | 2017-11-27 | 1 | -3/+3 |
* | ac: change legacy_surf_level::slice_size to dword units | Marek Olšák | 2017-11-27 | 3 | -6/+6 |
* | ac: pack ac_surface better | Marek Olšák | 2017-11-27 | 1 | -4/+5 |
* | ac/nir: don't write tcs outputs to LDS that aren't read back. | Dave Airlie | 2017-11-27 | 1 | -1/+16 |
* | Revert "radv: remove unnecessary memset() in radv_AllocateCommandBuffers()" | Samuel Pitoiset | 2017-11-24 | 1 | -0/+3 |
* | radv/winsys: improve error messages when the buffer list creation failed | Samuel Pitoiset | 2017-11-24 | 1 | -3/+6 |
* | radv/winsys: do not try to create a BO list with 0 buffers | Samuel Pitoiset | 2017-11-24 | 1 | -3/+9 |
* | amd: build addrlib with C++11 | Nicolai Hähnle | 2017-11-20 | 1 | -1/+1 |
* | radv: use a 16 bytes array for the sampled/storage image descriptors | Samuel Pitoiset | 2017-11-20 | 3 | -12/+8 |
* | radv: do not add the query pool BO to the list in vkCmdEndQuery() | Samuel Pitoiset | 2017-11-20 | 1 | -1/+3 |
* | radv: only load needed depth clear regs for fast depth clears | Samuel Pitoiset | 2017-11-20 | 1 | -2/+12 |
* | radv: do not add the image BO in radv_set_depth_clear_regs() | Samuel Pitoiset | 2017-11-20 | 1 | -2/+0 |
* | radv: remove useless assertion in emit_depthstencil_clear() | Samuel Pitoiset | 2017-11-20 | 1 | -4/+0 |
* | radv: remove useless check in radv_set_depth_clear_regs() | Samuel Pitoiset | 2017-11-20 | 1 | -1/+1 |
* | radeon/common: add vcn enc ip info query | Boyuan Zhang | 2017-11-17 | 1 | -1/+9 |