Module: Mesa
Branch: master
Commit: 33b9c7a7f68bb5a4362751ba7daf1ba2b10ece95
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=33b9c7a7f68bb5a4362751ba7daf1ba2b10ece95

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>

---

 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 +
 12 files changed, 1685 insertions(+), 1601 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=33b9c7a7f68bb5a4362751ba7daf1ba2b10ece95
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to