OSDN Git Service

st/mesa: use private pipe_sampler_view in st_render_mipmap()
authorBrian Paul <brianp@vmware.com>
Mon, 13 Feb 2012 21:46:11 +0000 (14:46 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 15 Feb 2012 21:09:01 +0000 (14:09 -0700)
commitc5ba6a780769c61ffc7c5b1de94b583671bc5418
treee54fe587440b7fc514f599ce9650b546c9fe04c6
parent0bda900743702a2c0f95024f004e6210e59fd5dd
st/mesa: use private pipe_sampler_view in st_render_mipmap()

Rather than the one in st_texture_object.  This sampler view really has
no connection to the one used for rendering.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/state_tracker/st_gen_mipmap.c