summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-3/+1
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-5/+5
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade11-75/+75
2008-12-02xfree86: don't render SW cursors for devices attached to VCP (#16805)Peter Hutterer1-1/+2
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade2-6/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade4-19/+19
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade6-19/+19
2008-10-26Nuke unused variablesJulien Cristau1-1/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-1/+1
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 Walsh2-5/+5
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 Hutterer2-5/+47