st/mesa: clean up use of 'target' variable in st_context_teximage()
authorBrian Paul <brianp@vmware.com>
Fri, 24 Aug 2012 13:20:58 +0000 (07:20 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 24 Aug 2012 19:15:27 +0000 (13:15 -0600)
commit09fafd3b856109ad4b24ac082ccf436022a1701c
tree507b4c60fbc33720bd41396fbbbc9357ab433314
parent261719b21c3dab4e2c0b79bbe148f494667da67c
st/mesa: clean up use of 'target' variable in st_context_teximage()

'target' was used both as a parameter of type st_texture_type and then
re-used for GL_TEXTURE_x targets.  Rename the function parameter and
add a new local 'GLenum target'.

And remove an extraneous break statement.
src/mesa/state_tracker/st_manager.c