mesa/formats: refactor by collapsing cases in switch statement by type
authorNanley Chery <nanley.g.chery@intel.com>
Tue, 11 Aug 2015 18:56:35 +0000 (11:56 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Wed, 19 Aug 2015 23:40:45 +0000 (16:40 -0700)
commitffe6c6ad5f719dedd1b6b95e8590e3f20b23d340
tree03918c72dde3620f65d0272201152ba1745a04a0
parent0872b042b13388bc870a3acf167a6ce692b734dd
mesa/formats: refactor by collapsing cases in switch statement by type

Combine the adjacent cases which have the same GL type in the switch statemnt.

Reviewed-by: Chad Versace <chad.versace@intel.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
src/mesa/main/formats.c