move cso cache to the pipe directory

This commit is contained in:
Zack Rusin
2007-09-18 06:24:54 -04:00
parent 29789ca026
commit fbb2f840ae
7 changed files with 5 additions and 5 deletions

View File

@@ -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)