summaryrefslogtreecommitdiff
path: root/src/cairo-gl-operand.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-04gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson1-17/+50
2013-01-15gl: Follow up fix for the previous commitMartin Robinson1-1/+1
2013-01-15gl: Support for non-texture sources and masksHenry Song1-0/+3
2012-07-25gl: translate proper matrix depending up type of gl_operandHenry Song1-2/+20
2012-07-12gl: Create a new texture surface if the source surface type is gl-windowChuanbo Weng1-0/+3
2012-05-30gl: use _cairo_gl_operand_copy to fix unblanced reference countYuanhan Liu1-2/+2
2012-05-26surface: Use the internal map/unmapAndrea Canciani1-4/+4
2012-05-26surface: Only use non-NULL extents for internal mappingAndrea Canciani1-1/+4
2012-05-17gl/msaa: Support for non-texture surfacesMartin Robinson1-0/+3
2012-05-17gl/msaa: Support the OpenGLES EXT multisampling extensionHenry (Yu) Song1-0/+4
2012-05-17gl/msaa: Add ARB multisampling supportHenry (Yu) Song1-0/+40
2012-04-19Split cairo-surface-subsurface-private into struct+inlinesChris Wilson1-1/+1
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