diff options
author | Marek Olšák <[email protected]> | 2013-02-14 14:30:59 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-02-18 17:57:41 +0100 |
commit | 07cdfdb708ac28aa487a738db30b128cb0df1dc3 (patch) | |
tree | c41f694ab4ebab69b9b93d58ed8d47164f988cd9 /src/mesa/state_tracker/st_context.h | |
parent | 40ee93c4e885f868af68381b0a8542b6439ae774 (diff) |
st/mesa: remove what is left from u_blit
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 726c64d04ae..a7b6cb53502 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -34,7 +34,6 @@ #include "main/fbobject.h" struct bitmap_cache; -struct blit_state; struct dd_function_table; struct draw_context; struct draw_stage; @@ -182,7 +181,6 @@ struct st_context enum pipe_texture_target internal_target; struct gen_mipmap_state *gen_mipmap; - struct blit_state *blit; struct cso_context *cso_context; |