summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Expand)AuthorFilesLines
2008-06-11CVE-2008-2362 - RENDER Extension memory corruptionMatthieu Herrb1-4/+12
2008-06-11CVE-2008-2361 - RENDER Extension crashMatthieu Herrb1-0/+2
2008-06-11CVE-2008-2360 - RENDER Extension heap buffer overflowMatthieu Herrb1-2/+9
2008-06-09CreateColormap returns Success on success, not TRUE.Aaron Plattner1-2/+3
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-2/+15
2008-05-13render: don't dereference cursor if cursor is NULL.Peter Hutterer1-1/+1
2008-05-06Allow using libmd instead of libcrypto for SHA1 hashing in render/glyph.cAlan Coopersmith1-2/+15
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer1-0/+2
2008-02-29Bug #10463: Always initialize reference pixel before AllocColor()Chris Wilson1-0/+2
2008-01-03Merge branch 'master' into mpxPeter Hutterer8-691/+162
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh3-126/+2
2007-12-02Clean up many #if 0.Adam Jackson2-124/+0
2007-11-20Revert "registry: Register RENDER extension protocol names."Eamon Walsh1-90/+0
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-11-15Fix a really dumb typo.Aaron Plattner1-1/+1
2007-11-07Merge branch 'master' into mpxPeter Hutterer12-417/+495
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh6-58/+60
2007-11-05Render: Remove usage of allocaDaniel Stone2-26/+26
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner4-6/+9
2007-10-26Restore the CompositeGlyphs -> ps->Glyphs -> miGlyphs callchain to allow acce...Aaron Plattner2-25/+24
2007-10-26Include stddef.h for size_t.Bernardo Innocenti1-0/+1
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh10-362/+438
2007-10-23Superfluous ','.Matthias Hopf1-1/+1
2007-10-19Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.Eric Anholt7-255/+215
2007-10-15registry: Add some missing #include's.Eamon Walsh1-0/+1
2007-10-15registry: Register RENDER extension protocol names.Eamon Walsh1-0/+90
2007-10-12NULL is not a valid argument to CreatePicture, please use serverClientEamon Walsh1-1/+1
2007-10-11dix: Add a new "registry" mechanism for registering string names of things.Eamon Walsh1-2/+0
2007-10-02Merge branch 'glyph-pixmaps'Eric Anholt4-111/+226
2007-09-19devPrivates rework: move devPrivates field in drawable structure typesEamon Walsh1-1/+1
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh3-10/+10
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt1-1/+1
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh4-52/+94
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh6-497/+47
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh3-26/+26
2007-08-25Refactor PictureInitIndexedFormats.Adam Jackson2-25/+25
2007-08-23Avoid leaking a Pixmap for every glyphCarl Worth1-0/+5
2007-08-22Revert "Fix <pixman.h> include to <pixman/pixman.h>"Eric Anholt1-1/+1
2007-08-22Fix <pixman.h> include to <pixman/pixman.h>Alan Hourihane1-1/+1
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-11/+15
2007-08-12Merge branch 'master' into mpxPeter Hutterer6-10/+2
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen1-1/+1
2007-08-02Create a Picture as well as a Pixmap at the time of AllocateGlyphCarl Worth4-35/+25
2007-08-02Use per-screen Pixmaps for glyphsCarl Worth4-53/+113
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth3-65/+64
2007-08-02ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cachedCarl Worth3-25/+71
2007-08-02Split HashGlyph functionality out into HashGlyphInfoAndBitsCarl Worth2-3/+23
2007-08-02ProcRenderAddGlyphs: Take advantage of the for loops to simplify the code a bitCarl Worth1-8/+4
2007-08-02ProcRenderAddGlyphs: Convert while loops to for loops where more naturalCarl Worth1-5/+4