index
:
~keithp/xserver
backout-randr
by-keithp
change-region-api
check-private-usage
dist-build-fixes
fix-alpha-maps
fix-fb
fix-private-usage
master
privates-fixes
randr-1.4
randr-1.4-subwork
randr-fixes
xinput-align-fix
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-08
Make DRI_SCREEN_PRIV just return NULL when DRI isn't initialized
HEAD
master
Keith Packard
1
-1/+2
2010-06-08
randr: prevent an unnecessary screen resize with multiple displays
Ben Skeggs
1
-2/+2
2010-06-08
If XTest is always required, then eliminate the XTest devPrivate
Keith Packard
5
-30/+9
2010-06-07
dri2: Deal with input-only windows by using WindowDrawable()
Keith Packard
1
-5/+5
2010-06-07
Initialize private keys in test suite
Keith Packard
7
-4/+31
2010-06-06
Place glyph privates at correct location within the allocate storage
Keith Packard
1
-5/+5
2010-06-06
randr: Make deletion of output properties more robust
Mikhail Gusarov
1
-41/+35
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
84
-412/+240
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
32
-132/+132
2010-06-06
xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logic
Mikhail Gusarov
1
-71/+23
2010-06-06
xkb: Remove superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-96/+48
2010-06-06
Merge remote branch 'jamey/for-keith'
Keith Packard
7
-1/+147
2010-06-06
dmx: Split glx scalar swap variables from array swap variables.
Jamey Sharp
7
-1/+147
2010-06-06
dix: Remove test for obsolete NO_XINERAMA_PORT macro.
Kim Woelders
1
-2/+1
2010-06-06
Clean up after removal of screen parameters from region macros.
Jamey Sharp
31
-259/+102
2010-06-06
Damage pixmap private key was being mis-registered as a picture key
Keith Packard
1
-1/+1
2010-06-06
Register Xnest colormap screen private key
Keith Packard
1
-0/+3
2010-06-06
Make GetPictureScreenIfSet check if Render is running
Keith Packard
1
-1/+1
2010-06-06
Move the shadow screen private key initialization to shadowSetup
Keith Packard
1
-3/+3
2010-06-06
Fix exa_priv.h declarations of privates
Keith Packard
2
-9/+10
2010-06-06
kdrive: Xv code uses shared screen private instead of kdrive-specific private
Keith Packard
1
-5/+1
2010-06-06
Allocate per-screen device/cursor-bits private keys in midispcur
fix-private-usage
Keith Packard
1
-15/+14
2010-06-06
Add dixCreatePrivateKey API
Keith Packard
2
-2/+42
2010-06-06
Change devPrivates implementation.
Keith Packard
2
-185/+407
2010-06-06
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
139
-711/+1105
2010-06-06
Create separate private key for midispcur cursor bits
Keith Packard
1
-17/+21
2010-06-06
Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead
Keith Packard
4
-63/+19
2010-06-06
Add REGION_ macros for source compatibility with existing drivers.
Keith Packard
1
-0/+39
2010-06-06
Change region implementation from macros to inline functions.
Keith Packard
4
-276/+196
2010-06-06
Rename region macros to eliminate screen argument
Keith Packard
130
-1865/+1817
2010-06-06
Move mi/miregion.c to dix/region.c
Keith Packard
3
-1/+1
2010-06-06
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
10
-149/+192
2010-06-06
rootless: Fix SetShape regression
Jeremy Huddleston
2
-3/+3
2010-06-04
configure: Check for libsha1.pc
Pauli Nieminen
1
-1/+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
1
-5/+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
2
-18/+10
2010-06-04
xkb: fix invalid memory writes in _XkbCopyGeom.
Peter Hutterer
1
-2/+2
2010-06-04
composite: use config notify hook to do pixmap resize.
Dave Airlie
6
-158/+70
2010-06-03
Merge remote branch 'jamey/for-keith'
Keith Packard
73
-957/+597
2010-06-03
Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.
Jamey Sharp
1
-36/+26
2010-06-03
Delete XineramaScreenRegions cache.
Jamey Sharp
2
-19/+21
2010-06-03
XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.
Jamey Sharp
3
-7/+10
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
28
-333/+321
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
15
-228/+204
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
52
-128/+130
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
8
-64/+64
2010-06-03
midispcur: Add comment explaining why pRootPicture must not be freed.
Jamey Sharp
1
-0/+6
2010-06-03
mi: Delete unused flicker-free MoveCursor code.
Jamey Sharp
3
-333/+6
2010-06-03
dmx: Fix XSetExtensionErrorHandler calls to agree on constness.
Jamey Sharp
3
-5/+5
2010-06-03
Install fbdevhw module in normal module directory instead of linux/
Alan Coopersmith
1
-2/+1
[next]