diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-20 08:07:38 -0600 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-21 22:13:55 -0700 |
commit | b51d73dd943de688be7e65057af150e8eb92ae21 (patch) | |
tree | fc05030f5df6542191b4a768812a0cdcb6c5c8e2 /src/mesa/main | |
parent | 715715e230bbe3e90fed566230b4a10ed0e89e90 (diff) |
mesa: test for FEATURE_ATI_fragment_shader
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ed0addcdbb..9c4c0bfd6b 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -151,7 +151,9 @@ #include "shader/program.h" #endif #include "shader/shader_api.h" +#if FEATURE_ATI_fragment_shader #include "shader/atifragshader.h" +#endif #if _HAVE_FULL_GL #include "math/m_translate.h" #include "math/m_matrix.h" |