index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
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-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