diff options
author | Brian Paul <[email protected]> | 2010-06-10 22:23:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-10 22:24:45 -0600 |
commit | 70c8d29b6bb3214966892d51e6b2befa7040622d (patch) | |
tree | 4130eda439831f59873ba900f38eff57bcef7b70 /src/mesa/main/dlist.c | |
parent | 936605fc8a69f67de323e5ede60c2f1373bfcafe (diff) |
mesa: move atifragshader.[ch] to main/
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 37a97513453..1a7b6f07630 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -34,6 +34,9 @@ #include "api_arrayelt.h" #include "api_exec.h" #include "api_loopback.h" +#if FEATURE_ATI_fragment_shader +#include "atifragshader.h" +#endif #include "config.h" #include "mfeatures.h" #if FEATURE_ARB_vertex_buffer_object @@ -61,9 +64,6 @@ #if FEATURE_NV_vertex_program || FEATURE_NV_fragment_program #include "shader/nvprogram.h" #endif -#if FEATURE_ATI_fragment_shader -#include "shader/atifragshader.h" -#endif #include "math/m_matrix.h" |