Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-03 | radeon/r200/r300/r600: add check_blit vtbl function | Alex Deucher | |
Check if the native blit formats are supported, if not, attempt to use an alternate format. Skip 3, >4 bpp as per comments from mcencora on irc. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-01-19 | r300: prepare for texcopy code sharing | Maciej Cencora | |
2009-12-19 | r300: minor blit rework | Maciej 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-13 | r300: fix glCopyTexSubImage | Maciej Cencora | |
Need to properly setup colorbuffer when dst pitch != dst width. | |||
2009-12-12 | r300: accelerated blit support | Maciej Cencora | |