[Mesa-dev] [PATCH 0/4] GL_EXT_disjoint_timer_query series

Ian Romanick idr at freedesktop.org
Thu Dec 14 19:20:55 UTC 2017


Since you remembered to modify dispatch_sanity.cpp in patch 2, I'm going
to assume that 'make check' still passes.  If that's the case, the series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 12/14/2017 04:03 AM, Tapani Pälli wrote:
> Hi;
> 
> Here's a revisited GL_EXT_disjoint_timer_query series. One patch got
> dropped (as discussed with Lionel) and enabling is now via
> EXT_disjoint_timer_query boolean as was intended (Ian).
> 
> Thanks;
> 
> Tapani Pälli (4):
>   mesa: add DisjointOperation to gl_shared_state
>   glapi: add GL_EXT_disjoint_timer_query
>   mesa: GL_EXT_disjoint_timer_query extension API bits
>   i965: enable EXT_disjoint_timer_query extension
> 
>  src/mapi/glapi/gen/es_EXT.xml                | 16 ++++++++++++++++
>  src/mapi/glapi/gen/gl_API.xml                |  4 ++--
>  src/mesa/drivers/dri/i965/intel_extensions.c |  2 ++
>  src/mesa/main/extensions_table.h             |  1 +
>  src/mesa/main/get.c                          | 17 +++++++++++++++++
>  src/mesa/main/get_hash_params.py             |  5 +++++
>  src/mesa/main/glheader.h                     |  4 ++++
>  src/mesa/main/mtypes.h                       |  9 +++++++++
>  src/mesa/main/queryobj.c                     |  3 ++-
>  src/mesa/main/robustness.c                   |  1 +
>  src/mesa/main/tests/dispatch_sanity.cpp      |  5 +++++
>  11 files changed, 64 insertions(+), 3 deletions(-)
> 



More information about the mesa-dev mailing list