summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac
AgeCommit message (Expand)AuthorFilesLines
2017-10-25ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()Alex Goins1-1/+8
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+27
2017-02-08xfree86: Immediately handle failure to set HW cursor, v5Michael Thayer2-4/+20
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
2017-01-12tests: Avoid libtool messageMihail Konev2-1/+1
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 Airlie2-6/+78
2016-09-13xf86Cursor: Fix xf86CurrentCursor to work on slave GPU ScreensHans de Goede1-3/+6
2016-09-13xf86Cursor: Add xf86CheckHWCursor() helper functionDave Airlie3-8/+14
2016-05-26xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursorKeith Packard2-0/+10
2016-03-09xfree86: Re-set current cursor after RandR 1.2 CRTC configuration changeMichel Dänzer2-0/+25
2015-08-28debug output format fix in TI.cJon TURNEY1-1/+1
2015-06-30cursor: drop ARGB_CURSORDave Airlie3-12/+0
2014-11-12Drop trailing whitespacesPeter Hutterer5-7/+7
2014-10-27Skip SetCursor when vtSema is FALSE.Yogish Kulkarni1-1/+3
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-1/+0
2014-04-25hw/xfree86: Restore API compatibility for cursor loading functionsKeith Packard4-12/+44
2014-04-03Add a return value to load_cursor_argb() to allow it to report failureMichael Thayer6-17/+24
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-7/+7
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-05-15Abstract cursor refcountingPeter Hutterer1-14/+14
2013-02-15xfree86: remove redundant declaration of inputInfoPeter Hutterer1-1/+0
2012-07-10Remove XAADaniel Stone4-13/+11
2012-07-07xf86/cursor: fallback to sw cursor if we have slaves present.Dave Airlie1-1/+1
2012-07-06xf86: cursor code got mangled by indentingDave Airlie1-20/+11
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-12/+12
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie3-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard17-1479/+1546
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith3-3/+3
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp2-5/+5
2011-02-22xfree86: update GetMaster check for the VCP.Peter Hutterer1-4/+2
2010-12-07Enable silent rules for cat and echo.Cyril Brulebois1-2/+2
2010-07-02Add API to update setting of waitForUpdate screen private in miPointerAlan Coopersmith1-8/+4
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov3-6/+6
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-4/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-3/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-28/+28
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-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-07-14xfree86: remove a bunch of unused pci headersTiago Vignatti1-3/+0
2009-07-03xfree86: fix wrong IsMaster() check causing crashes.Peter Hutterer1-2/+1
2009-06-30Export symbols needed by the RandR implementation in fglrxFelix Kuehling1-1/+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