OSDN Git Service

mesa/st: remove redundant call to st_finish in CopyTexSubImage
authorKeith Whitwell <keithw@vmware.com>
Thu, 7 May 2009 18:27:30 +0000 (19:27 +0100)
committerKeith Whitwell <keithw@vmware.com>
Fri, 8 May 2009 13:57:30 +0000 (14:57 +0100)
commit507f4e7a7448fb246febefe8819b7b3ac70a35b4
tree1ab157826958ffdbdb6fc54223eb089ebae6c92d
parent44a996b185c446eab7038a10153db7e7496bf2c9
mesa/st: remove redundant call to st_finish in CopyTexSubImage

Rendering should already have been flushed, any synchronization will
be done by the driver or memory manager.
src/mesa/state_tracker/st_cb_texture.c