aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_meta_fast_clear.c
Commit message (Expand)AuthorAgeFilesLines
...
* radv: introduce the concept of meta save flagsSamuel Pitoiset2017-10-061-1/+1
* radv: remove useless checks around radv_CmdBindPipeline()Samuel Pitoiset2017-10-041-4/+2
* radv: cleanup radv_device_finish_meta_XXX() helpersSamuel Pitoiset2017-10-021-16/+8
* radv: select the pipeline outside of emit_fast_clear_flush()Samuel Pitoiset2017-10-021-12/+11
* radv: do not need to double zero-init the meta state structuresSamuel Pitoiset2017-10-021-2/+0
* radv: Don't use a virtual function for getting the buffer virtual address.Bas Nieuwenhuizen2017-09-201-1/+1
* radv: predicate cmask eliminate when using DCC.Dave Airlie2017-07-171-0/+22
* radv: Remove unused args of radv_image_view_init.Bas Nieuwenhuizen2017-06-261-2/+1
* radv: move some image info into a separate struct.Dave Airlie2017-05-031-5/+5
* radv/meta: refactor out some common shaders.Dave Airlie2017-04-191-39/+2
* radv/meta: move fast clear to generate vertices in shader.Dave Airlie2017-04-191-68/+6
* radv: Set proper viewport & scissor for meta draws.Bas Nieuwenhuizen2017-03-301-12/+40
* radv: Don't flush the CB before doing a fast clear eliminate.Bas Nieuwenhuizen2017-03-091-2/+0
* radv: Don't emit cache flushes on subpass switch.Bas Nieuwenhuizen2017-03-091-1/+0
* radv: Handle VK_REMAINING_ARRAY_LAYERS in fast clear eliminate.Bas Nieuwenhuizen2017-02-191-2/+2
* radv: handle layered fast clears.Dave Airlie2017-02-191-25/+31
* radv: add some asserts for operations on general queueDave Airlie2016-12-271-0/+1
* nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri2016-10-261-2/+2
* radv: decompress fmask before reading using texture unitDave Airlie2016-10-191-6/+0
* radv: simplify fast clear shadersDave Airlie2016-10-191-46/+2
* radv: drop the RADV_CALL macro.Dave Airlie2016-10-121-7/+7
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+536