summaryrefslogtreecommitdiff
path: root/src/intel/vulkan/anv_util.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-20anv: Take a device in anv_perf_warnJason Ekstrand1-2/+2
2018-10-26anv/util: Split a vk_errorv helper out of vk_errorfJason Ekstrand1-6/+17
2018-10-26anv: Handle the device loss abort in anv_device_set_lostJason Ekstrand1-5/+0
2018-07-18anv: give more room to debug reportCaio Marcelo de Oliveira Filho1-2/+2
2018-01-19anv: avoid segmentation fault due to vk_error()Samuel Iglesias Gonsálvez1-8/+10
2018-01-17vulkan: move anv VK_EXT_debug_report implementation to common code.Bas Nieuwenhuizen1-16/+16
2017-10-17anv: Better support for Android logging (v2)Chad Versace1-18/+3
2017-09-12anv: wire up vk_errorf macro to do debug reportingTapani Pälli1-3/+18
2017-09-12anv: wire up anv_perf_warn macro to do debug reportingTapani Pälli1-2/+16
2017-05-18anv: Add an option to abort on device lossJason Ekstrand1-0/+5
2017-03-07anv: Add a performance warning helperJason Ekstrand1-0/+13
2017-02-22vulkan/util: Add generator for enum_to_str functionsDylan Baker1-34/+2
2017-01-27anv: add missing extension errors in vk_errorf()Eric Engestrom1-0/+5
2017-01-27anv: add missing core errors in vk_errorf()Eric Engestrom1-0/+3
2017-01-27anv: don't assert on out of memory descriptor pool in debug modeLionel Landwerlin1-0/+2
2017-01-13anv: remove some unused macros and functionsGrazvydas Ignotas1-19/+0
2016-10-19anv: port to using new u_vector shared helper.Dave Airlie1-75/+0
2016-03-03anv/util: Fix vector resizingJason Ekstrand1-12/+19
2016-02-18Move the intel vulkan driver to src/intel/vulkanJason Ekstrand1-0/+195