projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6cd377
)
gallium: added width, height to pipe_framebuffer_state
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 20 Mar 2008 21:01:44 +0000
(15:01 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 20 Mar 2008 21:04:08 +0000
(15:04 -0600)
src/gallium/include/pipe/p_state.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_state.h
b/src/gallium/include/pipe/p_state.h
index 5791a10119c800d4eadb23dc4c24f24341cc9d32..3e531c4da4884643a85127ad002908d797dfc9b4 100644
(file)
--- a/
src/gallium/include/pipe/p_state.h
+++ b/
src/gallium/include/pipe/p_state.h
@@
-220,6
+220,8
@@
struct pipe_blend_color
struct pipe_framebuffer_state
{
+ unsigned width, height;
+
/** multiple colorbuffers for multiple render targets */
unsigned num_cbufs;
struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];