commit | a9754793dab4b24c09cae21c29f902ce0e53319a | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jan 16 16:20:38 2013 -0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Jan 21 21:26:47 2013 -0800 |
tree | e8bba535d85fecc8f1608c40d24e1e26da73520e | |
parent | c572251417ef20d1d560b849931321a42b1be578 [diff] |
mesa: Drop manual checks for outside begin/end. We now have a separate dispatch table for begin/end that prevent these functions from being entered during that time. The ASSERT_OUTSIDE_BEGIN_END_WITH_RETVALs are left because I don't want to change any return values or introduce new error-only stubs at this point. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>