From 625bdd64e5ea3327d4459b1ccccff8dab89129d0 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 20 Feb 2014 11:47:14 -0800 Subject: dri3: Enable GLX_MESA_query_renderer on DRI3 too This should have happend around the time of commit 4680d23, but Keith's DRI3 patches and my GLX_MESA_query_renderer patches crossed in the mail. I don't have a working DRI3 setup, so I haven't been able to actually verify this. I'm hoping that someone can piglit this for me on DRI3... It's also unfortunate the DRI2 and DRI3 can't share more code. Signed-off-by: Ian Romanick Cc: Keith Packard Cc: "10.1" Reviewed-by: Emil Velikov --- src/glx/dri3_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glx/dri3_priv.h') diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h index 38463310570..689488641a1 100644 --- a/src/glx/dri3_priv.h +++ b/src/glx/dri3_priv.h @@ -130,6 +130,7 @@ struct dri3_screen { const __DRI2flushExtension *f; const __DRI2configQueryExtension *config; const __DRItexBufferExtension *texBuffer; + const __DRI2rendererQueryExtension *rendererQuery; const __DRIconfig **driver_configs; void *driver; -- cgit v1.2.3