summaryrefslogtreecommitdiff
path: root/src/rhd_cursor.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Cursor: fix logic error in cursor visibility checking.Luc Verhaegen1-19/+14
2009-05-14Cursor: optimize lockCursor()Yang Zhao1-5/+8
2009-05-14Cursor: clean-up: eliminate Width and Height from rhdCursor structYang Zhao1-11/+7
2009-05-11Cursor: refactor non-RandR cursor codeYang Zhao1-107/+25
2009-05-06Cursor: Fix remaning corruption casesYang Zhao1-1/+32
2009-05-06Cursor: refactor RandR cursor codeYang Zhao1-6/+21
2009-05-05Cursor: Do not change cursor mode when disabling; fixes bug #13405Yang Zhao1-1/+2
2009-04-23Fix #13405: Cursor corruptionMatthias Hopf1-29/+66
2009-03-02Byebye novell.Luc Verhaegen1-1/+1
2009-02-19(Hopefully) fix cursor corruptions, at least on some configs. fdo #13405Matthias Hopf1-0/+8
2008-11-19HW Cursor: Add RandR cursor interface.Egbert Eich1-1/+70
2008-11-03Don't allocate framebuffer for cursor images if software cursor is used.Matthias Hopf1-1/+2
2008-05-27Added trivial memory manager.Matthias Hopf1-4/+2
2007-12-19Make the driver build with the latest ustream git server sources again.Egbert Eich1-5/+5
2007-12-12Additional checks for cursor size in UseHWCursor().Matthias Hopf1-4/+7
2007-12-12Only reload cursor image if there is one.Matthias Hopf1-0/+2
2007-11-20Upload and set cursor images independently of Crtcs being active or not.Matthias Hopf1-5/+6
2007-11-09Merge branch 'master' into initial-randrMatthias Hopf1-0/+4
2007-10-31Save cursor for non-active screens as well.Matthias Hopf1-1/+5
2007-10-30Add <string.h> to files using memcpy.Matthias Hopf1-0/+3
2007-10-30Use ASSERT() instead of assert().Matthias Hopf1-8/+6
2007-10-24Don't check unsigned for <0.Matthias Hopf1-4/+4
2007-10-24Nuke unnecessary array existence check.Matthias Hopf1-4/+0
2007-10-24Nuke unnecessary redirection.Matthias Hopf1-2/+2
2007-10-17Make sure that config.h is included in every file that includes rhd.h.Egbert Eich1-3/+3
2007-10-17Test if structures are set up yet before destroying them.Egbert Eich1-0/+7
2007-10-11RHDCursorsDestroy: Null Crtc->Cursor, not Crtc itself.Luc Verhaegen1-1/+1
2007-10-08Nuke VT switch cursor saving code.Matthias Hopf1-27/+1
2007-10-08Only save cursor if size is within limits.Matthias Hopf1-1/+3
2007-10-06Cursor cleanup: Moving all locks to interface functions.Matthias Hopf1-15/+23
2007-10-06Cursor cleanup: Nuke export of bit-banging interface.Matthias Hopf1-42/+34
2007-10-06Cursor cleanup: Move functions to right place. Adjust comments.Matthias Hopf1-89/+64
2007-10-06On reloading cursor, do not only upload image, but also set cursor address.Matthias Hopf1-1/+4
2007-10-06Correct cursor image saving.Matthias Hopf1-7/+8
2007-10-05Only save cursor image if address is in mapped memory range.Matthias Hopf1-7/+18
2007-10-05Mainly reverted commit 0a546480a5c2e0c66f746a91cb0b5f592c06b357.Matthias Hopf1-3/+17
2007-10-05 Fix cursor vt switch handling including segfault.Egbert Eich1-3/+19
2007-10-04Upload cursor image again on EnterVT.Matthias Hopf1-0/+14
2007-10-04Fix typo in cursor state save.Matthias Hopf1-1/+1
2007-10-04Typo & type fixes.Matthias Hopf1-2/+2
2007-10-04Implement full cursor save/restore including image.Matthias Hopf1-18/+47
2007-10-04Use new RHDPTRI macro for accessing RHDRec by scrnIndex. Less typing.Matthias Hopf1-2/+2
2007-09-18Adding AMD Copyright. Fix build to build with atombios.h but without parser.Egbert Eich1-0/+1
2007-09-15Fit cursors in Crtc specific structs.Luc Verhaegen1-113/+236
2007-09-12Beautification... rename struct rhd_* to struct rhd*Luc Verhaegen1-2/+2
2007-09-04Fix HW cursor on Crtc2. Fix HW cursor with virtual.Matthias Hopf1-30/+19
2007-09-04Make HWCursor code backward compatible with non-RandR-1.2.Egbert Eich1-1/+1
2007-09-03Add some very simplistic FB memory handling.Luc Verhaegen1-0/+2
2007-09-03Hardware cursor support.Matthias Hopf1-22/+303
2007-09-03Fix my email address.Luc Verhaegen1-1/+1