diff options
author | Lionel Landwerlin <[email protected]> | 2019-09-04 13:52:13 +0300 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 14:14:49 +0000 |
commit | 33b9c7a7f68bb5a4362751ba7daf1ba2b10ece95 (patch) | |
tree | 66055e428c76b293d276660adba1ce6867a7eb21 /src/mesa/drivers/dri/i965/brw_context.h | |
parent | f5c5574f427c710fa2ed7413dc970ccb649b16d7 (diff) |
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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 05933af4430..36dc53cc9d5 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -51,6 +51,7 @@ #include "intel_screen.h" #include "intel_tex_obj.h" #include "perf/gen_perf.h" +#include "perf/gen_perf_query.h" #ifdef __cplusplus extern "C" { |