Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"
authorTimothy Arceri <timothy.arceri@collabora.com>
Tue, 24 Nov 2015 00:50:22 +0000 (11:50 +1100)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Tue, 24 Nov 2015 09:59:44 +0000 (20:59 +1100)
commit3c4aa7aff2a976e94c2b6b7bf273edd617080ca3
treeea1456660e3d763b72300db44eecc1b5ff850561
parentd09463193608009fa42e046b1fc144435d3533f6
Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound"

This reverts commit ba02f7a3b6a0e4314753a8e5080db61241563f9c.

The commit checked whether the pipeline was currently bound instead
of checking whether it had ever been bound.  The previous setting
of Validated during object creation makes this unnecessary.  The
real problem was that Validated was not properly set to false
elsewhere in the code.  This is fixed by a later patch.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Cc: "11.1" <mesa-stable@lists.freedesktop.org>
src/mesa/main/pipelineobj.c