commit | 60909388ab136d849d99eab49e782a53772a618f | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Wed Nov 10 15:46:52 2004 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Wed Nov 10 15:46:52 2004 +0000 |
tree | 84a981ea2e79b5e6477d05991119a23efa4429a5 | |
parent | f00d7edd746e4d1eec2d497419f21fb3b04f8bd4 [diff] |
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions.