summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-20wipwip/totestAndrea Canciani1-33/+67
2012-05-20wipAndrea Canciani1-0/+8
2012-05-20wipAndrea Canciani1-11/+20
2012-05-20quartz: Provide a valid implementation of map_to_imageAndrea Canciani1-132/+71
2012-05-20quartz: Mark surfaces created clear as is_clearAndrea Canciani1-0/+3
2012-05-20quartz: Silence warningAndrea Canciani1-2/+3
2012-05-20build: Do not replace existing filesAndrea Canciani1-1/+1
2012-05-20build: Allow autogen-eration on systems without GTK-docAndrea Canciani1-3/+3
2012-05-20png: Implement conversion of CAIRO_FORMAT_RGB30 to stringAndrea Canciani1-0/+1
2012-05-20surface: Use the internal map/unmapAndrea Canciani6-44/+46
2012-05-20surface: Only use non-NULL extents for internal mappingAndrea Canciani2-4/+14
2012-05-20surface: Make backend-specific map/unmap functions symmetricAndrea Canciani11-47/+48
2012-05-20surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani17-39/+51
2012-05-20surface: Define private map/unmap functionsAndrea Canciani4-73/+222
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
2012-05-17gl/msaa: Add ARB multisampling supportHenry (Yu) Song7-47/+334
2012-05-16pdf: check if EXTEND_PAD group can be painted with EXTEND_NONEAdrian Johnson1-4/+22
2012-05-14stroke: Don't drop clockwise==0 linesChris Wilson16-11/+3
2012-05-14spans: Debug input paths and polygonsChris Wilson2-0/+5
2012-05-14arc: Use user endpoint for final stepChris Wilson1-12/+17
2012-05-12gl: Provide a shader implementation of repeat wrap modesAlexandros Frantzis4-21/+90
2012-05-12gl: Simplify GL wrap parameter setting codeAlexandros Frantzis1-14/+15
2012-05-11clip: Apply clip boxes to the clip surfaceChris Wilson3-9/+77
2012-05-11spans: Only fallback for a clipmask if unboundedChris Wilson6-1/+2
2012-05-11traps,spans-compositor: Avoid mistreating unaligned clips as alignedChris Wilson2-3/+23
2012-05-11spans-compositor: Add tracepoints for debuggingChris Wilson1-1/+21
2012-05-11spans-compositor: Handle unaligned unbounded boxesChris Wilson1-16/+51
2012-05-11test: Fix tighten-bounds reference imagesChris Wilson4-0/+0
2012-05-11gl: Reject SOURCE + mask in composite_boxes()Chris Wilson1-4/+10
2012-05-11gl: Convert CLEAR to DEST_OUT when there's a mask for composite_boxes.Chuanbo Weng1-1/+13
2012-05-10damage: Prevent reducing an error objectChris Wilson1-1/+1
2012-05-10damage: Prevent accumulating damage to an error objectChris Wilson1-0/+3
2012-05-10damage: Avoid freeing the NIL error objectChris Wilson1-0/+3
2012-05-09c_surface_set_mime_data: Remove duplicate "Since"Uli Schlachter1-2/+0
2012-05-09check-doc-syntax: Find duplicate "Since:" tagsUli Schlachter1-1/+4
2012-05-09check-doc-syntax: Make this work againUli Schlachter1-1/+1
2012-05-08gl/msaa: Add support for unbounded operatorsHenry (Yu) Song1-0/+100
2012-05-08gl/msaa: Support for maskingHenry (Yu) Song2-23/+122
2012-05-08gl/msaa: Support for texture sourcesHenry (Yu) Song3-66/+15
2012-05-08gl/msaa: Prevent stroke overlapHenry (Yu) Song1-0/+36
2012-05-05Remove some dead codeUli Schlachter1-5/+0
2012-05-05Remove some unused functionsUli Schlachter2-80/+0
2012-05-04gl: fix the translate value in copy_boxes.Chuanbo Weng1-1/+1