commit | 1729dd33d20bddf1b3f371f3090f0cfd6be50b7a | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Fri Aug 06 02:54:05 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Tue Aug 10 10:46:47 2010 +1000 |
tree | e5f6ac18c7b0771a23ff377ec21584406e7db332 | |
parent | 43861f713c17223cd0fa87dcb57308b7cde7c10a [diff] |
drm/radeon/kms: r600 CS parser fixes - buffer offsets in the base regs are 256b aligned so shift properly when comparing, fixed by Andre Maasikas - mipmap size was calculated wrong when nlevel=0 - texture bo offsets were used after the bo base address was added - vertex resource size register is size - 1, not size Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Cc: Andre Maasikas <amaasikas@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>