index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
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
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-branch
server-1.19-branch
server-1.2-branch
server-1.20-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
server-21.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
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_render.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-01
exa: Use PictureMatchFormat for source-only picture format description
Michel Dänzer
1
-1
/
+2
2018-02-26
render: Store and use all 16bpc of precision for solid pixels (v2.1)
Adam Jackson
1
-1
/
+3
2016-06-17
exa: only draw valid trapezoids
Maarten Lankhorst
1
-1
/
+2
2015-09-23
exa: initialise mask_off_x and mask_off_y
Dave Airlie
1
-1
/
+1
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-2
/
+2
2014-01-22
exa: Fix -Wshadow warnings
Keith Packard
1
-3
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-747
/
+716
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-3
/
+3
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
1
-24
/
+24
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-2
/
+0
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-3
/
+3
2009-10-09
EXA: Fix exaTryDriverSolidFill() for solid source pictures.
Michel Dänzer
1
-13
/
+22
2009-10-09
EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 picture
Ben Skeggs
1
-14
/
+20
2009-09-23
EXA: Fix some issues pointed out by clang.
Michel Dänzer
1
-5
/
+7
2009-09-04
EXA: Stop hiding solid or gradient pictures from the driver.
Michel Dänzer
1
-183
/
+200
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-11
/
+6
2009-08-04
Add support for RENDER BGRA formats.
Michel Dänzer
1
-5
/
+25
2009-07-21
EXA: Fix up some issues introduced by 00fe4a297744c81b40f0243fb56ad848a9be6a2b.
Michel Dänzer
1
-2
/
+4
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-41
/
+50
2009-05-15
EXA: Take GC client clip type into account for migration.
Michel Dänzer
1
-1
/
+1
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
[next]