commit | ccae1b1cd7b89102a9d9bfc29eb1e7e48aad8969 | [log] [tgz] |
---|---|---|
author | Paul Berry <stereotype441@gmail.com> | Tue Jul 03 08:35:54 2012 -0700 |
committer | Paul Berry <stereotype441@gmail.com> | Wed Jul 11 15:14:49 2012 -0700 |
tree | 2ef9de847c78e232fa11d04019fdfd3f7f8b1396 | |
parent | 1bd4d456cdecf7bea55f4e3dac574af54efad994 [diff] |
i965/msaa: Allocate MCS buffer when CMS MSAA is in use. To implement Gen7's CMS MSAA layout, we need an extra buffer, the MCS (Multisample Control Surface) buffer. This patch introduces code for allocating and deallocating the buffer, and storing a pointer to it in the intel_mipmap_tree struct. No functional change, since the CMS layout is not enabled yet. Reviewed-by: Chad Versace <chad.versace@linux.intel.com>