summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_blit.h
AgeCommit message (Collapse)Author
2009-12-19r300: minor blit reworkMaciej Cencora
Use vert/tex coords instead of byte offsets for specyfing src/dst image offsets. This will allow for blitting between tiled/untiled buffers.
2009-12-13r300: fix glCopyTexSubImageMaciej Cencora
Need to properly setup colorbuffer when dst pitch != dst width.
2009-12-12r300: accelerated blit supportMaciej Cencora