mesa: Refuse to bind image uniforms using glUniform in GLES.
authorFrancisco Jerez <currojerez@riseup.net>
Sun, 16 Aug 2015 23:05:43 +0000 (02:05 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 20 Aug 2015 09:26:54 +0000 (12:26 +0300)
commit6c161405dc191f3d4083a48dfc033d4401b8055a
treedac5cd60db3d54bc14a6e2c625eaf51b4c63dd1b
parent86a64dfccfd3e98befa1e58f1a252cf993e5b680
mesa: Refuse to bind image uniforms using glUniform in GLES.

The GLES 3.1 spec removed support for updating the image unit bound to
an image uniform using glUniform1i() calls.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/uniform_query.cpp