summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-14directfb: Correctly chain up map-to-image/unmap to the image backendHEADmasterChris Wilson1-2/+2
2013-05-13gles: Switch default framebuffer destinations properlyMartin Robinson1-20/+27
2013-05-07gl: Fix compiler warnings in the GL backendMartin Robinson3-4/+10
2013-05-06gl: Bind the default framebuffer before calling gl{Read|Draw}BufferMartin Robinson1-2/+4
2013-04-26gl: Update transformation when surface size changesMartin Robinson1-1/+1
2013-04-26gl: Separate framebuffer bind from destination selectionMartin Robinson3-46/+63
2013-04-25xlib: Aquire display before using it in DEBUG message.egag1-2/+2
2013-04-17gl/msaa: Resolve multisampling on surface flushHenry Song3-36/+41
2013-04-16png: Avoid marking the surface as in error after a png warningChris Wilson1-7/+7
2013-04-06xlib: Trim uploads for surfaces extended by PADChris Wilson1-0/+3
2013-04-06xlib: Wrap errors generating sources in an error surfaceChris Wilson1-2/+2
2013-04-02win32: fix corrupted drawingMarc-André Lureau1-1/+2
2013-03-29quartz: Don't release memory we don't ownMichael Hutchinson1-1/+0
2013-03-27pdf: fix typo in bbox checkAdrian Johnson1-1/+1
2013-03-22xcb: Clear temporary replay image in recording playbackUli Schlachter1-4/+5
2013-03-22Fix "make check" standalone header checkUli Schlachter1-0/+1
2013-03-21[ft] I meant fabs(), not abs()Behdad Esfahbod1-1/+1
2013-03-20gl: Fix typo in gles2 shader cache lookupHenry Song1-1/+1
2013-03-18gitignore: negate gitignore for static pkgconfig filesMatt Sealey1-0/+4
2013-03-15cff-subset: Fix allocation of width arraysMarek Kasik1-2/+2
2013-03-15mempool: Reduce an assert into an error return for get_buddy()Chris Wilson1-1/+2
2013-03-14stroke: Use round-joins near inflection points of splinesMartin Robinson1-0/+36
2013-03-14stroke: Fix large line widths for fallback stroke shaperMartin Robinson2-8/+116
2013-03-14path: Fix a bug in line intersectionMartin Robinson1-12/+27
2013-03-08gl: Setup operands when the vertex size changesMartin Robinson1-12/+17
2013-03-08gl: Fix typo s/bool/cairo_bool_t/Chris Wilson1-1/+1
2013-03-08gl: Export query for EGLContext and EGLDisplay from deviceHenry Song2-0/+39
2013-03-08[FT] Prefer downscaling bitmap glyphs to upscalingBehdad Esfahbod1-3/+12
2013-03-01pdf: Fix crashJana Saout1-1/+1
2013-02-24xlib: Fix invocation of XRenderFindFormat()Chris Wilson1-1/+1
2013-02-19pdf: add missing 'endobj' to shading dictAdrian Johnson1-2/+4
2013-02-19image: Compare against the true size of the embedded bufferChris Wilson1-1/+1
2013-02-15win32: Free the fallback upon finishChris Wilson1-0/+3
2013-02-15gl: disable GL_DITHERHenry Song1-0/+2
2013-02-12path: Fix bbox computation for negative scale factorsChris Wilson1-0/+11
2013-02-12recording: Avoid indirection through indices array if not reducedChris Wilson1-1/+1
2013-02-12spans: Mark the surface as cleared in preparing for recording surface playbackChris Wilson1-1/+6
2013-02-08win32: Clear the similar-image before returning to the userChris Wilson1-1/+9
2013-02-08xlib: Only apply the dst offset to the glyph strings onceChris Wilson1-6/+6
2013-02-08polygon: Avoid computing the unused intersection coordinatesChris Wilson1-5/+8
2013-02-08polygon: Only rely on the computed boundary intersections for crossing edgesChris Wilson1-10/+25
2013-02-07gl: Mark up _cairo_gl_composite_set_operator* as privateChris Wilson1-2/+2
2013-02-07gl/spans: Handle SOURCE operations with opaque sources.Ravi Nanjundappa1-0/+7
2013-02-07win32: Fix is_win98()Chris Wilson1-3/+3
2013-02-07image: Substitute OVER spans for SOURCE with an opaque patternChris Wilson1-2/+10
2013-02-06gl/msaa: Properly fall back when using CLEAR operatorMartin Robinson1-0/+7
2013-02-05type1-subset: in latin subsets replace glyph names with standard namesAdrian Johnson1-2/+17
2013-02-04gl: do not force flush everytime uploading a glyph image to glyph cacheHenry Song6-15/+24
2013-02-04gl: Include the vertex ident in the shader cache hashChris Wilson1-19/+30
2013-02-04gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson8-63/+162