| commit | 8be653164d7c64d8e463c5e95ed6b65d6eba3dcf | [log] [tgz] |
|---|---|---|
| author | Paul Berry <stereotype441@gmail.com> | Tue Sep 13 15:40:07 2011 -0700 |
| committer | Paul Berry <stereotype441@gmail.com> | Tue Sep 20 14:51:07 2011 -0700 |
| tree | 4b4f35e2b2ec44d4a2c608bb896ae875c78e315b | |
| parent | 27bdc76eb92b11bcd61b829bd1372866cb9ef304 [diff] |
i965: Remove bogus assertion on MAX_CLIP_PLANES. This patch removes the assertion "MAX_CLIP_PLANES == 6" from the i965 driver. This assertion is unnecessary; nothing in the driver requires MAX_CLIP_PLANES to be 6. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>