aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_blit.c
Commit message (Expand)AuthorAgeFilesLines
* r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher2010-01-191-6/+5
* r100/r200: fix dst pitch in blit codeAlex Deucher2010-01-191-1/+1
* r100/r200: align to pitch updates in blit interfaceMaciej Cencora2010-01-201-2/+2
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-22/+28
* r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher2010-01-191-1/+1
* r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher2010-01-191-1/+24
* r100/r200: add blit support for ARGB4444Alex Deucher2010-01-191-0/+6
* r100: add blit supportAlex Deucher2010-01-181-0/+369