summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-17dix: moved isMPdev field to end of _DeviceIntRec structurePeter Hutterer2-21/+47
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson17-17/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-4/+1
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 Anholt7-7/+2
2006-01-23Commit #4633 - Initial mouse pointer incorrect with EXA which also fixesAlan Hourihane2-71/+38
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-10-06Add cpconfig.c to EXTRA_DIST.Kristian Høgsberg1-1/+2
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone5-20/+0
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+3
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 Stone18-0/+72
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-1/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+16
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone2-3/+3