summaryrefslogtreecommitdiffstats
path: root/cc/gl_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-13/+13
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-311-1/+1
* Use gfx::Rect types for occlusion tracker and quad culler classes.danakj@chromium.org2012-10-311-2/+2
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-3/+1
* Attach GPU memory management IPCs and structures from the compositor through ...ccameron@chromium.org2012-10-301-6/+42
* Added support for YUV videos to the software compositor.skaslev@chromium.org2012-10-301-1/+0
* Fix texture leak in applyImageFilter().senorblanco@chromium.org2012-10-291-1/+2
* Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from ccjamesr@chromium.org2012-10-291-1/+0
* Report memory usage statistics from the renderer.ccameron@chromium.org2012-10-251-0/+5
* 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-3/+3
* cc: Fix video shader after cc renamingenne@chromium.org2012-10-231-1/+1
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-231-4/+79
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-231-1/+1
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-176/+176
* Conditionalize memory allocation limit based on visibilityccameron@chromium.org2012-10-221-1/+1
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-4/+4
* cc: Remove CC*.h temporary includes, part 3/4.tfarina@chromium.org2012-10-211-3/+3
* 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-34/+33
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-176/+176
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-176/+176
* Reland "cc: Remove CC*.h temporary includes, part 1/4."tfarina@chromium.org2012-10-191-4/+6
* Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."pfeldman@chromium.org2012-10-191-6/+4