diff options
author | Zack Rusin <[email protected]> | 2007-09-18 06:24:54 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-09-18 07:20:14 -0400 |
commit | fbb2f840aef9a540401575b032edb4dfdabd10bb (patch) | |
tree | c71bdb51f8d7478d39c2b68ebc9626fe244e7682 /src/mesa/state_tracker/st_context.c | |
parent | 29789ca026c03dff64b6286e202561faf111fde9 (diff) |
move cso cache to the pipe directory
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index f9717465f4a..e0304dd22db 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -45,7 +45,7 @@ #include "st_program.h" #include "pipe/p_context.h" #include "pipe/draw/draw_context.h" -#include "cso_cache/cso_cache.h" +#include "pipe/cso_cache/cso_cache.h" void st_invalidate_state(GLcontext * ctx, GLuint new_state) |