summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/brw_tex_layout.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-20 14:04:05 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-20 14:04:05 -0700
commit4eae65c8e052976a130564560699e60e1a3a9cc3 (patch)
tree7703d406acd1d5f6846e91f4a7ee3ff49337a51f /src/gallium/drivers/i965simple/brw_tex_layout.h
parent882a4b505484a50f1ccc2cf3ae0c3a52d4ec1be3 (diff)
gallium: re-org of i965 texture/surface code, functions
Diffstat (limited to 'src/gallium/drivers/i965simple/brw_tex_layout.h')
-rw-r--r--src/gallium/drivers/i965simple/brw_tex_layout.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/drivers/i965simple/brw_tex_layout.h b/src/gallium/drivers/i965simple/brw_tex_layout.h
index 7d118d0fa8..ed49baeef8 100644
--- a/src/gallium/drivers/i965simple/brw_tex_layout.h
+++ b/src/gallium/drivers/i965simple/brw_tex_layout.h
@@ -1,18 +1,12 @@
#ifndef BRW_TEX_LAYOUT_H
#define BRW_TEX_LAYOUT_H
-#include "pipe/p_compiler.h"
-struct pipe_context;
-struct pipe_texture;
+struct brw_context;
-extern struct pipe_texture *
-brw_texture_create(struct pipe_context *pipe, const struct pipe_texture *templat);
extern void
-brw_texture_release(struct pipe_context *pipe, struct pipe_texture **pt);
+brw_init_texture_functions(struct brw_context *brw);
-extern void
-brw_texture_update(struct pipe_context *pipe, struct pipe_texture *texture);
#endif