index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-27
exaGetPixmapFirstPixel: avoid framebuffer readbacks if possible.
Adam Jackson
1
-10
/
+27
2007-07-17
exaDriverInit: Fail if pScreenInfo or a member of it is invalid.
Dodji Seketeli
1
-0
/
+39
2007-07-03
ExaOffscreenMarkUsed: Don't crash when there's no offscreen memory.
Dodji Seketeli
1
-1
/
+1
2007-06-20
exaPolyFillRect: Don't track damage explicitly.
Michel Dänzer
1
-15
/
+6
2007-06-20
exaGetImage: Don't migrate or try to accelerate for 1x1.
Michel Dänzer
1
-3
/
+3
2007-05-22
EXA: Export ExaOffscreenMarkUsed.
Michel Dänzer
2
-3
/
+3
2007-05-06
Fix documentation for Copy hook -- it can copy memory to the scanout
Jesse Barnes
1
-1
/
+1
2007-04-29
EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled.
Michel Dänzer
1
-1
/
+1
2007-04-29
EXA: Remove DrawableDirty.
Michel Dänzer
3
-30
/
+10
2007-04-29
EXA: FillSpans improvements.
Michel Dänzer
1
-4
/
+1
2007-04-29
EXA: SolidBoxClipped improvements.
Michel Dänzer
1
-9
/
+8
2007-04-29
EXA: CopyNtoN improvements.
Michel Dänzer
1
-40
/
+43
2007-04-29
EXA: GetImage improvements.
Michel Dänzer
1
-13
/
+8
2007-04-29
EXA: PutImage improvements.
Michel Dänzer
2
-13
/
+21
2007-04-29
EXA: ImageGlyphBlt improvements.
Michel Dänzer
1
-72
/
+57
2007-04-29
EXA: Defer to FillRegionTiled in Composite when possible.
Michel Dänzer
1
-0
/
+39
2007-04-29
EXA: Composite improvements.
Michel Dänzer
1
-35
/
+44
2007-04-29
EXA: Glyphs improvements.
Michel Dänzer
1
-10
/
+32
2007-04-29
EXA: PolyFillRect improvements.
Michel Dänzer
2
-44
/
+68
2007-04-29
EXA: FillRegion{Solid,Tiled} improvements.
Michel Dänzer
3
-40
/
+72
2007-04-29
EXA: exaAssertNotDirty improvements.
Michel Dänzer
1
-13
/
+8
2007-04-29
EXA: Fix exaEnableDisableFBAccess for nested disables and enables.
Michel Dänzer
2
-2
/
+5
2007-04-29
Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.
Michel Dänzer
1
-2
/
+2
2007-04-04
Add an EXA driver callback to determine whether a pixmap is
Thomas Hellstrom
2
-1
/
+21
2007-03-27
Move libcw setup to the only renderer requiring it (XAA).
Eric Anholt
1
-4
/
+0
2007-02-14
Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.
Eric Anholt
2
-3
/
+15
2007-02-14
Mark sync when UploadToScreen succeeds in exaGlyphs().
Eric Anholt
1
-3
/
+5
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
4
-14
/
+67
2006-12-28
Switch the default migration heuristic for EXA to "always".
Eric Anholt
1
-1
/
+1
2006-12-28
Export exaMove{In,Out}Pixmap().
Eric Anholt
2
-6
/
+6
2006-12-19
EXA: Lots of damage tracking fixes.
Michel Dänzer
5
-126
/
+138
2006-12-19
exaGlyphs: mark dirty for software path also.
George Sapountzis
1
-3
/
+3
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
7
-65
/
+169
2006-12-19
exaCopyNtoN: Fix usage of 'dx' and 'dy' instead of 'reverse' and 'upsidedown'.
Michel Dänzer
1
-2
/
+3
2006-12-19
EXA: Compare backing pixmaps instead of drawables against driver limits.
Michel Dänzer
2
-27
/
+32
2006-12-19
EXA: Disable SHM pixmaps.
Eric Anholt
1
-0
/
+11
2006-10-15
exaDrawableDirty: Fix initialization of BoxRec.
Michel Dänzer
1
-1
/
+2
2006-08-12
Call exaTryComponentAlphaHelper() for solid src also.
George Sapountzis
1
-17
/
+76
2006-07-21
exa: only disable cw when COMPOSITE is built
Daniel Stone
1
-0
/
+2
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-1
/
+1
2006-07-03
Fix bugs in support for new repeatTypes in XAA and EXA.
Eric Anholt
1
-1
/
+4
2006-06-30
Bug 7145: fix build with gcc 2.95 & other c89 compilers
Jens Granseuer
1
-1
/
+4
2006-06-26
Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.
Eric Anholt
2
-8
/
+9
2006-06-24
Bug #6911: Check return value of exaGetPixelFromRGBA().
George Fufutos
1
-2
/
+6
2006-06-24
Bug #6818: Avoid infinite loop in exaLog2() with negative arguments.
Michel Dänzer
1
-1
/
+1
2006-06-19
Don't forget to step the rows when verifying the equivalence of fb/sys areas.
Eric Anholt
1
-0
/
+2
2006-06-18
Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
Eric Anholt
2
-5
/
+20
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
7
-133
/
+341
2006-05-02
Fix Solaris build with Sun compilers to work when exa is built before
Alan Coopersmith
1
-0
/
+4
2006-04-30
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Adam Jackson
1
-3
/
+0
[next]