commit | 649ffc06a62bf487b78440669bdfeb637f1d675b | [log] [tgz] |
---|---|---|
author | Nicolai Haehnle <nhaehnle@gmail.com> | Wed Aug 13 09:50:12 2008 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Mon Aug 25 06:35:12 2008 +1000 |
tree | 6521a822315303a2579defbe8c8e1993f288604e | |
parent | e2898c5fdd91f54c9c84fbf7d32edb8e4dfda574 [diff] |
r300: Fix cliprect emit This makes our handling of cliprects sane. drm_clip_rect always has exclusiv bottom-right corners, but the hardware expects inclusive bottom-right corner so we adjust this here. This complements Michel Daenzer's commit 57aea290e1e0a26d1e74df6cff777eb9f03 to Mesa. See also http://bugs.freedesktop.org/show_bug.cgi?id=16123 Signed-off-by: Dave Airlie <airlied@redhat.com>