summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/xf86HWCurs.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()Alex Goins1-1/+8
2017-02-08xfree86: Immediately handle failure to set HW cursor, v5Michael Thayer1-4/+4
2017-02-06xfree86: Take input_lock() for xf86ScreenCheckHWCursorChris Wilson1-7/+20
2017-02-06xfree86: Take input lock for xf86TransparentCursorChris Wilson1-0/+4
2017-02-06xfree86: Take the input lock for xf86RecolorCursorChris Wilson1-6/+18
2016-10-28ramdac: Check sPriv != NULL in xf86CheckHWCursor()Alex Goins1-0/+4
2016-10-13xf86Cursor: Take the input lock in xf86Set/MoveCursorMichel Dänzer1-3/+14
2016-10-13xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slavesMichel Dänzer1-4/+16
2016-09-13xf86Cursor: Add hw cursor support for primeDave Airlie1-5/+77
2016-09-13xf86Cursor: Add xf86CheckHWCursor() helper functionDave Airlie1-0/+12
2015-06-30cursor: drop ARGB_CURSORDave Airlie1-6/+0
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard1-7/+7
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer1-6/+9
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-6/+6
2012-07-10Remove XAADaniel Stone1-0/+9
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-209/+224
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-16/+16
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-1/+1
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-2/+2
2008-05-06xfree86: re-enable hardware cursor (for a single cursor)Peter Hutterer1-4/+0
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-10/+10
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-8/+8
2006-12-18Cleaning up ifdef MPX from remaining files, removing it from configure.ac.Peter Hutterer1-3/+0
2006-11-17dix: moved isMPdev field to end of _DeviceIntRec structurePeter Hutterer1-0/+7
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+2
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
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 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert 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-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-1/+8
2003-11-14Initial revisionKaleb Keithley1-0/+516