summaryrefslogtreecommitdiffstats
path: root/cc/gl_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Changed SoftwareOutputDevice interface.skaslev@chromium.org2013-03-061-2/+5
* Revert 186130 - cc: Added antialiasing support for solid color layersbartfab@chromium.org2013-03-051-156/+77
* cc: Added antialiasing support for solid color layersernstm@chromium.org2013-03-051-77/+156
* Fixed performance issues related to doubles and divides in GLRendererwhunt@chromium.org2013-03-041-16/+16
* cc: Moving anti-aliasing decision to parent compositor.ernstm@chromium.org2013-03-041-12/+31
* [cc] Mailbox Output Surface Supportsievers@chromium.org2013-03-031-17/+10
* cc: Route offscreen context creation for compositor to the browser.danakj@chromium.org2013-02-221-44/+59
* Shrink texture uploader when not visible.piman@chromium.org2013-02-161-0/+1
* Have a common implementation of cc::OutputSurface instead of multiple duplica...skaslev@chromium.org2013-02-131-1/+1
* cc: Fix resource provider fences and add DCHECKs.epenner@chromium.org2013-02-131-5/+8
* Revert "cc: Clamp texture coordinates in all tile shaders"brianderson@chromium.org2013-02-131-1/+11
* cc: Avoid power of two textures.epenner@chromium.org2013-02-131-0/+4
* cc: Disable memory management in the browser compositor.epenner@chromium.org2013-02-131-1/+2
* Fix Y-flipped lighting in accelerated SVG reference filters in CSS. Since th...senorblanco@chromium.org2013-02-071-0/+2
* Remove references to deprecated names in Skia.bsalomon@google.com2013-02-061-6/+6
* cc: Enforce correct recycling in resource pool.epenner@chromium.org2013-02-061-0/+22
* cc: Clamp texture coordinates in all tile shadersbrianderson@chromium.org2013-01-311-11/+1
* cc: Unify context losing machinerydanakj@chromium.org2013-01-231-2/+2
* Putting back: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-181-4/+6
* Revert 177288ilevy@chromium.org2013-01-171-6/+4
* cc: Add point-based UV coordinate on TextureLayerjscholler@chromium.org2013-01-171-4/+6
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-161-1/+1
* Migrate more functions from MathUtil to gfx::Transformshawnsingh@chromium.org2013-01-151-4/+6
* Revert 176739reveman@google.com2013-01-151-7/+4
* cc: Move anti-aliasing decision to parent compositor.reveman@chromium.org2013-01-141-4/+7
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-091-0/+1
* Revert 175690estade@chromium.org2013-01-091-1/+1
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-091-1/+1
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-4/+7
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-2/+1
* Send memory management policies to the tile managerccameron@chromium.org2013-01-021-8/+9
* Move filters to RenderPassDrawQuadpiman@chromium.org2012-12-211-11/+5
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-5/+6
* Send compositor frame IPC with metadata.aelias@chromium.org2012-12-181-4/+16
* Adding support for per vertex opacity on textured layerjscholler@chromium.org2012-12-151-11/+20
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-2/+2
* Allow using a larger-than-necessary texture as cached render pass backingjamesr@chromium.org2012-12-141-3/+30
* Moves sampler binding from init to draw time during batched drawing.whunt@chromium.org2012-12-131-2/+4
* Combine mask texture parameters into single gfx::RectFjamesr@chromium.org2012-12-131-2/+2
* Add the DelegatingRenderer class with its initialize path.danakj@chromium.org2012-12-081-3/+2
* Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...jamesr@chromium.org2012-12-081-23/+22
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-4/+1
* Revert 171403danakj@chromium.org2012-12-061-1/+4
* cc: Finish the rename from cc::GraphicsContext to cc::OutputSurfacedanakj@chromium.org2012-12-061-4/+1
* cc: Allow a renderer to disallow partial texture updates.danakj@chromium.org2012-12-061-0/+3
* Use nearest neighbor filtering for non-translated quadsskyostil@chromium.org2012-12-041-21/+15
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-041-4/+5
* Texture Draw Calls Coalescingwhunt@chromium.org2012-11-301-20/+148
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-37/+21