OSDN Git Service

i965: Remove bogus assertion on MAX_CLIP_PLANES.
authorPaul Berry <stereotype441@gmail.com>
Tue, 13 Sep 2011 22:40:07 +0000 (15:40 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 20 Sep 2011 21:51:07 +0000 (14:51 -0700)
commit8be653164d7c64d8e463c5e95ed6b65d6eba3dcf
tree4b4f35e2b2ec44d4a2c608bb896ae875c78e315b
parent27bdc76eb92b11bcd61b829bd1372866cb9ef304
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>
src/mesa/drivers/dri/i965/brw_curbe.c