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_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2006-07-03
Fix bugs in support for new repeatTypes in XAA and EXA.
Eric Anholt
1
-1
/
+4
2006-06-24
Bug #6911: Check return value of exaGetPixelFromRGBA().
George Fufutos
1
-2
/
+6
2006-06-12
Track per-drawable damage to minimize UTS and DFS transfers.
Michel Dänzer
1
-5
/
+12
2006-04-27
Improve EXA fallback debugging output to include the locations of pixmaps.
Eric Anholt
1
-1
/
+1
2006-04-27
In drawing glyphs, shortcut our way to exaComposite instead of going
Eric Anholt
1
-59
/
+56
2006-04-26
Add a helper for the Component Alpha Over case, which breaks the operation
Eric Anholt
1
-13
/
+62
2006-04-26
Fix a bug in the intersection computation that could concievably cause
Eric Anholt
1
-1
/
+4
2006-04-25
Bug #4668: Check if the lists of glyphs don't have any intersecting glyphs,
Eric Anholt
1
-1
/
+94
2006-03-31
Add an option to EXA for the DDX to request that EXA hide the pixmap's
Eric Anholt
1
-0
/
+43
2006-03-14
Move migration logic to a new function, exaDoMigration(). This is largely a
Eric Anholt
1
-12
/
+59
[next]