OSDN Git Service

mesa: don't call _mesa_update_clip_plane in the GL core profile
authorMarek Olšák <marek.olsak@amd.com>
Wed, 14 Jun 2017 12:46:43 +0000 (14:46 +0200)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 21 Jun 2017 23:51:02 +0000 (01:51 +0200)
commit91579254db234cbeb60948063c5f30400d1a7e6c
treeca01ee4a6d12bc2ca0d629049f4f41357f02c551
parent602a3e50e555197a10a0c1a1dda166fa8cf7053f
mesa: don't call _mesa_update_clip_plane in the GL core profile

It uses the projection matrix to transform the clip plane.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/enable.c