summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Cursors.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-17Abstract cursor refcountingPeter Hutterer1-2/+2
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-5/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-329/+303
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-0/+1
2011-10-03xfree86/modes: Make cursor position transform a helper functionAaron Plattner1-26/+31
2011-10-03xfree86/modes: Let the driver handle the transformAaron Plattner1-8/+23
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard1-2/+2
2010-12-06randr: Add sprite position transformsKeith Packard1-2/+2
2010-11-30xfree86: Fix rotation of 2-color non-interleaved cursor imagesAaron Plattner1-19/+43
2010-09-18Xserver need not be compatible with old versions of xserver.Jamey Sharp1-8/+0
2010-06-22rotation: fix cursor and overlap of one pixel.Dave Airlie1-3/+6
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-5/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-05-11Fix null pointer dereference in xf86_reload_cursors().Cyril Brulebois1-1/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-2/+0
2010-03-15hw/xfree86: fix refcounting in xf86_use_hw_cursorRoland Scheidegger1-2/+2
2009-09-22Fix sporadic segfault on resume due to accidentally freeing cursor.Keith Packard1-1/+1
2009-09-22Revert fe31f9c + 977953b to fix issue for good.Matthias Hopf1-8/+2
2009-09-21Less intrusive workaround for sporadic segfault on resume.Matthias Hopf1-9/+7
2009-09-16Work around sporadic segfault on resume with intel/KMS due to cursor->bits ==...Matthias Hopf1-0/+8
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard1-2/+4
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-12-02xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14...Stuart Bennett1-2/+8
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard1-1/+1
2008-11-24Fix rotated/reflected cursor positions.Keith Packard1-11/+11
2008-11-24Handle RandR transform matrices in floating point.Keith Packard1-9/+7
2008-11-24Adjust transformed cursor position to account for hotspotKeith Packard1-0/+9
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-2/+2
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-8/+7
2008-05-19cursor: don't dereference NULL pointer is devPrivates not yet set.Dave Airlie1-8/+7
2008-05-02xfree86: don't try to repaint the cursor before cursors exist.Peter Hutterer1-2/+4
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-4/+15
2008-03-20Fix RandR 1.2 driver interface conversion of two colour cursors to ARGBMichel Dänzer1-1/+2
2008-03-20Revert "Fix RandR 1.2 driver interface conversion of two colour cursors to ARGB"Alex Deucher1-2/+0
2008-03-19Fix RandR 1.2 driver interface conversion of two colour cursors to ARGBMichel Dänzer1-0/+2
2008-03-06Get modes code building with old X servers again.Aaron Plattner1-3/+13
2008-01-26Merge branch 'master' into mpxPeter Hutterer1-1/+1
2008-01-15xf86Cursors: fix memset for non-square cursorsDave Airlie1-1/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-2/+3
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-5/+16
2007-08-30devPrivates rework: convert CursorRec and CursorBits over to new interface.Eamon Walsh1-2/+3
2007-08-22Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher1-5/+5
2007-08-20Ref count cursors used in hw/xfree86/modes code.Keith Packard1-0/+11
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-44/+72
2007-07-31Revert "Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first pl...Dave Airlie1-0/+2
2007-07-25Fix RandR 1.2 conversion of two colour to ARGB cursor on MSB first platforms.Michel Dänzer1-2/+0
2007-07-14Add RandR reflection support.Keith Packard1-44/+72
2007-03-19Merge branch 'master' into mpxPeter Hutterer1-0/+608