summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/spu_main.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-12 16:58:50 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-12 16:58:50 -0700
commita511200e5f0c384e68258879bab76563d8e01f01 (patch)
tree982eb3189a0b145ab36c88dc1377ff5674479ff6 /src/mesa/pipe/cell/spu/spu_main.h
parent8b1bfd1d27989c9a880ce269d56ea1dfd88a5811 (diff)
Cell: remove fb parameter to get/put_tile()
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_main.h')
-rw-r--r--src/mesa/pipe/cell/spu/spu_main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_main.h b/src/mesa/pipe/cell/spu/spu_main.h
index ea43224d02..75fb5b388b 100644
--- a/src/mesa/pipe/cell/spu/spu_main.h
+++ b/src/mesa/pipe/cell/spu/spu_main.h
@@ -33,7 +33,7 @@
#include "pipe/p_state.h"
-struct framebuffer {
+struct spu_framebuffer {
void *color_start; /**< addr of color surface in main memory */
void *depth_start; /**< addr of depth surface in main memory */
enum pipe_format color_format;
@@ -53,7 +53,7 @@ struct spu_global
{
struct cell_init_info init;
- struct framebuffer fb;
+ struct spu_framebuffer fb;
struct pipe_depth_stencil_alpha_state depth_stencil;
struct pipe_blend_state blend;
/* XXX more state to come */