commit | 119e20dc149581db3064661b2e659f308f97b663 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Thu Sep 10 02:53:50 2009 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Thu Sep 10 18:44:16 2009 +1000 |
tree | 44971a17736e127ae503c608dd76874472103b10 | |
parent | a513c184d99fe10e7b20771ef86f5f807769318f [diff] |
drm/radeon/kms/r600: fix blit support select the correct max number of bytes per blit based on whether the size is multiple of 4 bytes. This determines whether we can use 8 or 32 bit pixels for the blit. airlied: also merged the IB padding patch + correcting the VS offset for context Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>