Re-org of gl_pixel_attrib struct.
authorBrian <brian@yutani.localnet.net>
Wed, 14 Mar 2007 20:33:46 +0000 (14:33 -0600)
committerBrian <brian@yutani.localnet.net>
Wed, 14 Mar 2007 20:33:46 +0000 (14:33 -0600)
commitb6adf336f41d2f0ed0ea33eaf53faee9635a2405
treeb4676a4e10ca3331990dac29b344746173f99741
parent3049946fa742b654afa9b24f8bc79f387f01aea9
Re-org of gl_pixel_attrib struct.

Reorder fields according to the order in which the pixel transfer operations
take place.  Improve comments.
Move the pixel maps out of gl_pixel_attrib since they're not supposed to be
pushed/popped by glPush/PopAttrib.
New gl_pixelmap and gl_pixelmaps structs to contain the pixelmaps.
src/mesa/main/get.c
src/mesa/main/get_gen.py
src/mesa/main/image.c
src/mesa/main/mtypes.h
src/mesa/main/pixel.c