index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
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
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
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_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-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
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exa
/
exa_glyphs.c
Age
Commit message (
Expand
)
Author
Files
Lines
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