summaryrefslogtreecommitdiffstats
path: root/cc/quads/render_pass_draw_quad.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+3
* cc cleanup: simplify mask_uv_scale and MaskUVRect().senorblanco2016-01-271-5/+1
* cc: Refactor SurfaceHittest for readabilityfsamuel2015-09-111-2/+2
* Change wrong BeginDictionary() to BeginArray in RenderPassDrawQuad::ExtentVal...wangxianzhu2015-06-291-2/+2
* Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-081-4/+1
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-051-1/+4
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-051-4/+1
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-021-10/+4
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-191-3/+3
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-091-1/+2
* Mechanical rename of tracing includes for /ccssid2015-01-271-1/+1
* cc: refactor of MathUtil::AddToTracedValuejungjik.lee2015-01-211-12/+3
* Fix a trace value type in RenderPassDrawQuad.jungjik.lee2015-01-131-2/+2
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-6/+22
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-23/+21
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-121-14/+0
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-081-3/+21
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-08-011-8/+17
* Revert of Add builders for tracing event's structural arguments (https://code...erikchen@chromium.org2014-07-311-17/+8
* Add builders for tracing event's structural argumentsyurys@chromium.org2014-07-311-8/+17
* Make DrawQuad constructors public, rm DQ::Create() functionweiliangc@chromium.org2014-07-161-4/+0
* Move Copy method from DrawQuad to RenderPassweiliangc@chromium.org2014-07-111-10/+0
* Fixes for re-enabling more MSVC level 4 warnings: cc/ editionpkasting@chromium.org2014-07-031-1/+1
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-8/+8
* Add support for converting cc::FilterOperations into an SkImageFilterajuma@chromium.org2013-09-261-7/+1
* cc: Tell the LayerTreeHost that the filter context is needed.danakj@chromium.org2013-09-101-0/+1
* cc: Add frame data to LTHI tracingpiman@chromium.org2013-08-091-0/+19
* Move implementation of WebFilterOperations into ccajuma@chromium.org2013-06-251-4/+4
* Don't iterate over a 0 mask resource in RenderPassDrawQuadpiman@chromium.org2013-04-171-1/+2
* This fixes all lint issues (except for false positives) in:jamesr@chromium.org2013-03-261-5/+5
* cc: Fix style errors with indented returnsenne@chromium.org2013-03-221-1/+1
* Part 6 of cc/ directory shuffles: quadsjamesr@chromium.org2013-03-181-0/+95