summaryrefslogtreecommitdiffstats
path: root/cc/gl_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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