mesa: GL_EXT_disjoint_timer_query extension API bits
authorTapani Pälli <tapani.palli@intel.com>
Tue, 12 Dec 2017 12:46:13 +0000 (14:46 +0200)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 15 Dec 2017 06:42:48 +0000 (08:42 +0200)
commit33f73345da01a70aa0e5d61069508e169cb6a6ed
treeeda993eebaeee58b75d6742a8c6b61945efc4351
parent0a202dd5e82b6796e919b5f970f8f79622967174
mesa: GL_EXT_disjoint_timer_query extension API bits

Patch adds GL_GPU_DISJOINT_EXT and enables to use timer queries when
EXT_disjoint_timer_query is enabled.

v2: enable extension only when EXT_disjoint_timer_query set

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> (v1)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions_table.h
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/glheader.h
src/mesa/main/mtypes.h
src/mesa/main/queryobj.c