mesa: minor improvements to _mesa_compute_compressed_pixelstore()
authorBrian Paul <brianp@vmware.com>
Fri, 15 Aug 2014 21:21:01 +0000 (15:21 -0600)
committerBrian Paul <brianp@vmware.com>
Sat, 16 Aug 2014 12:48:44 +0000 (06:48 -0600)
commit9b4c6da7f08f3e1ae5df2d51e2b1dcf316d19288
tree6332c99b5183aa09e9bdeaf2cee1c49851046ac5
parent1e594d4f5c03ff9a59ab9a692ef94d122b491211
mesa: minor improvements to _mesa_compute_compressed_pixelstore()

Replace the gl_texture_image parameter with mesa_format since we only
used the image's format.

Add some comments.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/texgetimage.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h