Module: Mesa Branch: staging/20.0 Commit: 265c4537abfe5e1bbe55c9ab8dfb4d600dbb1164 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=265c4537abfe5e1bbe55c9ab8dfb4d600dbb1164
Author: Lionel Landwerlin <[email protected]> Date: Wed Sep 4 13:52:13 2019 +0300 intel/perf: break GL query stuff away This stuff is somewhat specific to the GL extension & drivers. On Vulkan we won't use this, it also made a rather large file. v2: Fix Android build (Lionel) Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Jason Ekstrand <[email protected]> Acked-by: Tapani Pälli <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]> Reviewed-by: Mark Janes <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4344> (cherry picked from commit 33b9c7a7f68bb5a4362751ba7daf1ba2b10ece95) --- .pick_status.json | 2 +- src/gallium/drivers/iris/iris_perf.c | 1 - src/gallium/drivers/iris/iris_perf.h | 1 + src/gallium/drivers/iris/iris_performance_query.c | 3 - src/gallium/drivers/iris/iris_query.c | 1 - src/intel/Makefile.sources | 4 +- src/intel/perf/gen_perf.c | 1555 +------------------- src/intel/perf/gen_perf.h | 46 - src/intel/perf/gen_perf_query.c | 1584 +++++++++++++++++++++ src/intel/perf/gen_perf_query.h | 88 ++ src/intel/perf/meson.build | 1 + src/mesa/drivers/dri/i965/brw_context.h | 1 + src/mesa/drivers/dri/i965/brw_performance_query.c | 1 + 13 files changed, 1686 insertions(+), 1602 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=265c4537abfe5e1bbe55c9ab8dfb4d600dbb1164 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
