summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_formats.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Update MAX_API_VERSION to 1.1.0Bas Nieuwenhuizen2018-03-071-4/+4
* radv: implement VK_EXT_external_memory_hostFredrik Höglund2018-02-081-6/+24
* radv: Don't allow 3d or 1d depth/stencil textures.Bas Nieuwenhuizen2018-01-221-0/+3
* radv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-041-2/+6
* radv: it isn't an error to not support a format or driverDave Airlie2017-11-161-1/+1
* radv: use vk_error() everywhere an error is returnedSamuel Pitoiset2017-11-131-1/+1
* radv: Add R16G16B16A16_SNORM fast clear supportAlex Smith2017-10-111-0/+6
* amd: move r600d_common.h into r600gMarek Olšák2017-10-091-15/+14
* radv: Add code to check if two formats can share DCC metadata.Bas Nieuwenhuizen2017-09-161-0/+85
* radv/gfx9: don't expose linear depth on vega.Dave Airlie2017-08-241-0/+4
* radv: don't set dedicated bit for buffer external memory.Dave Airlie2017-07-241-2/+1
* radv/clear: add r32g32b32a32 fast clear support (v2)Dave Airlie2017-07-171-0/+21
* radv: Implement VK_KHR_external_memoryJason Ekstrand2017-07-151-0/+112
* radv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand2017-07-151-112/+0
* util/vulkan: Move Vulkan utilities to src/vulkan/utilAlex Smith2017-06-061-1/+2
* radv: add external memory support.Dave Airlie2017-06-051-1/+120
* radv/formats: reverse how the image format properties KHR2 is handledDave Airlie2017-06-051-30/+46
* radv: don't advertise transfer props unless we can do anything elseDave Airlie2017-05-051-2/+2
* radv: support S8_UINT as a depth/stencil format.Dave Airlie2017-04-141-1/+1
* radv: disabled scaled formats for transfers.Dave Airlie2017-03-131-7/+10
* radv: drop Z24 support.Dave Airlie2017-03-051-3/+0
* radv/formats: add fast clear for 8-bit signed ints.Dave Airlie2017-02-281-0/+16
* radv: fix typo in a2b10g10r10 fast clear calculation.Dave Airlie2017-02-191-1/+1
* radv: add fast color clear for b10g11r11Dave Airlie2017-02-161-0/+5
* radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.Bas Nieuwenhuizen2017-02-081-2/+6
* radv: Expose transfer format features.Bas Nieuwenhuizen2017-01-301-0/+11
* radv: Don't allow any operations on non-supported depth/stencil formats.Bas Nieuwenhuizen2017-01-301-4/+5
* radv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2Dave Airlie2017-01-281-0/+36
* radv: fix rendering to b10g11r11_ufloat_pack32Dave Airlie2016-12-261-1/+1
* radv: fix image view creation for depth and stencil onlyDave Airlie2016-11-211-0/+1
* radv: fix uninitialized variablesGrigori Goronzy2016-10-121-1/+1
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1085