summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-03Merge branch 'master' into mpxPeter Hutterer3-54/+46
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh2-5/+5
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh3-47/+40
2007-04-02Merge branch 'master' into mpxPeter Hutterer1-46/+0
2007-03-25Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.Adam Jackson1-46/+0
2007-03-19Merge branch 'master' into mpxPeter Hutterer2-4/+5
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard2-4/+5
2007-03-05Merge branch 'master' into mpxPeter Hutterer1-1/+2
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-1/+2
2006-12-18Cleaning up ifdef MPX from remaining files, removing it from configure.ac.Peter Hutterer1-3/+0
2006-12-05Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpxPeter Hutterer1-1/+1
2006-11-23mi: closing memory leak, miPointer is freed in miPointerCloseScreenPeter Hutterer1-2/+3