i965: Do legacy userclipping in OpenGL ES 1.x contexts.
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 27 Oct 2015 21:50:14 +0000 (14:50 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 30 Oct 2015 21:25:33 +0000 (14:25 -0700)
commit7b3684877c97a23c62c95609fd20c845dc33f44c
treec7e2fe625f15fac0fae8a38fdff4744272531db2
parentf3d4d10a1d483cff7b3fbb6db4d6d752dd002243
i965: Do legacy userclipping in OpenGL ES 1.x contexts.

Commit fba4823a disabled user clipping for everything except
compatibility profile.  Core profile and OpenGL ES 2.0+ have all removed
the classic, OpenGL 1.0 user clip planes.  ES 1.x, however, still has
them.

Fixes OpenGL ES 1.1 conformance mustpass.c and userclip.c

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Tested-by: Olivier Berthier <olivierx.berthier@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92639
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92641
src/mesa/drivers/dri/i965/brw_vs.c