1. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  2. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  3. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  4. 2862151 Fix BGRA readback on Android by commit-bot@chromium.org · 11 years ago
  5. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 12 years ago
  6. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  7. 9c68058 Fix WritePixels test on ANGLE. by bsalomon@google.com · 12 years ago
  8. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 12 years ago
  9. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 12 years ago
  10. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 12 years ago
  11. 67b915d Make GPU unit tests use GrContexts of different GL types. by bsalomon@google.com · 12 years ago
  12. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  13. 44a42ea 1. remove references to (deprecated) SkGpuCanvas by reed@google.com · 12 years ago
  14. ccaa002 Fix some linux build warnings Review URL: https://codereview.appspot.com/6571050 by bsalomon@google.com · 12 years ago
  15. 405d0f4 In which a series of things around attachToCanvas and writePixels are fixed by bsalomon@google.com · 12 years ago
  16. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  17. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  18. 72f3dca Modify Read/WritePixelTests to print one pixel failure for each test case rather than every pixel by bsalomon@google.com · 12 years ago
  19. 4b163ed Privatization: by reed@google.com · 12 years ago
  20. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  21. 0cb1e2b Disable WritePixelsTest on Android by borenet@google.com · 12 years ago
  22. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  23. b03db4a fix signed/unsigned warning (use size_t in conjunction with SK_ARRAY_COUNT) by reed@google.com · 13 years ago
  24. 74b9871 Do writepixels alpha-premul using gpu by bsalomon@google.com · 13 years ago
  25. bbce8b2 Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix) by bsalomon@google.com · 13 years ago
  26. d58a1cd Add config8888 support to writePixels by bsalomon@google.com · 13 years ago