mesa: consolidate glCompressedTexSubImage() error checking
authorBrian Paul <brianp@vmware.com>
Sat, 22 Sep 2012 15:30:24 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 26 Sep 2012 13:43:49 +0000 (07:43 -0600)
commitf830f10a37603b93f67ff65fb8c9990a9f831c77
tree832b6d37a9595d17dd8a13f042b21ddaa42de26a
parentbd3caa50a569367dfd2d5ed0779f8d2e956f312a
mesa: consolidate glCompressedTexSubImage() error checking

Do all the checking in one function instead of two and fix up some of
the error checking.alignment check
src/mesa/main/teximage.c