summaryrefslogtreecommitdiff
path: root/render/glyph.c
AgeCommit message (Expand)Author
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson
2008-10-06xalloc+bzero -> xcallocAdam Jackson
2008-09-23Revert "Render: Use built-in SHA1 library"Keith Packard
2008-09-23Render: Use built-in SHA1 libraryJohn Tapsell
2008-08-27Remove unused GetGlyphPrivatesForScreen.Eamon Walsh
2008-05-06Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.cAlan Coopersmith
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner
2007-10-26Include stddef.h for size_t.Bernardo Innocenti
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh
2007-08-02Create a Picture as well as a Pixmap at the time of AllocateGlyphCarl Worth
2007-08-02Use per-screen Pixmaps for glyphsCarl Worth
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth
2007-08-02ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cachedCarl Worth
2007-08-02Split HashGlyph functionality out into HashGlyphInfoAndBitsCarl Worth
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner
2007-03-25Static cleanups, dead code deletion.Adam Jackson
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson
2006-01-03Add glyph privates for Xgl, which uses them to implement a glyph cache. EXAEric Anholt
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich
2004-02-26readding XFree86's cvs IDsEgbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-14Initial revisionKaleb Keithley