summaryrefslogtreecommitdiff
path: root/render/render.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-15Render: Add support for the PDF blend mode operators.Fredrik Höglund1-0/+2
2009-07-14render: switch to byte counting functionsPeter Hutterer1-8/+8
2009-05-04Fix typo in ProcRenderCreateAnimCursor.Michel Dänzer1-1/+1
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-108/+62
2009-03-09Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard1-4/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+2
2009-02-03render: rename SetBit to RenderSetBit.Peter Hutterer1-5/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-5/+5
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-5/+5
2008-10-06Build fix.Adam Jackson1-2/+2
2008-10-06xalloc+bzero -> xcallocAdam Jackson1-4/+2
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-20Centralize declaration of ConnectionInfo.Adam Jackson1-2/+0
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-9/+1
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
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-118/+0
2007-12-02Clean up many #if 0.Adam Jackson1-118/+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-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-24/+26
2007-11-05Render: Remove usage of allocaDaniel Stone1-22/+22
2007-11-04Add CreatePixmap allocation hints.Aaron Plattner1-2/+4
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-35/+121
2007-10-15registry: Register RENDER extension protocol names.Eamon Walsh1-0/+90
2007-09-05xace: add new fields to resource access hook to allow parent resource objectsEamon Walsh1-5/+5
2007-08-31xace: add hooks + new access codes: Render extensionEamon Walsh1-36/+58
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-7/+3
2007-08-23Avoid leaking a Pixmap for every glyphCarl Worth1-0/+5
2007-08-15xace: add hooks + new access codes: core protocol cursor requestsEamon Walsh1-11/+15
2007-08-02Create a Picture as well as a Pixmap at the time of AllocateGlyphCarl Worth1-10/+16
2007-08-02Use per-screen Pixmaps for glyphsCarl Worth1-2/+65
2007-08-02Use strong hash (SHA1) for glyphsCarl Worth1-7/+9
2007-08-02ProcRenderAddGlyphs: Avoid allocating a glyph just to find it cachedCarl Worth1-23/+38
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
2007-06-15swap xOrigin and yOrigin in SProcRenderSetPictureClipRectangles.Matthieu Herrb1-0/+2
2007-01-09Multiple integer overflows in dbe and render extensionsMatthieu Herrb1-3/+12
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-8/+11
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-61/+61
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-05-09Bug #6867: Yet another Render crash fix. (Michel Dänzer)Adam Jackson1-2/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+1
2005-08-28Bug #3974: Fix unaligned memory access on LP64. (Matthieu Herrb)Adam Jackson1-1/+1
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-3/+3