index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
composite
/
compalloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-1
/
+1
2013-09-10
damage: Simplify DamageUnregister
Adam Jackson
1
-2
/
+2
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-2
/
+2
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
1
-3
/
+2
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-395
/
+359
2011-10-19
composite: Update borderClip in compAllocPixmap()
Ville Syrjala
1
-4
/
+7
2011-08-03
composite: Inhibit window background paint with manual subwindow redirection
Ville Syrjälä
1
-0
/
+2
2011-08-03
Revert "composite: Don't backfill non-MapWindow allocations"
Pierre-Loup A. Griffais
1
-7
/
+3
2011-05-04
composite: Recompute clipping when changing between manual and automatic redi...
Ville Syrjälä
1
-0
/
+6
2011-05-04
composite: Copy the window contents back from the pixmap
Ville Syrjälä
1
-6
/
+41
2011-05-04
composite: Get rid of the internal UnmapWindow+MapWindow cycle
Ville Syrjälä
1
-42
/
+45
2011-05-04
composite: Initialize borderClip with current values
Ville Syrjälä
1
-2
/
+4
2011-05-04
composite: Call ValidateGC after ChangeGC
Ville Syrjälä
1
-2
/
+1
2011-04-15
Revert "composite: Don't backfill non-bg-None windows"
Adam Jackson
1
-26
/
+0
2011-01-05
composite: Support updating an arbitrary subtree
Ville Syrjälä
1
-2
/
+11
2011-01-05
composite: Add GetImage wrapper
Ville Syrjälä
1
-1
/
+1
2010-12-31
composite: Remove unnecessary variable.
Pauli Nieminen
1
-10
/
+2
2010-12-31
composite: Only register the block handler when it is required
Pauli Nieminen
1
-1
/
+36
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
1
-1
/
+1
2010-11-10
Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.
Eric Anholt
1
-1
/
+1
2010-10-18
composite: Move the backfill comment to a more appropriate indent level
Adam Jackson
1
-4
/
+4
2010-10-18
composite: Don't backfill non-MapWindow allocations
Adam Jackson
1
-3
/
+7
2010-10-18
composite: Don't backfill non-bg-None windows
Adam Jackson
1
-1
/
+23
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-3
/
+3
2010-06-02
composite: initialise pOldPixmap to NullPixmap at alloc time.
Dave Airlie
1
-0
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-1
/
+1
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-2
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-14
/
+14
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
1
-21
/
+15
2009-05-15
Correct some Sun license notices to Sun's standard X11 license format
Alan Coopersmith
1
-17
/
+24
2009-03-06
Composite: Uninitialized borderClipX/borderClipY
Peter Åstrand
1
-0
/
+2
2008-09-19
Switching from Automatic to Manual redirect needs to unmap/remap
Keith Packard
1
-0
/
+10
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-1
/
+1
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-1
/
+1
2008-06-24
Bug #15586: (Correctly) refuse to redirect the root window.
Adam Jackson
1
-0
/
+3
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+2
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+2
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-18
/
+55
2007-09-01
[COMPOSITE] Composite used for pixmap population on redirect. (Bug #7447)
Keith Packard
1
-18
/
+55
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-5
/
+5
2007-07-10
Redirect fix: Manual + Automatic - Manual = Automatic
Keith Packard
1
-0
/
+1
2007-07-03
Make Composite manual redirect windows not clip their parent.
Keith Packard
1
-5
/
+9
2007-06-29
Death to RCS tags.
Adam Jackson
1
-2
/
+0
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-1
/
+1
2006-03-13
Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3:
Deron Johnson
1
-0
/
+25
2006-01-12
Thu Jan 12 17:09:18 2006 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen
1
-0
/
+12
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
Copy bits from parent window when allocating pixmaps so that Background ==
Keith Packard
1
-35
/
+49
2004-08-13
Empty damage object when freeing pixmap.
Keith Packard
1
-0
/
+1
[next]