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_glyphs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-09
EXA: Honour op parameter to exaGlyphs even if maskFormat == NULL
Michel Dänzer
1
-4
/
+4
2015-04-21
Convert exa & fb to new *allocarray functions
Alan Coopersmith
1
-2
/
+2
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-4
/
+4
2012-05-21
render/exa: use glyph picture accessors
Dave Airlie
1
-3
/
+3
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-506
/
+482
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
1
-8
/
+4
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2009-11-30
Revert "EXA: Accumulate arbitrary number of glyphs without flushing."
Michel Dänzer
1
-22
/
+25
2009-11-28
exa: s/PixmapIsOffscreen/PixmapHasGpuCopy and s/pExaPixmap->offscreen/pExaPix...
Maarten Maathuis
1
-6
/
+6
2009-09-26
EXA: Only calculate cache position once for each glyph.
Michel Dänzer
1
-19
/
+23
2009-09-26
EXA: Accumulate arbitrary number of glyphs without flushing.
Michel Dänzer
1
-25
/
+22
2009-09-23
EXA: Fix some issues pointed out by clang.
Michel Dänzer
1
-2
/
+0
2009-08-06
exa: A simple 3rd backend implementation.
Maarten Maathuis
1
-2
/
+2
2009-07-20
EXA: Completely eliminate exaDoMigration calls for drivers that manage pixmaps.
Michel Dänzer
1
-6
/
+9
2009-05-15
EXA: Always damage glyph cache pixmap manually after uploading a glyph.
Michel Dänzer
1
-36
/
+37
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-02-27
exa: whitespace
Maarten Maathuis
1
-4
/
+1
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-26
EXA: Allow using exaCompositeRects also when we can't use a mask in exaGlyphs.
Michel Dänzer
1
-161
/
+92
2009-01-13
EXA: Declare glyph cache picture as component-alpha when necessary.
Michel Dänzer
1
-3
/
+6
2008-10-07
exa: don't call composite routines with no buffer.
Dave Airlie
1
-6
/
+8
2008-10-03
exa: remove some excessive whitespace
Maarten Maathuis
1
-3
/
+2
2008-08-26
exa_glyphs: remove useless offset
Maarten Maathuis
1
-7
/
+6
2008-08-19
exa: remove useless cache{X,Y}off from UploadToScreen() arguments.
Maarten Maathuis
1
-2
/
+3
2008-04-28
EXA: Try to accelerate non-antialiased text via the glyph cache as well.
Michel Dänzer
1
-0
/
+15
2008-04-28
EXA: Accumulate glyphs whenever possible, for full benefits of the glyph cache.
Michel Dänzer
1
-0
/
+96
2008-04-28
EXA: Glyph cache upload tweaks.
Michel Dänzer
1
-1
/
+8
2008-04-28
EXA: Use UploadToScreen() for uploads to glyph cache
Owen Taylor
1
-11
/
+66
2008-04-28
EXA: Clean up debug messages
Owen Taylor
1
-3
/
+0
2008-04-28
EXA: Fix overlapping glyphs in glyph cache
Owen Taylor
1
-9
/
+16
2008-04-28
EXA: Add exaCompositeRects()
Owen Taylor
1
-54
/
+29
2008-04-28
EXA: Use a single large glyph cache pixmap
Owen Taylor
1
-0
/
+745