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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-26
exa: make sure pixmap devPrivate.ptr is NULL at create time
Dave Airlie
1
-0
/
+3
2008-09-16
exa: disable shared pixmaps
Julien Cristau
1
-0
/
+10
2008-09-01
exa: drop cw.h inclusion
Dave Airlie
3
-3
/
+0
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-7
/
+7
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
4
-83
/
+26
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-2
/
+4
2008-08-28
Reimplement ShmPutImage.
Adam Jackson
3
-104
/
+0
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
4
-8
/
+8
2008-08-26
exa: some minor cleanup
Maarten Maathuis
3
-17
/
+25
2008-08-26
exa: report damage manually for exa{Trapezoids,Triangles} when needed
Maarten Maathuis
1
-6
/
+16
2008-08-26
exa: move destination damage for internal calls to a special function
Maarten Maathuis
4
-40
/
+48
2008-08-26
exa_glyphs: remove useless offset
Maarten Maathuis
1
-7
/
+6
2008-08-19
exa: remove useless cache{X,Y}off from UploadToScreen() arguments.
Maarten Maathuis
1
-2
/
+3
2008-08-19
EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
Michel Dänzer
2
-27
/
+12
2008-08-19
EXA: Don't use exaGlyphs if the driver doesn't provide a PrepareComposite hook.
Michel Dänzer
1
-4
/
+8
2008-08-17
exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26
Maarten Maathuis
1
-1
/
+1
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
4
-124
/
+153
2008-08-05
EXA: Remove unnecessary #includes
Daniel Stone
2
-4
/
+0
2008-07-31
EXA: Do still return FALSE if the driver PrepareCopy hook failed...
Michel Dänzer
1
-1
/
+3
2008-07-31
EXA: Fix exponential growth logic for GXcopy tiled fills.
Michel Dänzer
1
-3
/
+4
2008-07-31
EXA: Simplify exaFillRegionTiled() control flow.
Michel Dänzer
1
-13
/
+11
2008-07-30
EXA: Optimize GXcopy tiled fills.
Michel Dänzer
1
-7
/
+53
2008-07-30
EXA: Replace open coded CopyArea logic with GC op call.
Michel Dänzer
1
-12
/
+6
2008-06-18
Set driverPriv immediately on CreatePixmap.
Alan Hourihane
1
-8
/
+6
2008-06-06
EXA: Fix exaGetPixmapFirstPixel() crash if the driver has a CreatePixmap hook.
Michel Dänzer
1
-1
/
+3
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
5
-4
/
+31
2008-05-24
EXA: Don't migrate twice in exaImageGlyphBlt.
Michel Dänzer
1
-12
/
+2
2008-05-24
EXA: Don't suggest exaCopyDirty be inlined.
Michel Dänzer
1
-1
/
+1
2008-05-24
EXA: Specify region used for source pixmap migration in exaCopyNtoN.
Michel Dänzer
1
-21
/
+31
2008-05-01
EXA: Fall back in CompositeRects if the driver can't accelerate Composite.
Michel Dänzer
1
-0
/
+3
2008-04-28
EXA: Try to accelerate non-antialiased text via the glyph cache as well.
Michel Dänzer
1
-0
/
+15
2008-04-28
EXA: Accumulate glyphs whenever possible, for full benefits of the glyph cache.
Michel Dänzer
1
-0
/
+96
2008-04-28
EXA: Glyph cache upload tweaks.
Michel Dänzer
1
-1
/
+8
2008-04-28
EXA: Use UploadToScreen() for uploads to glyph cache
Owen Taylor
1
-11
/
+66
2008-04-28
EXA: Clean up debug messages
Owen Taylor
2
-4
/
+1
2008-04-28
EXA: Fix overlapping glyphs in glyph cache
Owen Taylor
2
-10
/
+18
2008-04-28
EXA: Add exaCompositeRects()
Owen Taylor
3
-54
/
+267
2008-04-28
EXA: Use a single large glyph cache pixmap
Owen Taylor
4
-0
/
+796
2008-04-21
EXA: Set pixmap->accel_blocked on the screen pixmap, too.
Tilman Sauerbeck
2
-0
/
+33
2008-04-21
EXA: Update sys_pitch/fb_pitch in exaModifyPixmapHeader.
Tilman Sauerbeck
1
-15
/
+28
2008-04-21
EXA: Offscreen memory eviction improvements.
Michel Dänzer
2
-15
/
+36
2008-04-17
EXA: Avoid some fallbacks in exaCopyNtoN.
Tilman Sauerbeck
1
-6
/
+26
2008-04-14
EXA: Update pixmaps' accel_blocked field in ModifyPixmapHeader.
Tilman Sauerbeck
1
-21
/
+32
2008-04-14
EXA: Teach exaCompositeFallbackPictDesc() about x8r8g8b8.
Tilman Sauerbeck
1
-0
/
+3
2008-04-07
EXA: Fix TS origin computation when implementing RenderComposite with tiling.
Owen W. Taylor
1
-4
/
+6
2008-03-31
EXA: Optimize the eviction scanning loop in exaOffscreenAlloc.
Fredrik Höglund
1
-48
/
+58
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
3
-23
/
+16
2008-02-27
EXA: Let the driver decide what repeat/extend types are supported.
Maarten Maathuis
1
-2
/
+0
2008-02-20
EXA: Fix Render acceleration in copy and tiling cases.
Eric Anholt
1
-6
/
+10
2008-01-14
exa: make the prototype for exaGetPixmapFirstPixel() public
Bernardo Innocenti
2
-3
/
+3
[next]