1. ce56d96 Remove SkShader virtual method validContext by commit-bot@chromium.org · 10 years ago
  2. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  3. 1ab536f fix composeshader to respect the paint's alpha by commit-bot@chromium.org · 10 years ago
  4. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  5. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  6. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  7. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  8. 92f9326 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  9. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  10. 40f6e3a add release-mode checks for null, at least for a while by commit-bot@chromium.org · 10 years ago
  11. 5aacfe9 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  12. c09abe6 Revert of Remove setLocalMatrix calls from picture shader GM. (https://codereview.chromium.org/260863007/) by commit-bot@chromium.org · 10 years ago
  13. 74b8cb1 Remove setLocalMatrix calls from picture shader GM. by commit-bot@chromium.org · 10 years ago
  14. 608d637 Choose memset procs once. by commit-bot@chromium.org · 10 years ago
  15. 1111b61 Add literal picture recording mode, triggered by a compile time switch. by commit-bot@chromium.org · 10 years ago
  16. f239d91 guard against self-assignment by commit-bot@chromium.org · 10 years ago
  17. 8c7372b Fix for SkMatrixConvolutionImageFilter with large borders. by senorblanco@chromium.org · 10 years ago
  18. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  19. b6e5e4c Revert of Fix iOS build. (https://codereview.chromium.org/269663008/) by commit-bot@chromium.org · 10 years ago
  20. bc4ae9e Fix iOS build. by bsalomon@google.com · 10 years ago
  21. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  22. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  23. 9a40803 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 10 years ago
  25. 0206363 Remove dead code. by commit-bot@chromium.org · 10 years ago
  26. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  27. e901b6d create struct to hold all the params passed around for shader::context by commit-bot@chromium.org · 10 years ago
  28. e83b9b7 Remove SkDEBUGFAILs that are problematic for Chromium by commit-bot@chromium.org · 10 years ago
  29. 2e74f9d remove code behind SK_SUPPORT_LEGACY_PROCXFERMODE by reed@google.com · 10 years ago
  30. 508022c expose ConvertRadiusToSigma to aid clients in the API transition to sigma by commit-bot@chromium.org · 10 years ago
  31. 9195743 Add a fix for a spurious assert in SkMatrixConvolutionImageFilter. by senorblanco@chromium.org · 10 years ago
  32. 24f6e29 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  33. f3e5059 add default impl for context methods on shader by commit-bot@chromium.org · 10 years ago
  34. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  35. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  36. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  37. 8c4953c Cleanup of SSE optimization files. by commit-bot@chromium.org · 10 years ago
  38. 88cb22b Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  39. 91fc81c fix cubic/line intersection; add skp tests by commit-bot@chromium.org · 10 years ago
  40. b53dd6c Remove the unused SkCachePreload_arm by commit-bot@chromium.org · 10 years ago
  41. 8dac8b1 Backfill unit tests for SkRecord by commit-bot@chromium.org · 10 years ago
  42. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  43. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  44. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 10 years ago
  45. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  46. 5376325 ARM Skia NEON patches - 36 - Color32 by commit-bot@chromium.org · 10 years ago
  47. 1ac99c8 Fixed issue found by clusterfuzz by commit-bot@chromium.org · 10 years ago
  48. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 10 years ago
  49. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 10 years ago
  50. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 10 years ago
  51. 6b127cd fix leaks in blurrrect -- this should address the valgrind issues. by commit-bot@chromium.org · 10 years ago
  52. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  53. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  54. 0974a61 Simplify empty-clip check. by commit-bot@chromium.org · 10 years ago
  55. 06d4cda Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be more consistent with other platforms. by commit-bot@chromium.org · 10 years ago
  56. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  57. e396455 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  58. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  59. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  60. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  61. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  62. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  63. 72b7bf8 Add missing include for r14397. by bungeman@google.com · 10 years ago
  64. b6ad00b Create SkGlyphCache globals with SkOnce. by bungeman@google.com · 10 years ago
  65. c666197 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 10 years ago
  66. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  67. 270d445 Re-add SkPictureStateTree::Iterator::draw() SaveFlags. by fmalita@google.com · 10 years ago
  68. 98c4e52 Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 10 years ago
  69. fe41b8f one more tsan fix by commit-bot@chromium.org · 10 years ago
  70. 0bcb8ca pathops debug globals use atomic increment by commit-bot@chromium.org · 10 years ago
  71. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago
  72. e1ba93e Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 10 years ago
  73. 6419a5e Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 10 years ago
  74. 05764d2 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 10 years ago
  75. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  76. 0ea05d8 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 10 years ago
  77. b004b8e Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 10 years ago
  78. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  79. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  80. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  81. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  82. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  83. e00ad68 Remove unused include. by commit-bot@chromium.org · 10 years ago
  84. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  85. 1f64a21 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 10 years ago
  86. b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 10 years ago
  87. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  88. f0ae5e4 Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 10 years ago
  89. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  90. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  91. c822bb3 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  92. a3cff85 remove unused functions by commit-bot@chromium.org · 10 years ago
  93. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  94. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  95. dcbc360 add one-channel output support to webp encoder by commit-bot@chromium.org · 10 years ago
  96. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  97. 74e608c Use default save() flags in SkBlurDrawLooper. by commit-bot@chromium.org · 10 years ago
  98. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  99. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  100. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago