diff options
author | Brian Paul <[email protected]> | 2008-07-02 17:10:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-07-02 17:10:42 -0600 |
commit | 39b9b05313c8b8fce9b80e96819aded479e382c9 (patch) | |
tree | a0514cae3b1e2ded0d66f3c44bfe18288eeac375 /src/mesa/main | |
parent | dff477a5e27c39aa61aac8e1555c345211e832b8 (diff) |
mesa: additional GLSL built-in constants
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index c3c337ea904..b08c017ec8d 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -44,6 +44,7 @@ #define FEATURE_dlist _HAVE_FULL_GL #define FEATURE_draw_read_buffer _HAVE_FULL_GL #define FEATURE_drawpix _HAVE_FULL_GL +#define FEATURE_es2_glsl 0 #define FEATURE_evaluators _HAVE_FULL_GL #define FEATURE_feedback _HAVE_FULL_GL #define FEATURE_fixedpt 0 |