summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texcopy.c
AgeCommit message (Collapse)Author
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r300/r600: move some bo offsets checking to blit codeMaciej Cencora
In preperation for texcopy code sharing.
2010-01-19r300: prepare for texcopy code sharingMaciej Cencora
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-19r300: better fix for glCopyTexSubImageMaciej Cencora
2009-12-13r300: fix glCopyTexSubImageMaciej Cencora
Need to properly setup colorbuffer when dst pitch != dst width.
2009-12-12r300: disable blit debugging infoMaciej Cencora
2009-12-12more blit fixesMaciej Cencora
2009-12-12blit WIPMaciej Cencora
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora