aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2018-08-07 17:49:42 -0400
committerMarek Olšák <[email protected]>2019-04-24 20:45:15 -0400
commit1faf833949bd55a19b15b7bdb963dbb77aea47f8 (patch)
treec349b8ddb73da6c62bca0437e6df06662bf442b7 /src/mesa/main/get.c
parentd23b47fda57f63607a134f0ae31397c4ff983ec1 (diff)
mesa: enable glGet for EXT_gpu_shader4
Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Tested-by: Dieter Nützel <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index efc9c11f79d..8a7b1e42906 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -315,9 +315,10 @@ static const int extra_EXT_texture_integer_and_new_buffers[] = {
EXTRA_END
};
-static const int extra_GLSL_130_es3[] = {
+static const int extra_GLSL_130_es3_gpushader4[] = {
EXTRA_GLSL_130,
EXTRA_API_ES3,
+ EXT(EXT_gpu_shader4),
EXTRA_END
};