commit | 9156cf09f56150ed89f77eaa4c386a07789776a0 | [log] [tgz] |
---|---|---|
author | Roland Scheidegger <sroland@tungstengraphics.com> | Thu Jun 19 11:36:04 2008 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 19 11:36:04 2008 +1000 |
tree | 39088281aa78ab6e3188dcd789e35ff726a056c0 | |
parent | c0beb2a723d69934a53f51a9d664c5b1dbbf634b [diff] |
drm/radeon: fix texture uploads with large 3d textures (bug 13980) Texture uploads could hit the blitter coordinate limit, adjust the texture offset when uploading the pieces. Make sure to check the end address of the upload too. Signed-off-by: Dave Airlie <airlied@redhat.com>