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/drivers/dri/common/utils.h | |
parent | a1fb565ea7ac9f86beb4deece6a24d79e7b7860e (diff) |
gallium: handle msaa
Diffstat (limited to 'src/mesa/drivers/dri/common/utils.h')
-rw-r--r-- | src/mesa/drivers/dri/common/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/utils.h b/src/mesa/drivers/dri/common/utils.h index 1067d0a8bfd..20940c21b4e 100644 --- a/src/mesa/drivers/dri/common/utils.h +++ b/src/mesa/drivers/dri/common/utils.h @@ -115,6 +115,7 @@ extern GLboolean driFillInModes( __GLcontextModes ** modes, GLenum fb_format, GLenum fb_type, const uint8_t * depth_bits, const uint8_t * stencil_bits, unsigned num_depth_stencil_bits, - const GLenum * db_modes, unsigned num_db_modes, int visType ); + const GLenum * db_modes, unsigned num_db_modes, + const u_int8_t * msaa_samples, unsigned num_msaa_modes, int visType ); #endif /* DRI_DEBUG_H */ |