summaryrefslogtreecommitdiffstats
path: root/cc/software_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-418/+0
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-181-1/+1
* cc: First wave of fixing errors when building with chromium_code set.tfarina@chromium.org2013-03-151-1/+1
* cc: Chromify the LayerTreeHost class.danakj@chromium.org2013-03-131-6/+6
* Chromified the software renderer.skaslev@chromium.org2013-03-121-324/+318
* cc: Chromify the DirectRenderer class.danakj@chromium.org2013-03-081-33/+33
* cc: Chromify the Renderer class.danakj@chromium.org2013-03-081-15/+15
* cc: Chromify ResourceProvider.danakj@chromium.org2013-03-071-9/+9
* Changed SoftwareOutputDevice interface.skaslev@chromium.org2013-03-061-22/+44
* Enabled partial swap support for software compositing.skaslev@chromium.org2013-02-011-13/+34
* Putting back: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-181-1/+3
* Revert 177288ilevy@chromium.org2013-01-171-3/+1
* cc: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-171-1/+3
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-1/+2
* Move filters to RenderPassDrawQuadpiman@chromium.org2012-12-211-6/+1
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-2/+1
* Combine mask texture parameters into single gfx::RectFjamesr@chromium.org2012-12-131-4/+4
* Add the DelegatingRenderer class with its initialize path.danakj@chromium.org2012-12-081-2/+2
* cc: Move WebCompositorOutputSurface and related classes into cc/danakj@chromium.org2012-12-071-12/+8
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+0
* Revert 171403danakj@chromium.org2012-12-061-0/+1
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-1/+0
* cc: Allow a renderer to disallow partial texture updates.danakj@chromium.org2012-12-061-0/+2
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-11/+13
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-17/+18
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+17
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-211-2/+2
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-25/+25
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-201-3/+1
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-171-3/+3
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-171-3/+4
* cc: Switch the DrawQuad enum names to chromium style and remove pragmasdanakj@chromium.org2012-11-161-5/+5
* Added some instrumentation to the software compositor.skaslev@chromium.org2012-11-151-0/+5
* Added support for CSS filters to the software compositor.skaslev@chromium.org2012-11-141-0/+9
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-27/+18
* Avoid redundantly setting tex parametersjamesr@chromium.org2012-11-131-2/+1
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-3/+1
* cc: Rename Texture class to Resource.reveman@google.com2012-11-081-2/+2
* Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl...jamesr@chromium.org2012-11-081-7/+1
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-081-1/+1
* Don't invert contentsDeviceTransform twice when rendering render passes.skaslev@chromium.org2012-11-081-1/+0
* Fixed tile filtering for the software compositor.skaslev@chromium.org2012-11-061-4/+13
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* A speculative Revert for r165872 - Remove static thread pointers from CC, att...hbono@chromium.org2012-11-051-1/+1
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-041-1/+1
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-011-1/+1
* Remove static thread pointers from CCjamesr@chromium.org2012-11-011-1/+1
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-3/+3
* Fixed mask positioning and texture UVs bugs inskaslev@chromium.org2012-10-301-22/+28
* Added support for YUV videos to the software compositor.skaslev@chromium.org2012-10-301-3/+4