index
:
~jamey/xserver
cleanup-gcclip
cleanup-xaa
master
miTranslate
no-regen
pixmap-hooks
reviewed
rootless
xinerama-origin
xinerama-rework
Jamey's X server tree
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-07
EXA: Remove superfluous manual damage tracking.
Michel Dänzer
2
-51
/
+28
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
4
-87
/
+80
2007-09-07
EXA: Improvements for 1x1 pixmaps.
Michel Dänzer
2
-9
/
+49
2007-09-07
EXA: exaImageGlyphBlt improvements.
Michel Dänzer
1
-131
/
+39
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
3
-56
/
+136
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
4
-50
/
+76
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
5
-102
/
+194
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
3
-92
/
+74
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
6
-93
/
+41
2007-09-07
EXA: Add a couple of missing exaPrepare/FinishAccess calls.
Dave Airlie
3
-4
/
+69
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
2
-21
/
+9
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
3
-44
/
+0
2007-08-24
exaPolyFillRect: pGC->alu doesn't matter with a single rectangle.
Michel Dänzer
1
-2
/
+3
2007-08-24
exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.
Michel Dänzer
1
-1
/
+1
2007-08-24
EXA: Improve ShmPutImage.
Michel Dänzer
3
-23
/
+59
2007-08-24
EXA: Only mark offscreen memory as used when it really is.
Michel Dänzer
1
-2
/
+6
2007-08-22
Fix overly-restrictive integer overflow check in EXA pixmap creation.
Eric Anholt
1
-1
/
+1
2007-08-18
EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.
Fredrik Höglund
1
-12
/
+12
2007-08-16
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
3
-0
/
+136
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
1
-14
/
+2
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
2
-86
/
+14
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
[prev]
[next]