summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-13radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora1-1/+7
2010-03-13radeon: fix glCopyTex(Sub)ImageMaciej Cencora1-2/+11
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora1-3/+6
2010-03-08radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher1-0/+4
2010-03-08radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora1-0/+4
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher1-5/+39
2010-02-27radeon: Assert pointer is not null before dereferencing.Vinson Lee1-0/+1
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora1-0/+155