summaryrefslogtreecommitdiffstats
path: root/cc/gl_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-1/+31
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-211-8/+8
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-46/+46
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-201-6/+5
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-201-14/+34
* Relax assertions around context loss and program initialization. Higher level...kbr@chromium.org2012-11-171-10/+12
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-171-24/+24
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-171-24/+26
* cc: Switch the DrawQuad enum names to chromium style and remove pragmasdanakj@chromium.org2012-11-161-10/+10
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-161-2/+2
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-4/+2
* Avoid redundantly setting tex parametersjamesr@chromium.org2012-11-131-13/+0
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-3/+2
* Avoid setting activeTexture redundantlyjamesr@chromium.org2012-11-101-6/+1
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-6/+1
* If a layer contains a filter, flush the compositor context before the filtersenorblanco@chromium.org2012-11-091-0/+5
* cc: Rename Texture class to Resource.reveman@google.com2012-11-081-17/+17
* Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl...jamesr@chromium.org2012-11-081-8/+2
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-081-47/+30
* Don't invert contentsDeviceTransform twice when rendering render passes.skaslev@chromium.org2012-11-081-8/+15
* 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-30/+47
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-041-47/+30
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-2/+1
* cc: Replace WebCore::FloatQuad with gfx::QuadF.danakj@chromium.org2012-11-021-15/+16
* cc: Get rid of NotImplemented stub file.tfarina@chromium.org2012-11-021-1/+0
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-021-2/+2
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-3/+3
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-011-30/+47
* Remove static thread pointers from CCjamesr@chromium.org2012-11-011-47/+30