summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Use the new pixman_glyph_cache_t API that will be in pixman 0.28.0glyphs2Søren Sandmann Pedersen4-248/+120
2012-05-31image: Fix bugs related to glyph mask creationSøren Sandmann Pedersen1-2/+2
2012-05-31surface: replace map-to-image clone's use of user_data with parent pointerChris Wilson3-14/+7
2012-05-31gl: Add missing cairo-private to _cairo_gl_composite_with_clipChris Wilson1-1/+1
2012-05-31surface: Eliminate PLT entries for map-to-imageChris Wilson1-4/+12
2012-05-31image: silence make checkChris Wilson3-3/+4
2012-05-31gl: Do correct translation and lerp in gl-traps-compositor.Chuanbo Weng1-8/+14
2012-05-31image: Upconvert glyphs through a WHITE source when adding to the glyph maskChris Wilson1-19/+55
2012-05-31pdf: Don't use extents when acquiring a RASTER_SOURCE patternAdrian Johnson1-13/+4
2012-05-31test: Restore bug-seams referenceChris Wilson2-0/+0
2012-05-30configure.ac: remove annoying change of INSTALL fileYuanhan Liu1-1/+1
2012-05-30gl: Do no access ctx after release during map-to-imageChris Wilson1-8/+8
2012-05-30gl: use _cairo_gl_operand_copy to fix unblanced reference countYuanhan Liu1-2/+2
2012-05-27pdf: merge _emit_recording_surface and _emit_recording_subsurface into the on...Adrian Johnson1-86/+26
2012-05-27ps: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-6/+25
2012-05-27pdf: fix smask gradient bboxAdrian Johnson1-3/+26
2012-05-26surface: Kill imagesurf temporary variableChris Wilson1-14/+5
2012-05-26image: Propagate errors from clone_subimageChris Wilson1-7/+19
2012-05-26quartz: Provide a valid implementation of map_to_imageAndrea Canciani1-132/+71
2012-05-26quartz: Mark surfaces created clear as is_clearAndrea Canciani1-0/+3
2012-05-26quartz: Silence warningAndrea Canciani1-2/+3
2012-05-26surface: Use the internal map/unmapAndrea Canciani6-44/+46
2012-05-26surface: Only use non-NULL extents for internal mappingAndrea Canciani2-4/+14
2012-05-26surface: Make backend-specific map/unmap functions symmetricAndrea Canciani11-47/+48
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani17-39/+51
2012-05-26surface: Define private map/unmap functionsAndrea Canciani4-73/+222
2012-05-26png: Implement conversion of CAIRO_FORMAT_RGB30 to stringAndrea Canciani1-0/+1
2012-05-26build: Do not replace existing filesAndrea Canciani1-1/+1
2012-05-26build: Allow autogen-eration on systems without GTK-docAndrea Canciani1-3/+3
2012-05-24gl: Use core GL_STENCIL8_DEPTH24 for gl_flavor=desktopChris Wilson1-1/+1
2012-05-23gl: Fix compilation failure for flush cleanup.Martin Robinson1-2/+2
2012-05-23gl: Simplify switching between primitive typesMartin Robinson3-34/+41
2012-05-23test: Increase surface size for get-path-extentsChris Wilson1-1/+1
2012-05-23test/record90: Rotate the reference so that it is wholly visibleChris Wilson4-1/+1
2012-05-23test: Refresh unbounded-operatorChris Wilson2-0/+0
2012-05-23bo-rectangular: Emit subsummed boxes for overlapping edgesChris Wilson1-2/+3
2012-05-23test: Exercise rectangular bo bugChris Wilson3-0/+77
2012-05-21gl: Replace vbo with static allocation and immediate arraysChris Wilson3-35/+11
2012-05-20test: Fix leak from xcb-snapshort-assertChris Wilson1-1/+9
2012-05-20wideint: Fix compilation failure for bare use of uint64_t for !HAVE_UINT64_TChris Wilson1-2/+2
2012-05-20win32: Fix return value for cairo_time_getChris Wilson1-1/+20
2012-05-20image: Tidy lerp8x4Chris Wilson1-9/+4
2012-05-17gl/msaa: Improve fallback detectionMartin Robinson1-13/+16
2012-05-17gl/msaa: Lazily flush the contextMartin Robinson2-17/+24
2012-05-17gl/msaa: Implement glyph renderingMartin Robinson3-22/+128
2012-05-17gl/msaa: Wait to clip until compositing beginsMartin Robinson4-151/+181
2012-05-17gl/msaa: Support for non-texture surfacesMartin Robinson5-4/+54
2012-05-17gl/msaa: Support the OpenGLES EXT multisampling extensionHenry (Yu) Song5-49/+152
2012-05-17gl/msaa: Use unsigned short to build the index arrayHenry (Yu) Song2-6/+6
2012-05-17gl/msaa: Implement paint via maskingHenry (Yu) Song1-12/+39