index
:
~ewalsh/xserver
master
server-1.5-branch
server-1.6-branch
server-1.7-branch
xace
xselinux
xserver XACE and SELinux feature branches.
ewalsh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_priv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
Wrap AddTraps in exa and damage.
Keith Packard
1
-0
/
+8
2008-10-21
exa: Add exaDrawableIsOffscreen() to the driver API.
Adam Jackson
1
-3
/
+0
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-4
/
+0
2008-08-28
Reimplement ShmPutImage.
Adam Jackson
1
-9
/
+0
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-1
/
+1
2008-08-26
exa: some minor cleanup
Maarten Maathuis
1
-0
/
+3
2008-08-19
EXA: Inline Prepare/FinishAccessWindow into only caller, ChangeWindowAttributes.
Michel Dänzer
1
-6
/
+0
2008-05-24
EXA: Only record damage generated by rendering operations.
Michel Dänzer
1
-0
/
+1
2008-04-28
EXA: Clean up debug messages
Owen Taylor
1
-1
/
+1
2008-04-28
EXA: Fix overlapping glyphs in glyph cache
Owen Taylor
1
-1
/
+2
2008-04-28
EXA: Add exaCompositeRects()
Owen Taylor
1
-0
/
+16
2008-04-28
EXA: Use a single large glyph cache pixmap
Owen Taylor
1
-0
/
+41
2008-04-21
EXA: Set pixmap->accel_blocked on the screen pixmap, too.
Tilman Sauerbeck
1
-0
/
+1
2008-03-31
EXA: Improve the algorithm used for tracking offscreen pixmap use.
Fredrik Höglund
1
-0
/
+1
2008-01-14
exa: make the prototype for exaGetPixmapFirstPixel() public
Bernardo Innocenti
1
-3
/
+0
2007-11-14
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+1
2007-11-07
EXA: Disable problematic optimization of dest pixmap migration by default.
Michel Dänzer
1
-0
/
+1
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+1
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+4
2007-10-02
Merge branch 'glyph-pixmaps'
Eric Anholt
1
-0
/
+1
2007-10-02
exa: add a pixmap private pointer for drivers to retrieve.
Dave Airlie
1
-0
/
+4
2007-09-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+15
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
1
-0
/
+15
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-28
/
+41
2007-09-13
Remove the PaintWindow optimization.
Eric Anholt
1
-8
/
+0
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
1
-0
/
+5
2007-09-07
EXA: exa(Shm)PutImage improvements.
Michel Dänzer
1
-0
/
+10
2007-09-07
EXA: exaGetImage improvements.
Michel Dänzer
1
-6
/
+0
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
1
-0
/
+3
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
1
-8
/
+4
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
1
-1
/
+2
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
1
-0
/
+4
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
1
-3
/
+3
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
1
-4
/
+3
2007-09-07
EXA: Add a couple of missing exaPrepare/FinishAccess calls.
Dave Airlie
1
-0
/
+9
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-5
/
+5
2007-08-25
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
1
-14
/
+0
2007-08-24
EXA: Improve ShmPutImage.
Michel Dänzer
1
-0
/
+7
2007-08-16
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
1
-0
/
+6
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
1
-0
/
+1
2007-05-22
EXA: Export ExaOffscreenMarkUsed.
Michel Dänzer
1
-3
/
+0
2007-04-29
EXA: Remove DrawableDirty.
Michel Dänzer
1
-3
/
+0
2007-04-29
EXA: FillRegion{Solid,Tiled} improvements.
Michel Dänzer
1
-0
/
+8
2007-04-29
EXA: Fix exaEnableDisableFBAccess for nested disables and enables.
Michel Dänzer
1
-0
/
+1
2007-01-24
Bug #7639: Only swap out pixmaps (rather than everything) on VT switch in EXA.
Eric Anholt
1
-0
/
+3
2006-12-28
Export exaMove{In,Out}Pixmap().
Eric Anholt
1
-6
/
+0
2006-12-19
EXA: Lots of damage tracking fixes.
Michel Dänzer
1
-0
/
+3
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
1
-8
/
+0
2006-06-26
Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.
Eric Anholt
1
-8
/
+0
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
1
-11
/
+12
[next]