aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_pipeline_cache.c
Commit message (Expand)AuthorAgeFilesLines
* radv: use Mesa's u_atomic.h headerEric Engestrom2017-06-261-3/+4
* radv: Set variant code_size when created from the cache.Bas Nieuwenhuizen2017-04-201-0/+1
* Revert "radv: fallback to an in-memory cache when no pipline cache is provided"Dave Airlie2017-03-201-5/+2
* radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri2017-03-171-2/+5
* radv: move cache check inside insert and search functionsTimothy Arceri2017-03-171-1/+7
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-151-10/+10
* radv: trivial tidy upsTimothy Arceri2017-03-151-0/+1
* radv: Store shaders in VRAM.Bas Nieuwenhuizen2017-03-131-1/+1
* radv: add pipeline creation support for geometry shaders (v2.1)Dave Airlie2017-01-311-1/+3
* radv: Get physical device from radv_device instead of the instance.Bas Nieuwenhuizen2017-01-161-6/+4
* radv: Create single RADV_DEBUG env var.Bas Nieuwenhuizen2017-01-091-1/+1
* radv: Store UUID in physical device.Bas Nieuwenhuizen2016-11-221-4/+4
* radv: move to using shared vk_alloc inlines.Dave Airlie2016-10-191-5/+5
* radv: fix strict aliasing violationGrigori Goronzy2016-10-121-2/+5
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+475