summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-23gl: Simplify switching between primitive typesHEADmasterMartin 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
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
2012-05-01Split finish into multiple stagesChris Wilson1-9/+23
2012-05-01snapshot: Avoid triggering assertion for grabbing the target during destroyChris Wilson2-1/+10
2012-05-01snapshot: Hold a reference to target whilst queryingChris Wilson1-8/+43