mesa/src/intel
Eric Engestrom 1942073112 intel/perf: fix regex escaping
`\$` is interpreted before being passed to `re.search()`, but luckily
for us the escape is also invalid and because of that, python 3.12+
warns us about it.

Use a raw string instead, so that the `\` is passed untouched to
`re.search()`.

Fixes: aa04b47c6e ("intel/perf: add support for GtSlice/GtSliceXDualsubsliceY variables")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26355>
2023-11-27 11:58:03 +00:00
..
blorp anv/blorp: move helper function about BTI changes to blorp 2023-11-17 10:17:51 +00:00
ci ci/piglit: specify only the traces file in the job config 2023-11-20 15:23:40 +00:00
common intel: Improve N-way pixel hashing computation to handle pixel pipes with asymmetric processing power. 2023-11-20 23:48:34 +00:00
compiler nir: remove info.fs.needs_all_helper_invocations 2023-11-22 11:31:11 +01:00
dev intel: Rename PAT entries 2023-11-23 21:19:18 +00:00
ds intel/ds: use improved timestamp correlation if available 2023-11-09 13:22:49 +00:00
genxml intel/genxml: add the Gen12+ TR-TT registers 2023-11-04 02:06:52 +00:00
isl isl: disable MCS compression on R9G9B9E5 2023-11-09 20:20:43 +00:00
nullhw-layer meson: support installation tags 2023-09-11 13:00:45 +00:00
perf intel/perf: fix regex escaping 2023-11-27 11:58:03 +00:00
tools intel/common: Move intel_clflush.h to intel_mem.h/intel_mem.c 2023-09-06 01:39:53 +00:00
vulkan intel: Rename PAT entries 2023-11-23 21:19:18 +00:00
vulkan_hasvk intel/compiler: Remove unused parameter from brw_nir_analyze_ubo_ranges() 2023-11-08 18:10:31 +00:00
meson.build intel: Only build perf if drivers or tools are enabled 2023-08-31 21:53:19 +00:00