mesa: move var decls in texstore_rgba()
authorBrian Paul <brianp@vmware.com>
Mon, 2 Jul 2018 18:45:14 +0000 (12:45 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 28 Jul 2018 03:21:24 +0000 (21:21 -0600)
commita67b629193ccd34e29a6d145ef5af9e69a0551db
tree90ba93c7ef15b65d9dfb597d6d021a8b67505239
parent5e2582b3810f4428fae67ce4148642cf450652e8
mesa: move var decls in texstore_rgba()

Move them closer to where they're first used.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/mesa/main/texstore.c