commit | 3e14a2867d8ccf555fe6e318eac0f8200399fe1c | [log] [tgz] |
---|---|---|
author | Michel Daenzer <michel@tungstengraphics.com> | Fri Sep 22 04:26:35 2006 +1000 |
committer | Dave Airlie <airlied@linux.ie> | Fri Sep 22 05:32:34 2006 +1000 |
tree | a33f49fd5c107c0dc9101217e48602cea3376b32 | |
parent | 54a56ac583ac66f3f4bc2c4cc3ef9b0676770742 [diff] |
drm: Use register writes instead of BITBLT_MULTI packets for buffer swap blits This takes up two more ring buffer entries per rectangle blitted but makes sure the blit is performed top to bottom, reducing the likelyhood of tearing. Signed-off-by: Dave Airlie <airlied@linux.ie>