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 09:04:14 +0000 (10:04 +0100)
commit6826bad6a75e78729dd472ea26c87787c90ada4c
tree9bf2101fc431009543fcf7217b08efe1ee0e5b66
parent626b6f37eaf81eeb0eb069f18c98c6ffa463647e
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