gallium: in softpipe_get_tex_surface() use the pitch specified in the softpipe_textur...
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 17:27:44 +0000 (11:27 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 23 Jun 2008 17:28:38 +0000 (11:28 -0600)
commit25da42a650048cd960c81af56744e5fdadd923ad
tree573554699997fc37640c2afc62ffc57f1a2375e3
parentf52ab4cc22bfb6708724f3c3966ce734d605cddd
gallium: in softpipe_get_tex_surface() use the pitch specified in the softpipe_texture object.

Fixes a pitch/width mix-up.
src/gallium/drivers/softpipe/sp_texture.c