1. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  2. 807371c Revert "Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget." by Brian Salomon · 7 years ago
  3. e2d37c2 Remove GrBackendRenderTargetDesc in favor of GrBackendRenderTarget. by Brian Salomon · 7 years ago
  4. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  5. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  6. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  7. 12e9662 Remove some ancillary users of SkSurface::MakeRenderTargetDirect by robertphillips · 8 years ago
  8. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  9. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 8 years ago
  10. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  11. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 9 years ago
  12. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 9 years ago
  13. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  14. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  15. e001da2 SkV8Sample: Now with Path2D and Path2DBuilder. by jcgregorio · 10 years ago
  16. 5e44b00 Start moving to the new canvas structure. by jcgregorio · 10 years ago
  17. 1c9acd9 Fixup references to the js files from the HTML files in SkV8Example. by jcgregorio · 10 years ago
  18. 59b3815 Move .js files to their own directory by robertphillips · 10 years ago
  19. e22f45f Doing the "using namespace" penance by adding in v8:: everywhere, like I should have to begin with. by jcgregorio · 10 years ago
  20. c09e8c2 https://chromiumcodereview.appspot.com/331133004/ by kozyatinskiy · 10 years ago
  21. 24e0496 Factor out a BaseContext from JsContext. by commit-bot@chromium.org · 10 years ago
  22. cb33687 Start prototyping what DisplayList support will look like. by commit-bot@chromium.org · 10 years ago
  23. f679d1b Rename Path to Path2D by commit-bot@chromium.org · 10 years ago
  24. 939560b Move SkV8Example to SkSurface by commit-bot@chromium.org · 10 years ago
  25. e1df565 Add conicTo(). by commit-bot@chromium.org · 10 years ago
  26. 310ec8e Update directions and lib paths for ninja. by commit-bot@chromium.org · 10 years ago
  27. c896f4d Both gears and snow should detect if Path is available, and also report on the console if present. by commit-bot@chromium.org · 10 years ago
  28. 58c0fa3 Clear the canvas before drawing the gears. by commit-bot@chromium.org · 10 years ago
  29. 2055454 Add handling alpha values in RRGGBBAA formatted styles. by commit-bot@chromium.org · 11 years ago
  30. cd11018 Just use one version of the scripts in both the browser and in SkV8 by using feature detection to determine if we are running in a browser, and if the platform supports the Path() object. Also add oval, console.log, and the snow example code. by commit-bot@chromium.org · 11 years ago
  31. b163984 Move v8 into third_party. by commit-bot@chromium.org · 11 years ago
  32. d784104 Add the gears.js demo and all the code changes needed to get it working, including implementing both fill and stroke style. Also add the HTML and JS files to compare with browser performance. by commit-bot@chromium.org · 11 years ago
  33. 179f6c5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  34. 9ee0e32 Turn on GL drawing, allow switching via --gpu flag. by commit-bot@chromium.org · 11 years ago
  35. c8d7328 Renamed JsCanvas to JsContext and moved into it's own file. by commit-bot@chromium.org · 11 years ago
  36. 872796b Allow multiple concurrent timers. by commit-bot@chromium.org · 11 years ago
  37. 0fc0dea Add a setTimer() function. by commit-bot@chromium.org · 11 years ago
  38. 4ad1e97 Add a print function in the global JS scope for debugging. by commit-bot@chromium.org · 11 years ago
  39. 48d94b8c Add command line flag for optionally loading JS from external files. by commit-bot@chromium.org · 11 years ago
  40. 3a6143d Added canvas.fillStyle with support for just the "#RRGGBB" style of colors. by commit-bot@chromium.org · 11 years ago
  41. 9bde13c Add a canvas object with drawRect() and inval(). by commit-bot@chromium.org · 11 years ago
  42. 80bd0c9 A simple draw() function in Javascript. by commit-bot@chromium.org · 11 years ago
  43. 44a3877 V8 and Skia by commit-bot@chromium.org · 11 years ago