summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-03-13radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora
2010-03-13radeon: fix glCopyTex(Sub)ImageMaciej Cencora
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora
2010-03-08radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher
2010-03-08radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-02-27radeon: Assert pointer is not null before dereferencing.Vinson Lee
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora