index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
composite
/
compwindow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-30
composite: add panoramix support
David Reveman
1
-4
/
+18
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
1
-2
/
+2
2010-09-10
composite: Convert compWindowUpdate to use TraverseTree
Adam Jackson
1
-15
/
+15
2010-06-22
composite: fix freeing of old pixmap until after move/resize/cbw (bug 28345)
Dave Airlie
1
-9
/
+59
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-21
/
+21
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
1
-126
/
+45
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-1
/
+1
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-21
/
+15
2009-10-08
Cast small-int values through intptr_t when passed as pointers
Jamey Sharp
1
-2
/
+2
2009-05-15
Correct some Sun license notices to Sun's standard X11 license format
Alan Coopersmith
1
-17
/
+24
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-2
/
+2
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-2
/
+2
2008-05-12
Prevent the -wm command line option from causing a SEGV
James Cloos
1
-1
/
+1
2008-05-12
Clean up whitespace
James Cloos
1
-35
/
+35
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
1
-1
/
+1
2008-02-17
Resize composite overlay window when the root window changes.
Maarten Maathuis
1
-0
/
+25
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-16
/
+1
2007-09-01
[COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)
Keith Packard
1
-1
/
+1
2007-07-09
Fix regression from recent composite changes.
Michel Dänzer
1
-1
/
+1
2007-07-03
Make Composite manual redirect windows not clip their parent.
Keith Packard
1
-16
/
+17
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2006-12-15
Convert callers of LookupWindow() to dixLookupWindow().
Eamon Walsh
1
-3
/
+3
2006-08-08
Add CompositeRegisterAlternateVisuals.
Aaron Plattner
1
-1
/
+1
2006-03-29
Fix composite overlay window bug 6411
Deron Johnson
1
-0
/
+8
2006-03-13
Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:
Deron Johnson
1
-0
/
+51
2005-07-03
Fix more include paths; add dix-config.h to XKB code.
Daniel Stone
1
-3
/
+0
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2004-08-15
Clip destination instead of source. Should be the same, but it looks nicer
Keith Packard
1
-6
/
+5
2004-08-15
Remove debugging code which did a full tree walk on every window operation
Keith Packard
1
-1
/
+3
2004-08-15
Redraw window borders when switching window pixmaps around
Keith Packard
1
-0
/
+20
2004-08-13
Empty damage object when freeing pixmap.
Keith Packard
1
-2
/
+23
2004-08-12
Fix some issues reported by deronj:
Eric Anholt
1
-1
/
+4
2004-08-12
Paint to parent window instead of parent window's pixmap (helps for servers
Keith Packard
1
-5
/
+6
2004-07-31
Integrate COMPOSITEWRAP branch including composite wrapper. This code still
Eric Anholt
1
-0
/
+708