summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_formats.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13radv: disabled scaled formats for transfers.Dave Airlie1-7/+10
2017-03-05radv: drop Z24 support.Dave Airlie1-3/+0
2017-02-28radv/formats: add fast clear for 8-bit signed ints.Dave Airlie1-0/+16
2017-02-19radv: fix typo in a2b10g10r10 fast clear calculation.Dave Airlie1-1/+1
2017-02-16radv: add fast color clear for b10g11r11Dave Airlie1-0/+5
2017-02-08radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.Bas Nieuwenhuizen1-2/+6
2017-01-30radv: Expose transfer format features.Bas Nieuwenhuizen1-0/+11
2017-01-30radv: Don't allow any operations on non-supported depth/stencil formats.Bas Nieuwenhuizen1-4/+5
2017-01-28radv: implement VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2Dave Airlie1-0/+36
2016-12-26radv: fix rendering to b10g11r11_ufloat_pack32Dave Airlie1-1/+1
2016-11-21radv: fix image view creation for depth and stencil onlyDave Airlie1-0/+1
2016-10-12radv: fix uninitialized variablesGrigori Goronzy1-1/+1
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+1085