summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/xf86Cursor.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-3/+3
2011-02-22xfree86: update GetMaster check for the VCP.Peter Hutterer1-4/+2
2010-07-02Add API to update setting of waitForUpdate screen private in miPointerAlan Coopersmith1-8/+4
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+4
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-6/+6
2010-05-03Fix cursor ref counting mistakes with sprites and xf86Cursor.cKeith Packard1-0/+2
2010-04-08Don't keep a pointer to a possibly freed cursor when changing screens, preven...Pierre-Loup A. Griffais1-0/+1
2010-03-15hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functionsRoland Scheidegger1-0/+6
2009-07-03xfree86: fix wrong IsMaster() check causing crashes.Peter Hutterer1-2/+1
2009-06-18xfree86: fix SWCursor check in xf86CursorSetCursor.Peter Hutterer1-3/+4
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-12-02xfree86: don't render SW cursors for devices attached to VCP (#16805)Peter Hutterer1-1/+2
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-4/+4
2008-10-26Nuke unused variablesJulien Cristau1-1/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-3/+3
2008-06-24Fix "warning: suggest parentheses around && within ||".Eamon Walsh1-1/+1
2008-06-11Remove unused xf86DeviceCursorUndisplay() function.Tiago Vignatti1-1/+0
2008-05-16xfree86: always render first cursor in HW, all others in SW.Peter Hutterer1-53/+28
2008-05-16Restructure and organize the code.Tiago Vignatti1-33/+26
2008-05-16Remove redundancy.Tiago Vignatti1-3/+0
2008-05-13Remove UndisplayCursor API.Peter Hutterer1-15/+1
2008-05-06xfree86: call SetCursor for the VCP when switching between SW/HW rendering.Peter Hutterer1-13/+42
2008-05-06xfree86: switch between to SW cursors if more than 1 sprite is available.Peter Hutterer1-10/+32
2008-05-06xfree86: re-enable hardware cursor (for a single cursor)Peter Hutterer1-1/+47
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-43/+35
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-3/+3
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-38/+31
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-1/+2
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-1/+2
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-2/+3
2006-11-17dix: moved isMPdev field to end of _DeviceIntRec structurePeter Hutterer1-21/+40
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-02-16Fix an occasional crash on VT switches: the server would save a pointer toBenjamin Herrenschmidt1-1/+3
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+0
2006-01-23Commit #4633 - Initial mouse pointer incorrect with EXA which also fixesAlan Hourihane1-68/+36
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+437