mesa: new init_teximage_fields_ms() function to init MS texture images
authorBrian Paul <brianp@vmware.com>
Tue, 4 Mar 2014 16:11:32 +0000 (09:11 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 5 Mar 2014 18:05:47 +0000 (11:05 -0700)
commit0b0114cc3bd8ceccaa6cbad161a13f2da2631ae0
treed08e70b8fdb1c93bfca50c0be98da912981ea89a
parent4de1e5eddcb76e377cffbb7f3bd87a88a575dae2
mesa: new init_teximage_fields_ms() function to init MS texture images

Before, it was kind of ugly to set the multisample fields with
assignments after we called _mesa_init_teximage_fields().

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/main/teximage.c