summaryrefslogtreecommitdiff
path: root/src/cairo-gl-operand.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-29gl: Various fixes for glyphsChris Wilson1-2/+11
2012-02-09gl: initialize temporary surface with size same as subsurfaceHenry (Yu) Song1-1/+3
2012-02-04gl: Fix gl-source-surface testMartin Robinson1-7/+40
2011-12-16gl: Fix the offset of non-texture source surfacesMartin Robinson1-1/+1
2011-12-09gl: Track surface references through operandsChris Wilson1-0/+4
2011-12-09gl: fix bug in _cairo_gl_surface_embedded_operand_init()Chuanbo Weng1-1/+0
2011-12-05gl: Use the embedded operand to allow passing sources aroundChris Wilson1-68/+11
2011-11-25gl: Even repeating subsurfaces need to be clonedChris Wilson1-4/+3
2011-11-25subsurface: Replace any existing snapshotChris Wilson1-1/+1
2011-11-25gl: And enable subsurface caching of the clonesChris Wilson1-24/+31
2011-11-25gl: Temporarily clone a subsurface as requiredChris Wilson1-4/+73
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-39/+16
2011-11-24gl: Prevent the traps compositor from explodingChris Wilson1-0/+2
2011-11-24gl: Fallback for complex subsurfacesChris Wilson1-38/+81
2011-11-23gl: Fix offset for non-texture surface patternsMartin Robinson1-5/+4
2011-10-11gl: Remove unused alpha argument from operand_emitChris Wilson1-2/+1
2011-10-09gl: Need to increment reference count when copying operandsChris Wilson1-0/+24
2011-10-09gl: Basic fixes to get cairo-gl running againChris Wilson1-37/+114
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+538