| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: remove jank instead of checkerboard setting | enne@chromium.org | 2012-11-14 | 5 | -16/+2 |
* | ui: Remove implicit flooring in skia rect conversion methods. | danakj@chromium.org | 2012-11-14 | 1 | -27/+18 |
* | cc: Clean up PageScaleAnimation for readability. | aelias@chromium.org | 2012-11-14 | 4 | -53/+49 |
* | Use message passing for BeginFrameAndCommitState and clean up forced commit l... | jamesr@chromium.org | 2012-11-14 | 8 | -87/+216 |
* | Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | shawnsingh@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | cc: Add command line flags for the various show rect debugging features. | danakj@chromium.org | 2012-11-13 | 3 | -0/+32 |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 11 | -47/+48 |
* | Remove crash instrumentation, since we haven't seen a crash in | ccameron@chromium.org | 2012-11-13 | 5 | -61/+1 |
* | [cc] Fix crash when adding a child layer to its own parent. | tedchoc@chromium.org | 2012-11-13 | 2 | -1/+19 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-12 | 1 | -1/+1 |
* | ui: Add SkIRectToRect() function to convert from SkIRect type to gfx::Rect. | tfarina@chromium.org | 2012-11-12 | 2 | -20/+14 |
* | cc: Guard overdraw metrics behind the --trace-overdraw command-line flag. | danakj@chromium.org | 2012-11-12 | 8 | -17/+54 |
* | cc: Fix header include guards. | tfarina@chromium.org | 2012-11-11 | 9 | -29/+35 |
* | cc: Remove the remaining using-directives of namespace cc. | tfarina@chromium.org | 2012-11-10 | 3 | -3/+24 |
* | Introduce Tile Versions | nduca@chromium.org | 2012-11-10 | 5 | -28/+197 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 5 | -16/+12 |
* | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 47 | -109/+139 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 172 | -392/+25 |
* | Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | danakj@chromium.org | 2012-11-10 | 1 | -1/+1 |
* | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-10 | 1 | -1/+1 |
* | Delete ThreadChecker from FontAtlas. | aelias@chromium.org | 2012-11-10 | 2 | -10/+0 |
* | cc: Prevent small scale factors (below 1) from being used or saved as the lay... | danakj@chromium.org | 2012-11-10 | 2 | -1/+60 |
* | Avoid setting activeTexture redundantly | jamesr@chromium.org | 2012-11-10 | 6 | -10/+121 |
* | ui: Add methods to clamp Sizes, Points, and Vectors from above or below. | danakj@chromium.org | 2012-11-10 | 5 | -60/+12 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 4 | -30/+19 |
* | cc: Make Picture/PicturePile handle recording/raster | enne@chromium.org | 2012-11-09 | 8 | -28/+230 |
* | Uber Comp: never change mailbox name associated with a texture object. | apatrick@chromium.org | 2012-11-09 | 5 | -46/+35 |
* | ui: Add non-member Vector2dScale() and Vector3dScale() methods to create scal... | danakj@chromium.org | 2012-11-09 | 3 | -23/+5 |
* | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 10 | -97/+143 |
* | ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect. | danakj@chromium.org | 2012-11-09 | 2 | -9/+9 |
* | Extra logging for NinePatch layers in layerTreeAsText() | jamesr@chromium.org | 2012-11-09 | 4 | -15/+14 |
* | If a layer contains a filter, flush the compositor context before the filter | senorblanco@chromium.org | 2012-11-09 | 1 | -0/+5 |
* | Adding hooks for gathering total pixels painted and rasterized stats. | hartmanng@chromium.org | 2012-11-09 | 6 | -19/+43 |
* | cc: Expose clear and swap on Region | enne@chromium.org | 2012-11-09 | 5 | -16/+59 |
* | cc: Rewrite PageScaleAnimation for new coordinate system. | aelias@chromium.org | 2012-11-09 | 5 | -171/+245 |
* | cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/ | danakj@chromium.org | 2012-11-09 | 4 | -28/+68 |
* | cc: Add some early outs to avoid expensive operations | danakj@chromium.org | 2012-11-09 | 2 | -2/+11 |
* | Disable scissor test during texture copies | jamesr@chromium.org | 2012-11-09 | 2 | -3/+12 |
* | cc: Define Region::Contains() to be A contains B if all points in B are also ... | danakj@chromium.org | 2012-11-09 | 3 | -2/+9 |
* | [cc] Tiles and tile manager for impl side painting | nduca@chromium.org | 2012-11-08 | 6 | -0/+208 |
* | cc: The SolidColorLayer should report contentsOpaque() true when its color is... | danakj@chromium.org | 2012-11-08 | 4 | -1/+66 |
* | cc: Rename Texture class to Resource. | reveman@google.com | 2012-11-08 | 22 | -105/+105 |
* | cc: Do not save the rasterScale for layers until they are finished animating ... | danakj@chromium.org | 2012-11-08 | 5 | -38/+89 |
* | Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl... | jamesr@chromium.org | 2012-11-08 | 6 | -23/+8 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 62 | -616/+666 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 28 | -501/+928 |
* | cc: Add some impl-side painting stub classes and APIs | enne@chromium.org | 2012-11-08 | 9 | -0/+276 |
* | Don't invert contentsDeviceTransform twice when rendering render passes. | skaslev@chromium.org | 2012-11-08 | 3 | -10/+19 |
* | Add touchEventHandlerRegion to Layer and LayerImpl | yusufo@chromium.org | 2012-11-08 | 3 | -0/+23 |
* | cc: Turn overdraw metrics on only when about:tracing is recording. | danakj@chromium.org | 2012-11-07 | 4 | -36/+14 |