summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Cursors.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-15Allow xf86_reload_cursors during server init.Keith Packard1-4/+16
2007-03-15Create driver-independent CRTC-based cursor layer.Keith Packard1-0/+595