index
:
~ajax/xserver-old
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
bus
dmx-2
dmx2-dix-merge
dri-0-1-branch
dri2-swapbuffers
edid
exa-damagetrack
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.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_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
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-06
exa: Split out some classic and driver allocated pixmap code into seperate files
Maarten Maathuis
7
-331
/
+590
2009-08-04
EXA: Simplify exaGetPixmapFirstPixel using GetImage.
Michel Dänzer
1
-45
/
+24
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-5
/
+25
2009-07-21
EXA: Make Prepare/FinishAccess tracking resilient to repeated / nested calls.
Michel Dänzer
3
-61
/
+60
2009-07-21
EXA: Fix up some issues introduced by 00fe4a297744c81b40f0243fb56ad848a9be6a2b.
Michel Dänzer
2
-6
/
+8
2009-07-20
EXA: Bail earlier from exaDoPutImage if the driver has no UploadToScreen hook.
Michel Dänzer
1
-6
/
+3
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
4
-125
/
+154
2009-07-14
exa: switch to byte counting functions.
Peter Hutterer
1
-3
/
+3
2009-07-10
EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.
Michel Dänzer
1
-1
/
+11
2009-06-09
exa: driver pixmaps enabled if either CreatePixmap or CreatePixmap2 present
Ben Skeggs
1
-1
/
+1
2009-05-18
EXA: Allocate from the end of free offscreen memory rather than from the start.
Michel Dänzer
1
-31
/
+14
2009-05-18
EXA: Defragment offscreen memory.
Michel Dänzer
4
-8
/
+297
2009-05-15
EXA: Always damage glyph cache pixmap manually after uploading a glyph.
Michel Dänzer
1
-36
/
+37
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
4
-24
/
+25
2009-04-23
exa: add missing exa.h header include
Dave Airlie
1
-4
/
+3
2009-04-23
exa: missed exa.h change
Dave Airlie
1
-0
/
+3
2009-04-23
exa: add CreatePixmap2 hook for driver pixmaps.
Dave Airlie
1
-4
/
+7
2009-04-23
exa: avoid offscreen pixmap swapped out flag for driver pixmaps
Dave Airlie
1
-0
/
+3
2009-04-10
exa: implement UTS based upload through CopyArea
Maarten Maathuis
1
-19
/
+51
2009-04-09
EXA: If the driver can't composite to an a8 mask, try an argb mask for glyphs.
Michel Dänzer
1
-2
/
+31
2009-03-19
exa: Accept scratch pixmaps with offscreen memory as such.
Maarten Maathuis
1
-5
/
+13
2009-03-18
exa: round of fb_pitch to the next byte
Maarten Maathuis
1
-2
/
+2
2009-03-18
exa: check if the pixmap is pinned for unsupported AUX indices.
Maarten Maathuis
1
-0
/
+2
2009-03-13
exa: allow exaModifyPixmapHeader to set sys_ptr for EXA_HANDLES_PIXMAPS
Maarten Maathuis
1
-6
/
+8
2009-03-04
exa: fix a serious issue in exaChangeWindowAttributes (and some more related ...
Maarten Maathuis
1
-12
/
+90
2009-03-04
exa: remove a few pExaPixmap checks.
Maarten Maathuis
1
-20
/
+12
2009-03-04
exa: fix unwrapping of ModifyPixmapHeader upon CloseScreen.
Maarten Maathuis
1
-3
/
+3
2009-03-04
exa: increase/rework safety checks in Prepare/FinishAccess.
Maarten Maathuis
3
-16
/
+86
2009-03-04
exa: avoid a potential Prepare/FinishAccess inbalance.
Maarten Maathuis
1
-5
/
+7
2009-03-04
exa: simplify exaPixmapIsOffscreen
Maarten Maathuis
1
-13
/
+13
2009-02-27
exa: fixup aux indices and ensure that the indices are used as they should be.
Maarten Maathuis
3
-27
/
+22
2009-02-27
exa: whitespace
Maarten Maathuis
1
-4
/
+1
2009-02-27
exa: fixup exaAssertNotDirty.
Maarten Maathuis
3
-8
/
+27
2009-02-27
exa: minor glyphs cleanup.
Maarten Maathuis
1
-13
/
+14
2009-02-27
EXA: Fix check for whether the glyph we're evicting from the cache is in use.
Michel Dänzer
1
-1
/
+3
2009-02-27
EXA: No longer use the driver UploadToScratch hook.
Michel Dänzer
2
-40
/
+2
2009-02-27
EXA: Handle separate alpha maps properly in Composite fallback, take two.
Michel Dänzer
3
-1
/
+51
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
6
-45
/
+109
2009-02-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
3
-198
/
+182
2009-02-26
EXA: Stop tracking damage for pixmaps subject to ModifyPixmapHeader.
Michel Dänzer
1
-0
/
+9
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
6
-108
/
+45
2009-02-17
Revert "exa: the extent of the valid region is probably much larger than that...
Maarten Maathuis
1
-3
/
+13
2009-02-17
exa: exaPixmapDirty should use official damage functions.
Maarten Maathuis
1
-8
/
+2
2009-02-17
exa: the extent of the valid region is probably much larger than that of the ...
Maarten Maathuis
1
-13
/
+3
2009-02-16
exa: reintroduce src rect optimisation, with a slightly higher threshold.
Maarten Maathuis
1
-0
/
+7
2009-02-16
exa: fix performance regression from 736b6fbd2c941b6276066cd1503523edebe7bf3d
Maarten Maathuis
2
-10
/
+12
2009-02-15
EXA: Try to prevent the valid regions from growing too many rects.
Michel Dänzer
1
-1
/
+28
2009-02-08
dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.
Maarten Maathuis
1
-1
/
+0
2009-02-08
exa: fix exaValidateGC.
Maarten Maathuis
1
-29
/
+55
2009-02-08
exa: All fallbacks should have a GC, remove some code.
Maarten Maathuis
3
-28
/
+1
[prev]
[next]