aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_image.c
Commit message (Expand)AuthorAgeFilesLines
* radv: pass FMASK alignment to applicationDave Airlie2017-02-071-0/+1
* radv: Pass DCC alignment to application.Bas Nieuwenhuizen2017-02-071-0/+1
* radv: Pass CMASK alignment to application.Bas Nieuwenhuizen2017-02-071-0/+1
* radv: handle VK_QUEUE_FAMILY_IGNORED in image transitions (v3)Dave Airlie2017-02-021-4/+7
* radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen2017-01-161-9/+9
* 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