Mailinglist Archive: radeonhd (427 mails)
| < Previous | Next > |
[radeonhd] xf86-video-radeonhd:master: 2 commit(s)
- From: mhopf@xxxxxxxxxxxxxxxxxxxxxx (Matthias Hopf)
- Date: Wed, 6 May 2009 03:05:40 -0700 (PDT)
- Message-id: <20090506100540.74E9B10096@xxxxxxxxxxxxxxxxxxxxxx>
Reporting from xf86-video-radeonhd: Radeon HD video driver
Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd
2 commits against master at 6f378a0d...:
src/rhd_cursor.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 52 insertions(+), 6 deletions(-)
commit 4be5f7152f71c292f16b6e30c59c07b282ea4772
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Mon May 4 13:38:27 2009 -0700
Cursor: Fix remaning corruption cases
Port of f668cc06cd7f338888a7dce1507026af0e9e36ad to new code
Found by Alex:
Apparently the cursor image cannot end on a multiple of 128 pixels.
Also, for panning, the end of the cursor image cannot extend past
the end of the viewport.
Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>
diffstat:
src/rhd_cursor.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=4be5f715
commit 669e0befdf73a6e1502b0f499a4a9d2122929854
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Sun Apr 26 15:31:29 2009 -0700
Cursor: refactor RandR cursor code
Eliminate calls to displayCursor() and generally reduce the number of
register writes.
Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>
diffstat:
src/rhd_cursor.c | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=4be5f715
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Please visit:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd
Or get your own copy by using:
git-clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd
2 commits against master at 6f378a0d...:
src/rhd_cursor.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 52 insertions(+), 6 deletions(-)
commit 4be5f7152f71c292f16b6e30c59c07b282ea4772
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Mon May 4 13:38:27 2009 -0700
Cursor: Fix remaning corruption cases
Port of f668cc06cd7f338888a7dce1507026af0e9e36ad to new code
Found by Alex:
Apparently the cursor image cannot end on a multiple of 128 pixels.
Also, for panning, the end of the cursor image cannot extend past
the end of the viewport.
Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>
diffstat:
src/rhd_cursor.c | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=4be5f715
commit 669e0befdf73a6e1502b0f499a4a9d2122929854
Author: Yang Zhao <yang@xxxxxxxxxx>
Date: Sun Apr 26 15:31:29 2009 -0700
Cursor: refactor RandR cursor code
Eliminate calls to displayCursor() and generally reduce the number of
register writes.
Signed-off-by: Yang Zhao <yang@xxxxxxxxxx>
diffstat:
src/rhd_cursor.c | 27 +++++++++++++++++++++------
1 file changed, 21 insertions(+), 6 deletions(-)
gitweb url:
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=commit;h=4be5f715
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |