mesa: Remove GLSL_TYPE_SAMPLER check
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Oct 2014 13:29:31 +0000 (15:29 +0200)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 10 Nov 2014 12:25:39 +0000 (04:25 -0800)
commit9c38d4db520a26fea26e404d8022c6ca2d954658
tree5b8c1862bca7ce2241c746f8f18ce824dc2fb451
parent5b9cf337b451a1229a3abc30aeb9c15393c8462c
mesa: Remove GLSL_TYPE_SAMPLER check

Noting the assertion just a few lines earlier, returnType cannot be
GLSL_TYPE_SAMPLER.

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