aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_image.c
Commit message (Expand)AuthorAgeFilesLines
* radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen2017-01-091-2/+2
* radv: only allow cmask/dcc in color optimal.Dave Airlie2016-12-301-3/+2
* radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.Dave Airlie2016-12-301-3/+6
* radv: Also skip DCC clear flushes for compute.Bas Nieuwenhuizen2016-12-271-3/+3
* radv/image: only touch queue family info for concurrent images.Dave Airlie2016-12-211-2/+4
* radv: Don't enable CMASK on compute queues.Bas Nieuwenhuizen2016-12-181-2/+16
* radv: Use correct pitch for views with different block size.Bas Nieuwenhuizen2016-12-181-1/+4
* radv/si: fix optimal micro tile selectionDave Airlie2016-11-271-7/+7
* radv: fix image view creation for depth and stencil onlyDave Airlie2016-11-211-13/+8
* radv: drop some unused cmask info members.Dave Airlie2016-11-011-4/+0
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-6/+6
* radv: trivial case stmt style fixupsEdward O'Callaghan2016-10-121-3/+3
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+1030