r300: minor blit rework
authorMaciej Cencora <m.cencora@gmail.com>
Sat, 19 Dec 2009 13:25:53 +0000 (14:25 +0100)
committerMaciej Cencora <m.cencora@gmail.com>
Sat, 19 Dec 2009 13:43:08 +0000 (14:43 +0100)
commit4b6dee08652706d02939844fe209cddbae8966e4
tree2f1c7aed7d53b2a5a1af227f665ade17e7bda566
parenta1428868a66ab70a762ad863dafa00c3099f3d8a
r300: minor blit rework

Use vert/tex coords instead of byte offsets for specyfing src/dst image offsets.
This will allow for blitting between tiled/untiled buffers.
src/mesa/drivers/dri/r300/r300_blit.c
src/mesa/drivers/dri/r300/r300_blit.h
src/mesa/drivers/dri/r300/r300_texcopy.c