summaryrefslogtreecommitdiff
path: root/src/amd/vulkan/radv_image.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-16radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen1-9/+9
2017-01-09radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen1-2/+2
2016-12-30radv: only allow cmask/dcc in color optimal.Dave Airlie1-3/+2
2016-12-30radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.Dave Airlie1-3/+6
2016-12-27radv: Also skip DCC clear flushes for compute.Bas Nieuwenhuizen1-3/+3
2016-12-21radv/image: only touch queue family info for concurrent images.Dave Airlie1-2/+4
2016-12-18radv: Don't enable CMASK on compute queues.Bas Nieuwenhuizen1-2/+16
2016-12-18radv: Use correct pitch for views with different block size.Bas Nieuwenhuizen1-1/+4
2016-11-27radv/si: fix optimal micro tile selectionDave Airlie1-7/+7
2016-11-21radv: fix image view creation for depth and stencil onlyDave Airlie1-13/+8
2016-11-01radv: drop some unused cmask info members.Dave Airlie1-4/+0
2016-10-19radv: move to using shared vk_alloc inlines.Dave Airlie1-6/+6
2016-10-12radv: trivial case stmt style fixupsEdward O'Callaghan1-3/+3
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+1030