mesa: allow xfb to be active in GLES when geometry shader is enabled.
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 21 May 2016 23:43:42 +0000 (19:43 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 24 May 2016 00:03:20 +0000 (20:03 -0400)
commit2dabd4970477e956dd353be1a24e81aa1f0c5901
tree51cdf4b510baefc8a18d351691551b090036c756
parent2e8e1e89090ddfc95ae3b732b7b810d68c3217e5
mesa: allow xfb to be active in GLES when geometry shader is enabled.

OES_geometry_shader has wording to allow xfb when using Draw*Indirect
and DrawElements.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/api_validate.c