summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-04anv: Move extension tables to anv_device.cJason Ekstrand6-135/+192
2021-02-04anv,vulkan: Move anv_icd.py to a common locationJason Ekstrand2-79/+1
2021-02-04anv: Make anv_icd.py more generic and independentJason Ekstrand2-15/+46
2021-02-04anv: Pull the patch version from the XMLJason Ekstrand2-4/+18
2021-02-04vulkan: Add a common helper for enumerating instance extension propertiesJason Ekstrand1-10/+4
2021-02-03intel/perf: introduce additional ralloc context parameterTapani Pälli2-2/+6
2021-02-03intel/perf: cleanup, remove duplicate function declarationTapani Pälli1-9/+0
2021-02-02anv: Implement VK_KHR_zero_initialize_workgroup_memoryCaio Marcelo de Oliveira Filho3-0/+24
2021-02-02anv: switch intel perf queries to query layoutLionel Landwerlin1-104/+84
2021-02-02anv: switch khr perf query code to use query layoutLionel Landwerlin3-127/+305
2021-02-02anv: compute commands required to implement perf queriesLionel Landwerlin3-8/+41
2021-02-02intel/perf: drop the special READ_REG operatorLionel Landwerlin13-123/+114
2021-02-02intel/perf: add DG1 supportLionel Landwerlin4-2/+10760
2021-02-02intel/perf: add RKL supportLionel Landwerlin4-2/+8525
2021-02-02intel/dev: identify rocketlakeLionel Landwerlin2-0/+3
2021-02-02intel/perf: break TGL perf configs in GT1/2Lionel Landwerlin5-104/+8721
2021-02-02intel/dev: identify tigerlakeLionel Landwerlin2-0/+3
2021-02-02intel/perf: add async compute metricsLionel Landwerlin9-9/+2799
2021-02-02intel/perf: small ICL equation refactorLionel Landwerlin1-19/+19
2021-02-02intel/perf: update files from IGTLionel Landwerlin15-5789/+9925
2021-02-02intel/perf: remove reordering scriptLionel Landwerlin1-10319/+0
2021-02-02intel/perf: reorder xml filesLionel Landwerlin15-84660/+84660
2021-02-02intel/perf: add reorder scriptLionel Landwerlin1-0/+10319
2021-02-02intel/perf: rename lkf into ehlLionel Landwerlin4-22/+22
2021-02-02anv: remove unused query pool fieldLionel Landwerlin1-1/+0
2021-02-02anv: fix layout commentLionel Landwerlin1-1/+1
2021-02-02intel/perf: switch query code to use query layoutLionel Landwerlin1-33/+62
2021-02-02intel/perf: add performance query layout using MI_SRMLionel Landwerlin5-14/+118
2021-02-02intel/perf: query register descriptionsLionel Landwerlin3-2/+203
2021-02-02intel/perf: prep work to enable new perf countersLionel Landwerlin8-61/+72
2021-02-02genxml: PERFCNT registers are available since HSWLionel Landwerlin1-0/+18
2021-02-01intel: combine common gather routines in INTEL_MEASUREMark Janes3-60/+57
2021-02-01intel: support secondary command buffers in INTEL_MEASUREMark Janes5-31/+100
2021-02-01intel: stop tracking submission state in INTEL_MEASUREMark Janes2-26/+8
2021-02-01anv: add hooks to call INTEL_MEASUREMark Janes6-3/+63
2021-02-01blorp: add hook for INTEL_MEASUREMark Janes6-0/+58
2021-02-01anv: implement anv layer of INTEL_MEASUREMark Janes4-0/+626
2021-02-01anv: enable timestamp for INTEL_MEASUREMark Janes2-0/+14
2021-02-01intel: Print GPU timing data based on INTEL_MEASUREMark Janes3-0/+755
2021-02-01vulkan: Drop the type_prefix parameter from gen_extensionsJason Ekstrand1-2/+1
2021-02-01vulkan: Rework vk_device_init and friendsJason Ekstrand1-2/+1
2021-02-01anv,radv: Use common entrypoints for VK_KHR_deferred_operationJason Ekstrand1-43/+0
2021-02-01vulkan: Make the debug_report implementation internalJason Ekstrand4-7/+6
2021-02-01vulkan: Use vk_object_base::type for debug_reportJason Ekstrand4-18/+7
2021-02-01anv: Use vk_object_base::type for debug_reportJason Ekstrand8-160/+53
2021-02-01anv: Switch to the common VK_EXT_debug_reportJason Ekstrand5-56/+7
2021-02-01vulkan,anv: Move VK_KHR_copy_commands2 wrappers to common codeJason Ekstrand1-207/+0
2021-02-01vulkan,anv: Move a bunch of trivial wrappers to common codeJason Ekstrand2-123/+0
2021-02-01anv: Make Get*MemoryRequirements a wrapperJason Ekstrand1-34/+45
2021-02-01vulkan,anv: Add common entrypoints for VK_EXT_private_dataJason Ekstrand1-46/+0