aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+6
* radeon: add some debuging info for glCopyTex(Sub)ImageMaciej Cencora2010-03-131-1/+7
* radeon: fix glCopyTex(Sub)ImageMaciej Cencora2010-03-131-2/+11
* radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora2010-03-101-3/+6
* radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher2010-03-081-0/+4
* radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora2010-03-081-0/+4
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-5/+39
* radeon: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-0/+155