summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-03-08 11:29:20 +0100
committerMarek Olšák <maraeo@gmail.com>2011-03-15 15:47:27 +0100
commit867f9b07d42c2b49ddb9e5bb17f0ac5c4a80d8ac (patch)
tree4c680731ab388ab50e61479c767b63778c27704a /src/mesa/main/mtypes.h
parent65942e141fc3da760b53248eafdd876a45b592d4 (diff)
mesa: add NV_texture_barrier
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 4f83e2e55c..5409abaf1a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2848,6 +2848,7 @@ struct gl_extensions
GLboolean NV_light_max_exponent;
GLboolean NV_point_sprite;
GLboolean NV_primitive_restart;
+ GLboolean NV_texture_barrier;
GLboolean NV_texgen_reflection;
GLboolean NV_texture_env_combine4;
GLboolean NV_texture_rectangle;