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
/
exa_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-27
EXA: No longer use the driver UploadToScratch hook.
Michel Dänzer
1
-19
/
+0
2009-02-27
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
Michel Dänzer
1
-0
/
+20
2009-02-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
1
-37
/
+86
2009-02-24
EXA: Handle separate alpha maps properly in Composite fallback.
Michel Dänzer
1
-19
/
+0
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
1
-4
/
+13
2008-12-19
exa: a few cleanups
Maarten Maathuis
1
-8
/
+8
2008-11-08
Fix typos which caused exaCompositeRects() to use an incorrect damage region.
Michel Dänzer
1
-3
/
+3
2008-10-15
exa: restore {x,y}{Src,Dst} to their original values when !done
Maarten Maathuis
1
-0
/
+6
2008-10-03
exa: remove "direct" case for exa{Trapezoids,Triangles}
Maarten Maathuis
1
-84
/
+7
2008-10-03
exa: remove some excessive whitespace
Maarten Maathuis
1
-8
/
+8
2008-08-31
damage: choose less ambiguous function names
Maarten Maathuis
1
-7
/
+7
2008-08-29
{damage,exa}: sanitise damage
Maarten Maathuis
1
-23
/
+22
2008-08-26
exa: fix thinko from 988725f32e082aee9392a71464125157a83d1e67
Maarten Maathuis
1
-3
/
+3
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
1
-32
/
+11
2008-08-08
EXA: Make sure damage tracking code is inactive if the driver manages pixmaps.
Michel Dänzer
1
-83
/
+93
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: Add exaCompositeRects()
Owen Taylor
1
-0
/
+222
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-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
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+1
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-258
/
+0
2007-10-19
Merge branch 'master' into glyph-pixmaps
Eric Anholt
1
-2
/
+15
2007-10-18
EXA: Skip empty glyphs.
Michel Dänzer
1
-0
/
+1
2007-10-18
EXA: Don't attempt to move in pixmaps that can't be accelerated.
Michel Dänzer
1
-2
/
+14
2007-10-02
Merge branch 'glyph-pixmaps'
Eric Anholt
1
-99
/
+4
2007-09-26
EXA: Removed duplicated exaGetDrawablePixmap() calls.
Tilman Sauerbeck
1
-3
/
+2
2007-09-25
EXA: Added pitch limitations.
Tilman Sauerbeck
1
-10
/
+14
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
1
-0
/
+9
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
1
-84
/
+43
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
1
-43
/
+130
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
1
-1
/
+9
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
1
-17
/
+6
2007-08-16
EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.
Fredrik Höglund
1
-0
/
+126
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
1
-86
/
+13
2007-04-29
EXA: Remove DrawableDirty.
Michel Dänzer
1
-4
/
+10
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
Fix a couple of picture repeat fields incorrectly compared to RepeatNormal.
Michel Dänzer
1
-2
/
+2
2007-02-14
Add missing dirty marking in a couple of fallback cases in the exaGlyphs path.
Eric Anholt
1
-3
/
+7
2007-02-14
Mark sync when UploadToScreen succeeds in exaGlyphs().
Eric Anholt
1
-3
/
+5
2006-12-19
EXA: Lots of damage tracking fixes.
exa-damagetrack
Michel Dänzer
1
-18
/
+18
2006-12-19
exaGlyphs: mark dirty for software path also.
George Sapountzis
1
-3
/
+3
2006-12-19
Merge branch 'master' into exa-damagetrack
Michel Dänzer
1
-26
/
+97
2006-12-19
EXA: Compare backing pixmaps instead of drawables against driver limits.
Michel Dänzer
1
-6
/
+11
2006-08-12
Call exaTryComponentAlphaHelper() for solid src also.
George Sapountzis
1
-17
/
+76
[next]