summaryrefslogtreecommitdiffstats
path: root/cc/software_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-2/+1
* cc: Remove CC*.h temporary includes, part 6/4.tfarina@chromium.org2012-10-241-1/+1
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-1/+2
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-47/+47
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-1/+1
* cc: Remove CC*.h temporary includes, part 3/4.tfarina@chromium.org2012-10-211-1/+1
* cc: Remove CC*.h temporary includes, part 2/4.tfarina@chromium.org2012-10-201-1/+1
* cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes.danakj@chromium.org2012-10-201-10/+10
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-47/+47