index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-17
exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26
Maarten Maathuis
1
-1
/
+1
2008-05-16
EXA: Skip empty glyphs. (cherry picked from commit ce50bfd3369686cfecee5a138b...
Michel Dänzer
1
-0
/
+1
2008-05-16
Fix overly-restrictive integer overflow check in EXA pixmap creation.
Eric Anholt
1
-1
/
+1
2008-04-30
EXA: Fix off-by-one in polyline drawing.
Pierre Willenbrock
1
-1
/
+1
2007-11-17
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
1
-0
/
+4
2007-11-17
EXA: Make sure tile offsets passed to drivers are never negative.
Michel Dänzer
1
-2
/
+4
2007-11-17
EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Michel Dänzer
1
-1
/
+2
2007-08-23
EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.
Fredrik Höglund
1
-12
/
+12
2007-08-17
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
3
-0
/
+136
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
[next]