i965/msaa: Remove comment about falsely claiming to support MSAA.

Gen6+ hardware now supports MSAA properly.

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
Paul Berry 2012-07-09 16:23:26 -07:00
parent ff9313fac7
commit 4afee38a2f
1 changed files with 0 additions and 5 deletions

View File

@ -154,11 +154,6 @@ brwCreateContext(int api,
ctx->Const.MaxTransformFeedbackSeparateComponents =
BRW_MAX_SOL_BINDINGS / BRW_MAX_SOL_BUFFERS;
/* Claim to support 4 multisamples, even though we don't. This is a
* requirement for GL 3.0 that we missed until the last minute. Go ahead and
* claim the limit, so that usage of the 4 multisample-based API that is
* guaranteed in 3.0 succeeds, even though we only rasterize a single sample.
*/
if (intel->gen >= 6)
ctx->Const.MaxSamples = 4;