i965: Enable lower_clip_distance.
authorPaul Berry <stereotype441@gmail.com>
Thu, 15 Sep 2011 22:16:08 +0000 (15:16 -0700)
committerPaul Berry <stereotype441@gmail.com>
Fri, 23 Sep 2011 22:32:33 +0000 (15:32 -0700)
commitb9ef2b85b41272da9ed95071307310f9749cbf2b
tree0247f33d766d3a4459ea168ba6e83bea4a1a2d8f
parent2d686fe911a89fa477ee3848da41ebfb100500bf
i965: Enable lower_clip_distance.

i965 requires gl_ClipDistance to be formatted as an array of 2 vec4's
(as opposed to an array of 8 floats), so enable the lowering pass that
performs this conversion.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.c