summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/main.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-03 07:49:59 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-03 07:49:59 -0700
commit5cd96f7684adc7ba52a216fb676c7eb88ba3f66a (patch)
tree48a36245e27aef167d49fc47ae8474a257f17c62 /src/mesa/pipe/cell/spu/main.h
parent7aee3eff18decd6ce46f63a44c9a531414565265 (diff)
pass surface format in cell_command_framebuffer struct
Diffstat (limited to 'src/mesa/pipe/cell/spu/main.h')
-rw-r--r--src/mesa/pipe/cell/spu/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/main.h b/src/mesa/pipe/cell/spu/main.h
index 47ce4be4b4..3240e01615 100644
--- a/src/mesa/pipe/cell/spu/main.h
+++ b/src/mesa/pipe/cell/spu/main.h
@@ -38,6 +38,7 @@ extern volatile struct cell_init_info init;
struct framebuffer {
void *start; /**< addr of surface in main memory */
+ enum pipe_format format;
uint width, height; /**< size in pixels */
uint width_tiles, height_tiles; /**< width and height in tiles */
};