commit | b51d73dd943de688be7e65057af150e8eb92ae21 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Jun 20 08:07:38 2008 -0600 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Sun Sep 21 22:13:55 2008 -0700 |
tree | fc05030f5df6542191b4a768812a0cdcb6c5c8e2 | |
parent | 715715e230bbe3e90fed566230b4a10ed0e89e90 [diff] [blame] |
mesa: test for FEATURE_ATI_fragment_shader
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ed0addc..9c4c0bf 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"