gallium: EXT_timer_query support.
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
This commit is contained in:

committed by
Corbin Simpson

parent
fea91ee22d
commit
cdbd5f4203
@@ -296,6 +296,9 @@ void st_init_extensions(struct st_context *st)
|
||||
if (screen->get_param(screen, PIPE_CAP_OCCLUSION_QUERY)) {
|
||||
ctx->Extensions.ARB_occlusion_query = GL_TRUE;
|
||||
}
|
||||
if (screen->get_param(screen, PIPE_CAP_TIMER_QUERY)) {
|
||||
ctx->Extensions.EXT_timer_query = GL_TRUE;
|
||||
}
|
||||
|
||||
if (screen->get_param(screen, PIPE_CAP_TEXTURE_SHADOW_MAP)) {
|
||||
ctx->Extensions.ARB_depth_texture = GL_TRUE;
|
||||
|
Reference in New Issue
Block a user