1. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  2. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  3. d9c1853 Add looping over optimizations to filter tool by robertphillips@google.com · 11 years ago
  4. 58e30fe Simplify the circle outset code and add comment relating it to the shader code. by bsalomon@google.com · 11 years ago
  5. 50c84da Add getDrawCommandAt and setDrawCommandAt to SkDebugCanvas by robertphillips@google.com · 11 years ago
  6. 20edf38 Add GM mixed_xfermodes. This is a work in progress and will be used to test fixes for GPU Xfermodes effects. by bsalomon@google.com · 11 years ago
  7. 02009c7 Add short option for --bot in submit_try by borenet@google.com · 11 years ago
  8. ee040a7 Make GrGLShaderBuilder responsible for enabling GLSL extensions by bsalomon@google.com · 11 years ago
  9. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  10. bb5c465 Trim the copy of the dst made for dst-reading effects using the clip and dev-bounds of draw. by commit-bot@chromium.org · 11 years ago
  11. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  12. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 11 years ago
  13. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  14. e36f3ba Whitespace change to test Commit Queue by commit-bot@chromium.org · 11 years ago
  15. f6c5f75 Display prompt for caution only if it is an interactive shell. by rmistry@google.com · 11 years ago
  16. e80c2bc Fix more clang tautological-constant-out-of-range-compare errors. by tfarina@chromium.org · 11 years ago
  17. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 11 years ago
  18. fc2f0d0 use SkTCast by reed@google.com · 11 years ago
  19. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 11 years ago
  20. 6acd09e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  21. 123ac1d Make GM render to render targets that are also textures. by bsalomon@google.com · 11 years ago
  22. ce89a19 Whitespace change to trigger builders to make sure codesite issue is resolved. by rmistry@google.com · 11 years ago
  23. c94a9cc Fix iOS compiler error/warning by robertphillips@google.com · 11 years ago
  24. 30d3593 Whitespace change to trigger builders to make sure codesite issue is resolved. by rmistry@google.com · 11 years ago
  25. b6b72e5 Attempt to silence signed/unsigned warnings in android build. by bsalomon@google.com · 11 years ago
  26. 6518daf disable tests that exercise serialization of fonts here, since we are experimentally by reed@google.com · 11 years ago
  27. d6f1d1e Triggering rebuilds after master restart by rmistry@google.com · 11 years ago
  28. 5903ed9 Triggering rebuilds after master restart. by rmistry@google.com · 11 years ago
  29. dea7ee0 add caching to fontmgr for mac by reed@google.com · 11 years ago
  30. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 11 years ago
  31. b8eb2e8 Make GrGLShaderBuilder::TextureSampler extract only required info from GrTextureAccess. by bsalomon@google.com · 11 years ago
  32. 51c8112 Convert #warning to comment to get iOS compiling by robertphillips@google.com · 11 years ago
  33. af0fa6a add gm for experimental fontmgr api by reed@google.com · 11 years ago
  34. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 11 years ago
  35. c3410b8 New filter targeted at desk_googlespreadsheet overdraw issues by robertphillips@google.com · 11 years ago
  36. 6dcc338 Trigger rebuilds on Mac 10.6 compile bots. by rmistry@google.com · 11 years ago
  37. ed10e3f Trigger rebuilds on Mac compile bots. by rmistry@google.com · 11 years ago
  38. 2e7d41e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  39. b62ce70 Fix minor memory leaks by robertphillips@google.com · 11 years ago
  40. c1c68bd Remove dubious assertion. by tfarina@chromium.org · 11 years ago
  41. e9bbc81 move typeface cache limit from 128 to 1024 (128 is a joke, not sure what a by reed@google.com · 11 years ago
  42. db23509 always call SkFontMgr::Factory() (now that everyone has impl'd it) by reed@google.com · 11 years ago
  43. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  44. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 11 years ago
  45. db44625 Fix assertion failure in SkGpuDevice from 8412. by bsalomon@google.com · 11 years ago
  46. f51c013 Add interface to SkXfermode to return a GrEffect and blend coeffs. by bsalomon@google.com · 11 years ago
  47. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  48. 04b959a Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  49. b368551 fix mask error for BW text, where I forgot to look at just the low-8 bits by reed@google.com · 11 years ago
  50. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 11 years ago
  51. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  52. 4855231 Fix a few clang errors while trying to build tools target. by tfarina@chromium.org · 11 years ago
  53. 4f65a27 Address clang static analyzer issues by robertphillips@google.com · 11 years ago
  54. ad9327f Increase space for effect-class-ID and fix assert by robertphillips@google.com · 11 years ago
  55. ce8b3de store real fontstyle on mac fonts by reed@google.com · 11 years ago
  56. 919e9c3 fix infinite recursion calling (non)virtual by reed@google.com · 11 years ago
  57. ca5c841 respect slant param by reed@google.com · 11 years ago
  58. 7244e88 #if 0 reference to SkFontMgr::Factory for now by reed@google.com · 11 years ago
  59. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 11 years ago
  60. 26ec00e Fix unit test build break by bsalomon@google.com · 11 years ago
  61. e9144c6 Program key coverage/discard fixes. by bsalomon@google.com · 11 years ago
  62. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  63. 36ee020 Trigger rebuilds on ChromeOS (RunBuilders:Skia_ChromeOS_Alex_Release_32) by rmistry@google.com · 11 years ago
  64. c215d10 Trigger rebuilds on Mac-10.7 32 bit by rmistry@google.com · 11 years ago
  65. c826a7c Trigger rebuilds on Mac-10.7 (RunBuilders:Skia_MacMiniLion_Float_Debug_64) by rmistry@google.com · 11 years ago
  66. e8be73b oops, don't say static for an extern function by reed@google.com · 11 years ago
  67. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  68. 02c7764 Whitespace change to trigger rebuilds by rmistry@google.com · 11 years ago
  69. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  70. 0e3f621 Whitespace change to test compile-only bots by borenet@google.com · 11 years ago
  71. 8cf10ef Reverting r8376, r8373 and r8371 due to Android shader compilation failures by robertphillips@google.com · 11 years ago
  72. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 11 years ago
  73. 33179c8 Unreviewed build fix by sugoi@google.com · 11 years ago
  74. 50b14a2 oops, fix name for SkCreateDataProviderFromData by reed@google.com · 11 years ago
  75. 12b1f19 expose skdata -> cgdataprovider helper by reed@google.com · 11 years ago
  76. 2874906 Unreviewed build fix by sugoi@google.com · 11 years ago
  77. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  78. 2daa365 New SVG turbulence in Skia by sugoi@google.com · 11 years ago
  79. c452d82 move fontmgr into include/ports for now by reed@google.com · 11 years ago
  80. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  81. 6864cb8 Rebaseline Mac 10.8 performance flakes by robertphillips@google.com · 11 years ago
  82. 0e642cd Whitespace change to trigger RazrI builds. by rmistry@google.com · 11 years ago
  83. d257a7e limit SkFontHost::NextLogicalTypeface to only android (the only backend that by reed@google.com · 11 years ago
  84. 71ebd05 Fix non-Windows build break in r8364. by bsalomon@google.com · 11 years ago
  85. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 11 years ago
  86. a45bcc8 make SkFontHost::NextLogicalTypeface private (only called by SkScalerContext) by reed@google.com · 11 years ago
  87. e74f83b remove SkFontHost::EnsureTypefaceAccessible declaration (no longer implemented or called) by reed@google.com · 11 years ago
  88. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  89. 77279cb Fix compiler errors/warnings in r8355 by robertphillips@google.com · 11 years ago
  90. 44b85fe Rebaselining performance flake by robertphillips@google.com · 11 years ago
  91. 0df2a9a SkDrawCommand cleanup by robertphillips@google.com · 11 years ago
  92. 4d3751d Rebaselining performance flakes by robertphillips@google.com · 11 years ago
  93. 23bbc84 Whitespace change to test emails by rmistry@google.com · 11 years ago
  94. ce9d95a Fix for android_clang_dbg compiler error by robertphillips@google.com · 11 years ago
  95. b62f93f Don't pretend we can draw MaskFilters, it produces artifacts that make the text unreadable when using CSS shadows. by edisonn@google.com · 11 years ago
  96. 7e32851 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  97. 72657e0 Rebaseline for Mac 10.9 performance trigger flakes by robertphillips@google.com · 11 years ago
  98. 28795f5 Widen the range on some performance trigger flakes by robertphillips@google.com · 11 years ago
  99. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 11 years ago
  100. 6f6568b gm: change ErrorBitfield to ErrorType/ErrorCombination by epoger@google.com · 11 years ago