diff options
author | Roland Scheidegger <[email protected]> | 2008-06-27 16:02:43 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2008-06-27 16:10:16 +0200 |
commit | 429a08384c2ea66d446e46beb28e33ee3b764d52 (patch) | |
tree | 102e5b46bf7982195af6e5b5f158eb3d328d43b7 /src/mesa/main | |
parent | a1fb565ea7ac9f86beb4deece6a24d79e7b7860e (diff) |
gallium: handle msaa
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index dceb7611f25..0a065541e1f 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2269,6 +2269,7 @@ struct gl_renderbuffer GLubyte IndexBits; GLubyte DepthBits; GLubyte StencilBits; + GLubyte Samples; /**< Number of samples - 0 if not multisampled */ GLvoid *Data; /**< This may not be used by some kinds of RBs */ /* Used to wrap one renderbuffer around another: */ |