mesa: If validation fails in a debug context just emit a debug message
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Jun 2016 16:59:10 +0000 (09:59 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 16 Jun 2016 16:33:54 +0000 (09:33 -0700)
commit6bec55a780b0e95445c6d77c6e35cc0c74290ac0
treec02cd5f443c49949b75dd892fabbb67ae99c580d
parent9c872820413f6183db0eb47828a7afcf703f9930
mesa: If validation fails in a debug context just emit a debug message

There are quite a few pipelines that desktop applications (including a
bunch of piglit test) can expect to have run but don't meet the GLES
requirements.  Instead of failing validation, just emit a debug message.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96358
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Cc: Gregory Hainaut <gregory.hainaut@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/main/pipelineobj.c