summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_arbshader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_arbshader.h')
-rw-r--r--src/mesa/swrast/s_arbshader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_arbshader.h b/src/mesa/swrast/s_arbshader.h
index 7cce6f8362..805cd4da38 100644
--- a/src/mesa/swrast/s_arbshader.h
+++ b/src/mesa/swrast/s_arbshader.h
@@ -28,7 +28,11 @@
#include "s_context.h"
+#if FEATURE_ARB_fragment_shader
+
extern void _swrast_exec_arbshader (GLcontext *ctx, struct sw_span *span);
+#endif /* FEATURE_ARB_fragment_shader */
+
#endif