diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-03 07:49:59 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-03 07:49:59 -0700 |
commit | 5cd96f7684adc7ba52a216fb676c7eb88ba3f66a (patch) | |
tree | 48a36245e27aef167d49fc47ae8474a257f17c62 /src/mesa/pipe/cell/spu/main.h | |
parent | 7aee3eff18decd6ce46f63a44c9a531414565265 (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.h | 1 |
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 */ }; |