summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-31pen: First check whether the in/out edges lie within the single pen vertexChris Wilson1-28/+32
2012-10-30xlib: Apply the image offsets to the destination rather the sourceChris Wilson1-12/+10
2012-10-30type1-subset, cff-subset: Plugged 2 memory leaksKevin Tardif2-3/+5
2012-10-30type1-subset: ensure subroutine numnber is an integerAdrian Johnson1-9/+12
2012-10-28type1-subset: restore correct callothersub behaviorAdrian Johnson1-6/+29
2012-10-28xlib/shm: Use shmstr.h instead of shmproto.h if availableChris Wilson1-1/+5
2012-10-28xlib/shm: Check for XShm headersChris Wilson1-3/+96
2012-10-26type1-subset: parse all operatorsAdrian Johnson1-67/+100
2012-10-26xlib: Check for both X.org and Xorg ServerVendorsChris Wilson3-2/+9
2012-10-26xlib/shm: Sanity check that the server handles XSendEvent with ShmCompletionChris Wilson1-8/+69
2012-10-21ft: Fix compilation on 1.12 without FT_Get_X11_Font_FormatGilles Espinasse1-6/+17
2012-10-19pen: Relax invisibility criteria from half-tolerance to quarter-toleranceChris Wilson1-1/+1
2012-10-19xlib/shm: Sync the XShmAttach before removing the ShmSegment idChris Wilson1-0/+3
2012-10-11recording: Copy across the is-clear? during snapshottingChris Wilson1-1/+1
2012-10-11recording: copy reverses its dst and src parametersHenry Song1-1/+1
2012-10-11xlib: Reorder CloseDisplay hooksChris Wilson1-17/+17
2012-10-11compositor: Reduce glyph "overlap" if the inked pixels are opaqueChris Wilson1-0/+7
2012-10-11gl/traps: ensure RGBA surface before upload image to texture for GLES2Henry Song1-0/+32
2012-10-11gl: gles2 only supports GL_DEPTH24_STENCIL8_OESHenry Song1-1/+1
2012-10-07remove debug codeAdrian Johnson1-2/+0
2012-10-07type1: convert '.' to locale specific decimal point before using sscanfAdrian Johnson1-4/+27
2012-10-07type1-subset: always subset subroutines 0-3 (Flex/hint replacement)David Maxwell1-0/+6
2012-10-07type1: lenIV supportDavid Maxwell1-4/+38
2012-10-07type1: buildchar stack fixDavid Maxwell1-0/+1
2012-10-06win32: Use the image surface below the fallback when unmapping an HDCChris Wilson1-0/+1
2012-10-06xcb: Clear the result of create_similar_imageUli Schlachter2-14/+5
2012-10-05xlib/shm: Note the bug is an interaction between libXext and xorgChris Wilson1-3/+6
2012-10-05xlib/shm: Avoid using XSendEvent with old versions of XorgChris Wilson1-0/+21
2012-10-05win32: Compile fix for mismatched surface typesChris Wilson1-2/+2
2012-10-05xlib/shm: Discard SHM surfaces upon CloseDisplayChris Wilson1-0/+14
2012-10-03stroke: Remove redundant code for computing culling extentsChris Wilson2-72/+35
2012-10-03recording: Perform an explicit during snapshotChris Wilson1-1/+311
2012-09-27tor: Fudge the edge if it is projected into a pointChris Wilson2-2/+2
2012-09-27spans-compositor: Remove polygon limits after constructionChris Wilson1-3/+7
2012-09-27composite-rectangles: Update unbounded (clip extents) after reducing clipChris Wilson1-1/+16
2012-09-27spans-compositor: Use the tight clip-boxes for polygon constructionChris Wilson1-10/+19
2012-09-27polygon-intersect: Exclude non-overlapping clip boxes from considerationChris Wilson1-8/+14
2012-09-25mark_dirty: Check surface statusUli Schlachter1-0/+7
2012-09-25surface: Check reference count right before freeUli Schlachter1-3/+3
2012-09-25xcb: Add a missing check for FillRectanglesUli Schlachter1-4/+9
2012-09-25xcb: Check if traps are supported before using themUli Schlachter1-1/+2
2012-09-25xcb: Check the right flag for FillRectanglesUli Schlachter1-1/+1
2012-09-25xcb: Verify extension support before sendingUli Schlachter2-0/+24
2012-09-24xcb: Switch to compositor architectureUli Schlachter3-214/+197
2012-09-24xcb: Remove unimplemented cairo compositorUli Schlachter4-171/+0
2012-09-24xcb: Fix a warn_unused_result warningUli Schlachter1-1/+2
2012-09-24Remove an unimplemented function declarationUli Schlachter1-3/+0
2012-09-24Fix make checkUli Schlachter2-0/+3
2012-09-13xlib: Reset fallback counter when discarding the fallbackWeng Xuetian1-0/+2
2012-09-13xlib: Destroy the fallback damage along with the fallback surfaceChris Wilson1-8/+5