OSDN Git Service

mesa: move GLES checks for SSO input/output validation
authorTimothy Arceri <timothy.arceri@collabora.com>
Sun, 6 Dec 2015 05:02:32 +0000 (16:02 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 7 Dec 2015 10:41:14 +0000 (21:41 +1100)
commit9214664aed1f7a87dc0d37c966e9fe3cee2753bf
treea54a158a22168e76e1296ff50f0b34c34596a7f0
parentad0262185420db03e8256ef20a0f5b1b1de003d8
mesa: move GLES checks for SSO input/output validation

This function is unfinished there is a bunch more validation rules
that need to be applied here. We will still want to call it for desktop
GL we just don't want to validate precision so move the ES check to
reflect this.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/shader_query.cpp