summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.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/common.h
parent7aee3eff18decd6ce46f63a44c9a531414565265 (diff)
pass surface format in cell_command_framebuffer struct
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index ee20bd150b..983ccd0775 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -35,6 +35,7 @@
#include "pipe/p_compiler.h"
#include "pipe/p_util.h"
+#include "pipe/p_format.h"
/** for sanity checking */
@@ -60,7 +61,7 @@ struct cell_command_framebuffer
{
void *start;
int width, height;
- unsigned format;
+ enum pipe_format format;
} ALIGN16_ATTRIB;