summaryrefslogtreecommitdiff
path: root/src/cairo-gl-spans-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07gl/spans: Handle SOURCE operations with opaque sources.Ravi Nanjundappa1-0/+7
2013-02-04gl: do not force flush everytime uploading a glyph image to glyph cacheHenry Song1-1/+1
2013-02-04gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson1-2/+4
2012-12-30gl: Use vfunc for vertex emissionChris Wilson1-53/+62
2012-07-25gl: Fallback for copy_boxes if src/dst do not belong to the same deviceChris Wilson1-2/+7
2012-07-12gl: copy_boxes() does not support copying from a non-texture sourceChuanbo Weng1-0/+3
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-04gl: fix the translate value in copy_boxes.Chuanbo Weng1-1/+1
2012-03-04spans,image,gl: Add fast-path for simple copiesChris Wilson1-1/+64
2012-03-04spans: Pass antialiasing hint down to the backendsChris Wilson1-0/+1
2012-02-29gl: Various fixes for glyphsChris Wilson1-17/+26
2011-12-05gl: Use the embedded operand to allow passing sources aroundChris Wilson1-74/+1
2011-11-24gl: Avoid cleaning up an uninitialised composite upon UNSUPPORTEDChris Wilson1-0/+3
2011-11-24gl: Fallback for complex subsurfacesChris Wilson1-16/+7
2011-11-23gl: Update glyphs to use cairo_gl_source_tChris Wilson1-6/+19
2011-10-09gl: Basic fixes to get cairo-gl running againChris Wilson1-1/+1
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+502