summaryrefslogtreecommitdiff
path: root/render/glyph.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-01render: set the glyph picture to NULL by default.Peter Hutterer1-26/+31
2009-09-28render: Plug a memory leak in AddGlyph. (#23286)Peter Hutterer1-21/+21
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-19/+19
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-17/+17
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-2/+1
2008-09-23Revert "Render: Use built-in SHA1 library"Keith Packard1-1/+28
2008-09-23Render: Use built-in SHA1 libraryJohn Tapsell1-28/+1
2008-08-27Remove unused GetGlyphPrivatesForScreen.Eamon Walsh1-8/+0
2008-05-06Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.cAlan Coopersmith1-2/+15
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-26/+26
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-1/+2
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner1-24/+23
2007-10-26Include stddef.h for size_t.Bernardo Innocenti1-0/+1
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-37/+295
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt1-0/+213
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-306/+15
2007-08-02Create a Picture as well as a Pixmap at the time of AllocateGlyphCarl Worth1-16/+7
2007-08-02Use per-screen Pixmaps for glyphsCarl Worth1-20/+35
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth1-44/+40
2007-08-02ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cachedCarl Worth1-2/+27
2007-08-02Split HashGlyph functionality out into HashGlyphInfoAndBitsCarl Worth1-3/+20
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-03-25Static cleanups, dead code deletion.Adam Jackson1-3/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-01-03Add glyph privates for Xgl, which uses them to implement a glyph cache. EXAEric Anholt1-11/+337
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn1-1/+1
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-1/+59
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+416