summaryrefslogtreecommitdiffstats
path: root/src/glx/dri3_priv.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2014-02-20 11:47:14 -0800
committerEmil Velikov <emil.l.velikov@gmail.com>2014-05-02 22:13:58 +0100
commit625bdd64e5ea3327d4459b1ccccff8dab89129d0 (patch)
tree9db203b262da5be4df4826379e3511d7137019a8 /src/glx/dri3_priv.h
parent7ebdc9e48c99a92475b48668284695663e871f7d (diff)
downloadexternal_mesa3d-625bdd64e5ea3327d4459b1ccccff8dab89129d0.zip
external_mesa3d-625bdd64e5ea3327d4459b1ccccff8dab89129d0.tar.gz
external_mesa3d-625bdd64e5ea3327d4459b1ccccff8dab89129d0.tar.bz2
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 <ian.d.romanick@intel.com> Cc: Keith Packard <keithp@keithp.com> Cc: "10.1" <mesa-stable@lists.freedesktop.org> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/glx/dri3_priv.h')
-rw-r--r--src/glx/dri3_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h
index 3846331..6894886 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;