index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-04
exa: remove a few pExaPixmap checks.
Maarten Maathuis
1
-20
/
+12
2009-02-27
exa: fixup exaAssertNotDirty.
Maarten Maathuis
1
-4
/
+16
2009-02-17
Revert "exa: the extent of the valid region is probably much larger than that...
Maarten Maathuis
1
-3
/
+13
2009-02-17
exa: the extent of the valid region is probably much larger than that of the ...
Maarten Maathuis
1
-13
/
+3
2009-02-16
exa: reintroduce src rect optimisation, with a slightly higher threshold.
Maarten Maathuis
1
-0
/
+7
2009-02-16
exa: fix performance regression from 736b6fbd2c941b6276066cd1503523edebe7bf3d
Maarten Maathuis
1
-7
/
+0
2009-02-15
EXA: Try to prevent the valid regions from growing too many rects.
Michel Dänzer
1
-1
/
+28
2009-02-07
exa: Calling exaMarkSync after UTS is the drivers responsibility.
Maarten Maathuis
1
-2
/
+2
2009-02-06
EXA: Try harder to keep current pixmap copy up to date in exaMigrateToward*.
Michel Dänzer
1
-1
/
+11
2009-02-06
EXA: Guard empty pending region warning by DEBUG_MIGRATE.
Michel Dänzer
1
-0
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-2
/
+2
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-10-20
EXA: Avoid excessive syncing in PutImage
Michel Dänzer
1
-2
/
+4
2008-09-01
exa: drop cw.h inclusion
Dave Airlie
1
-1
/
+0
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-39
/
+0
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-3
/
+3
2008-08-26
exa: some minor cleanup
Maarten Maathuis
1
-2
/
+2
2008-08-26
exa: move destination damage for internal calls to a special function
Maarten Maathuis
1
-0
/
+33
2008-08-05
EXA: Remove unnecessary #includes
Daniel Stone
1
-2
/
+0
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
1
-0
/
+6
2008-05-24
EXA: Don't suggest exaCopyDirty be inlined.
Michel Dänzer
1
-1
/
+1
2007-11-07
EXA: Disable problematic optimization of dest pixmap migration by default.
Michel Dänzer
1
-8
/
+25
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
1
-0
/
+3
2007-10-03
exa: add new flags to denote driver handles all pixmap migration/hiding
Dave Airlie
1
-0
/
+3
2007-09-17
EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.
Michel Dänzer
1
-4
/
+4
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
1
-5
/
+4
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
1
-86
/
+146
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
1
-87
/
+67
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
1
-9
/
+4
2007-08-24
EXA: Only mark offscreen memory as used when it really is.
Michel Dänzer
1
-2
/
+6
2007-04-29
EXA: exaAssertNotDirty improvements.
Michel Dänzer
1
-13
/
+8
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
1
-1
/
+1
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
1
-75
/
+144
2006-04-28
Correct some bugs causing performance issues in the "Smart" scheme.
Eric Anholt
1
-3
/
+8
2006-04-26
Improve the migration debugging output.
Eric Anholt
1
-12
/
+14
2006-04-25
Add an option to verify at the point of migration that pixmaps which aren't
Eric Anholt
1
-0
/
+43
2006-04-18
Add a new migration scheme, called "Smart" for lack of a better name. This
Eric Anholt
1
-1
/
+60
2006-03-31
Add an option to EXA for the DDX to request that EXA hide the pixmap's
Eric Anholt
1
-4
/
+7
2006-03-16
Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the
Eric Anholt
1
-156
/
+206
2006-03-15
Don't let pinned pixmaps get migrated in when using the "Always" migration
Eric Anholt
1
-0
/
+3
2006-03-15
Add a new migration scheme, "always", which will move pixmaps to their
Eric Anholt
1
-27
/
+66
2006-03-14
Move migration logic to a new function, exaDoMigration(). This is largely a
Eric Anholt
1
-16
/
+75
2006-03-09
Rearrange EXA driver structures so that there's a hope of maintaining ABI
Eric Anholt
1
-19
/
+19
2006-02-16
Move EXA implementation up to the top level and remove its XFree86
Eric Anholt
1
-4
/
+2
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-0
/
+3
2006-02-02
Move the frequently-repeated code to get the pixmap that backs a drawable
Eric Anholt
1
-16
/
+2
2006-02-02
Rearrange and rename EXA code to be a bit more logically organized. Also
Eric Anholt
1
-1285
/
+2
2005-11-06
Fix a bug where a system memory pixmap got a wrong address if memcpy()
Thomas Hellstrom
1
-1
/
+1
2005-10-20
EXA: The "optimization" for using a fill operation instead of 1x1 copies
Thomas Winischhofer
1
-3
/
+3
[next]