On 06/05/2013 10:14 AM, Eric Anholt wrote:
Now any caller (such as glCopyPixels()) can benefit from it, and it only changes the correct subset of the destination instead of a whole teximage. --- src/mesa/drivers/dri/intel/intel_blit.c | 114 ++++++++++++++------------ src/mesa/drivers/dri/intel/intel_blit.h | 2 - src/mesa/drivers/dri/intel/intel_pixel_copy.c | 13 --- src/mesa/drivers/dri/intel/intel_tex_copy.c | 34 -------- 4 files changed, 63 insertions(+), 100 deletions(-)
Wow, this is much cleaner...and I have a lot more confidence that it will work now.
I had comments on patches 2 and 5, but the rest are: Reviewed-by: Kenneth Graunke <kenn...@whitecape.org> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev