index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
glyph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-4
/
+4
2012-07-10
Render: Remove unused glyphDepths
Daniel Stone
1
-2
/
+0
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+2
2012-05-21
render/exa: use glyph picture accessors
Dave Airlie
1
-10
/
+10
2012-05-21
render: add GetGlyphPicture accessor.
Dave Airlie
1
-0
/
+10
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-478
/
+416
2010-06-06
Place glyph privates at correct location within the allocate storage
Keith Packard
1
-5
/
+5
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-21
/
+15
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-11
/
+11
2010-04-30
Delete loop with no effect from GlyphUninit
Keith Packard
1
-9
/
+0
2010-03-24
Fix crash when all glyphs of a given depth are freed, but not all glyphsets
Peter Harris
1
-0
/
+3
2009-10-15
Move SHA1 computation from render/glyph.c to os/
Julien Cristau
1
-27
/
+9
2009-10-01
render: set the glyph picture to NULL by default.
Peter Hutterer
1
-26
/
+31
2009-09-28
render: Plug a memory leak in AddGlyph. (#23286)
Peter Hutterer
1
-21
/
+21
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-19
/
+19
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-17
/
+17
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-10-06
xalloc+bzero -> xcalloc
Adam Jackson
1
-2
/
+1
2008-09-23
Revert "Render: Use built-in SHA1 library"
Keith Packard
1
-1
/
+28
2008-09-23
Render: Use built-in SHA1 library
John Tapsell
1
-28
/
+1
2008-08-27
Remove unused GetGlyphPrivatesForScreen.
Eamon Walsh
1
-8
/
+0
2008-05-06
Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.c
Alan Coopersmith
1
-2
/
+15
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-26
/
+26
2007-11-04
Add CreatePixmap allocation hints.
Aaron Plattner
1
-1
/
+2
2007-10-26
Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...
Aaron Plattner
1
-24
/
+23
2007-10-26
Include stddef.h for size_t.
Bernardo Innocenti
1
-0
/
+1
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-37
/
+295
2007-10-19
Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.
Eric Anholt
1
-0
/
+213
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-306
/
+15
2007-08-02
Create a Picture as well as a Pixmap at the time of AllocateGlyph
Carl Worth
1
-16
/
+7
2007-08-02
Use per-screen Pixmaps for glyphs
Carl Worth
1
-20
/
+35
2007-08-02
Use strong hash (SHA1) for glyphs
Carl Worth
1
-44
/
+40
2007-08-02
ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cached
Carl Worth
1
-2
/
+27
2007-08-02
Split HashGlyph functionality out into HashGlyphInfoAndBits
Carl Worth
1
-3
/
+20
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-2
/
+2
2007-03-25
Static cleanups, dead code deletion.
Adam Jackson
1
-3
/
+3
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-01-03
Add glyph privates for Xgl, which uses them to implement a glyph cache. EXA
Eric Anholt
1
-11
/
+337
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-2
/
+2
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-2
/
+2
2004-12-04
Encoding of numerous files changed to UTF-8
Markus Kuhn
1
-1
/
+1
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-1
/
+59
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
Initial revision
Kaleb Keithley
1
-0
/
+416