projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2799268
)
st/mesa: Clean up header file inclusion in st_cache.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 00:55:53 +0000
(17:55 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 4 Aug 2010 00:55:53 +0000
(17:55 -0700)
src/mesa/state_tracker/st_cache.h
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_cache.h
b/src/mesa/state_tracker/st_cache.h
index b81de316ec990854d4b3a1aea1b6ddeee575c939..6d5de7b13adc5cc8e3f5292c41e50a6b55364464 100644
(file)
--- a/
src/mesa/state_tracker/st_cache.h
+++ b/
src/mesa/state_tracker/st_cache.h
@@
-33,10
+33,11
@@
#ifndef ST_CACHE_H
#define ST_CACHE_H
-#include "cso_cache/cso_cache.h"
-
struct pipe_blend_state;
+struct pipe_depth_stencil_alpha_state;
+struct pipe_rasterizer_state;
struct pipe_sampler_state;
+struct pipe_shader_state;
struct st_context;