mesa: Update TexStorage to support ARB_texture_view
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Mon, 4 Nov 2013 20:31:37 +0000 (13:31 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 13 Dec 2013 19:31:54 +0000 (12:31 -0700)
commit375f660e27d418a09cda75cf49ace2eb0211e64f
tree198b58fe0c46f2c1b0ca7229bd2fc7fc3cfcd525
parent1db4cb841b489684f9141184f17a9244cdfa8c7e
mesa: Update TexStorage to support ARB_texture_view

Call TextureView helper function to set TextureView state
appropriately for the TexStorage calls.

Misc updates from review feedback.

Signed-off-by: Courtney Goeltzenleuchter <courtney@LunarG.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/teximage.c
src/mesa/main/texstorage.c