mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
authorAnuj Phogat <anuj.phogat@gmail.com>
Thu, 20 Mar 2014 19:16:40 +0000 (12:16 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Thu, 1 May 2014 17:58:40 +0000 (10:58 -0700)
commitef924f0de93accff2ea12dbd90cc3c1df794c8f5
treee4876a666fff7d10a940f3404109f2aa1c06812a
parent1a8f9ba9b3aa8bed2047ff7c0b5816edb9c9cb62
mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions

This patch contains non-functional changes. Assertion checks made
earlier in the functions make the if checks redundant. So, remove
the if checks and unindent the code in if block.

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/texstore.c