index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
glyph.c
Age
Commit message (
Expand
)
Author
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
2008-09-23
Revert "Render: Use built-in SHA1 library"
Keith Packard
2008-09-23
Render: Use built-in SHA1 library
John Tapsell
2008-08-27
Remove unused GetGlyphPrivatesForScreen.
Eamon Walsh
2008-05-06
Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.c
Alan Coopersmith
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
2007-10-26
Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...
Aaron Plattner
2007-10-26
Include stddef.h for size_t.
Bernardo Innocenti
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
2007-08-02
Use strong hash (SHA1) for glyphs
Carl Worth
2007-08-02
ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
Carl Worth
2007-08-02
Split HashGlyph functionality out into HashGlyphInfoAndBits
Carl Worth
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
2006-01-03
Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA
Eric Anholt
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
2003-11-14
Initial revision
Kaleb Keithley