index
:
~ofourdan/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
for-keith
for-whot
glucose-2
gsr-current
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
panning-for-server-1.6
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-backports
server-1.18-branch
server-1.19-backports
server-1.19-branch
server-1.19-fixes
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xvidmode
xwayland
xwayland-1.19-branch
xwayland-glamor-xv
xwayland-test
Xserver stuff
UNKNOWN
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-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.
exa-damagetrack
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
2006-04-27
Improve EXA fallback debugging output to include the locations of pixmaps.
Eric Anholt
1
-0
/
+3
2006-04-25
Add an option to verify at the point of migration that pixmaps which aren't
Eric Anholt
1
-0
/
+1
[next]