vc4: Add support for user clip plane and gl_ClipVertex.
authorEric Anholt <eric@anholt.net>
Wed, 15 Oct 2014 14:25:57 +0000 (15:25 +0100)
committerEric Anholt <eric@anholt.net>
Wed, 15 Oct 2014 17:11:46 +0000 (18:11 +0100)
commit201d4c0b2a6f7f0c1d59c4fd5cce4916fc48a2d2
tree85ae3991ed5f24aac3d0993c912e38e4068b1135
parent6a0bf67048d508f907db6bb05e5e367308c21511
vc4: Add support for user clip plane and gl_ClipVertex.

Fixes about 15 piglit tests about interpolation and clipping.
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/drivers/vc4/vc4_state.c