summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-17 15:48:13 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-17 15:48:13 -0600
commit088c6404fcae07dec6dcf16d2cb0777aa7b446ad (patch)
treed6a2897f3340e2ee99d79c1ca83f1475f216bb1a /src/mesa/state_tracker/st_context.h
parent11d723cda68d775fa20e43db16ac2ce7e00430b1 (diff)
gallium: use new gallium utility code for generating mipmaps
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index e81aebba3d..09bab7bfb1 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -146,18 +146,7 @@ struct st_context
struct st_fragment_program *combined_prog;
} bitmap;
- /** For gen/render mipmap feature */
- struct {
- struct pipe_blend_state blend;
- struct pipe_depth_stencil_alpha_state depthstencil;
- struct pipe_rasterizer_state rasterizer;
-
- void *blend_cso;
- void *depthstencil_cso;
- void *rasterizer_cso;
- struct st_fragment_program *stfp;
- struct st_vertex_program *stvp;
- } gen_mipmap;
+ struct gen_mipmap_state *gen_mipmap;
struct cso_context *cso_context;
};