summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* radv: move userdata sgpr ownership to compiler side.Dave Airlie2016-12-071-55/+126
* radv: refactor out the constant setting user sgpr code.Dave Airlie2016-12-071-18/+17
* radv: refactor out the descriptor user sgpr setting.Dave Airlie2016-12-071-18/+18
* radv: only bind descriptor sets to stages that need themDave Airlie2016-12-071-16/+29
* radv: move descriptor set userdata emission to draw flush time.Dave Airlie2016-12-071-2/+22
* radv: refactor descriptor set userdata emission out.Dave Airlie2016-12-071-15/+22
* radv: pass pipeline to constant flush functionDave Airlie2016-12-071-4/+6
* radv: consolidate compute pipeline flushing (v1.1)Dave Airlie2016-12-071-12/+14
* radv: set spi_baryc_cntl.pos_float_location to 0Dave Airlie2016-11-291-1/+1
* radv: force persample shading when required.Dave Airlie2016-11-291-3/+3
* radv: add support for VK_AMD_draw_indirect_countFredrik Höglund2016-11-241-14/+80
* radv: move pipeline barrier image transitions after src flushingDave Airlie2016-11-231-8/+12
* radv: make sure to flush input attachments correctly.Dave Airlie2016-11-211-0/+1
* radv: allow cmask transitions without fast clearDave Airlie2016-10-241-3/+0
* radv: decompress fmask before reading using texture unitDave Airlie2016-10-191-0/+3
* radv: start using defines for the user sgpr offsetsDave Airlie2016-10-191-12/+12
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-7/+7
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+2413