index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
ramdac
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-25
ramdac: Check ScreenPriv != NULL in xf86ScreenSetCursor()
Alex Goins
1
-1
/
+8
2017-04-26
Add a Meson build system alongside autotools.
Eric Anholt
1
-0
/
+27
2017-02-08
xfree86: Immediately handle failure to set HW cursor, v5
Michael Thayer
2
-4
/
+20
2017-02-06
xfree86: Take input_lock() for xf86ScreenCheckHWCursor
Chris Wilson
1
-7
/
+20
2017-02-06
xfree86: Take input lock for xf86TransparentCursor
Chris Wilson
1
-0
/
+4
2017-02-06
xfree86: Take the input lock for xf86RecolorCursor
Chris Wilson
1
-6
/
+18
2017-01-12
tests: Avoid libtool message
Mihail Konev
2
-1
/
+1
2016-10-28
ramdac: Check sPriv != NULL in xf86CheckHWCursor()
Alex Goins
1
-0
/
+4
2016-10-13
xf86Cursor: Take the input lock in xf86Set/MoveCursor
Michel Dänzer
1
-3
/
+14
2016-10-13
xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slaves
Michel Dänzer
1
-4
/
+16
2016-09-13
xf86Cursor: Add hw cursor support for prime
Dave Airlie
2
-6
/
+78
2016-09-13
xf86Cursor: Fix xf86CurrentCursor to work on slave GPU Screens
Hans de Goede
1
-3
/
+6
2016-09-13
xf86Cursor: Add xf86CheckHWCursor() helper function
Dave Airlie
3
-8
/
+14
2016-05-26
xfree86: Set xf86CrtcConfigRec cursor pointer to NULL in HideCursor
Keith Packard
2
-0
/
+10
2016-03-09
xfree86: Re-set current cursor after RandR 1.2 CRTC configuration change
Michel Dänzer
2
-0
/
+25
2015-08-28
debug output format fix in TI.c
Jon TURNEY
1
-1
/
+1
2015-06-30
cursor: drop ARGB_CURSOR
Dave Airlie
3
-12
/
+0
2014-11-12
Drop trailing whitespaces
Peter Hutterer
5
-7
/
+7
2014-10-27
Skip SetCursor when vtSema is FALSE.
Yogish Kulkarni
1
-1
/
+3
2014-07-28
xfree86: Remove #include "compiler.h" from places that don't need it
Adam Jackson
1
-1
/
+0
2014-04-25
hw/xfree86: Restore API compatibility for cursor loading functions
Keith Packard
4
-12
/
+44
2014-04-03
Add a return value to load_cursor_argb() to allow it to report failure
Michael Thayer
6
-17
/
+24
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
2
-7
/
+7
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
1
-1
/
+1
2013-05-15
Abstract cursor refcounting
Peter Hutterer
1
-14
/
+14
2013-02-15
xfree86: remove redundant declaration of inputInfo
Peter Hutterer
1
-1
/
+0
2012-07-10
Remove XAA
Daniel Stone
4
-13
/
+11
2012-07-07
xf86/cursor: fallback to sw cursor if we have slaves present.
Dave Airlie
1
-1
/
+1
2012-07-06
xf86: cursor code got mangled by indenting
Dave Airlie
1
-20
/
+11
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
2
-12
/
+12
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
3
-4
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
17
-1479
/
+1546
2011-11-23
Fix gcc -Wwrite-strings warnings in xf86 ddx
Alan Coopersmith
3
-3
/
+3
2011-09-19
Eliminate MAXSCREENS-sized CursorScreenKey array.
Jamey Sharp
2
-5
/
+5
2011-02-22
xfree86: update GetMaster check for the VCP.
Peter Hutterer
1
-4
/
+2
2010-12-07
Enable silent rules for cat and echo.
Cyril Brulebois
1
-2
/
+2
2010-07-02
Add API to update setting of waitForUpdate screen private in miPointer
Alan Coopersmith
1
-8
/
+4
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
3
-6
/
+6
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-4
/
+2
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2
-3
/
+6
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
3
-28
/
+28
2010-05-03
Fix cursor ref counting mistakes with sprites and xf86Cursor.c
Keith Packard
1
-0
/
+2
2010-04-08
Don't keep a pointer to a possibly freed cursor when changing screens, preven...
Pierre-Loup A. Griffais
1
-0
/
+1
2010-03-15
hw/xfree86: move reference counting out of the UseHWCursor[ARGB] functions
Roland Scheidegger
1
-0
/
+6
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
1
-0
/
+2
2009-07-14
xfree86: remove a bunch of unused pci headers
Tiago Vignatti
1
-3
/
+0
2009-07-03
xfree86: fix wrong IsMaster() check causing crashes.
Peter Hutterer
1
-2
/
+1
2009-06-30
Export symbols needed by the RandR implementation in fglrx
Felix Kuehling
1
-1
/
+1
2009-06-18
xfree86: fix SWCursor check in xf86CursorSetCursor.
Peter Hutterer
1
-3
/
+4
2009-05-22
Input: rename DeviceIntRec->isMaster to ->type.
Peter Hutterer
1
-2
/
+2
[next]