1. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 11 years ago
  2. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 11 years ago
  3. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 11 years ago
  4. 5376325 ARM Skia NEON patches - 36 - Color32 by commit-bot@chromium.org · 11 years ago
  5. 1ac99c8 Fixed issue found by clusterfuzz by commit-bot@chromium.org · 11 years ago
  6. 705b1ff Don't bother doing the empty clip check in SkRecordDraw. by commit-bot@chromium.org · 11 years ago
  7. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 11 years ago
  8. daaafa6 add asAShadowBlur for android to drawlooper by reed@google.com · 11 years ago
  9. 6b127cd fix leaks in blurrrect -- this should address the valgrind issues. by commit-bot@chromium.org · 11 years ago
  10. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 11 years ago
  11. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 11 years ago
  12. 0974a61 Simplify empty-clip check. by commit-bot@chromium.org · 11 years ago
  13. 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 · 11 years ago
  14. 55aec08 revert humper changes by commit-bot@chromium.org · 11 years ago
  15. e396455 move common blur types into central header by commit-bot@chromium.org · 11 years ago
  16. 2e0c32a Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 11 years ago
  17. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 11 years ago
  18. 4b9b456 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  19. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  20. 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 · 11 years ago
  21. 72b7bf8 Add missing include for r14397. by bungeman@google.com · 11 years ago
  22. b6ad00b Create SkGlyphCache globals with SkOnce. by bungeman@google.com · 11 years ago
  23. c666197 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 11 years ago
  24. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 11 years ago
  25. 270d445 Re-add SkPictureStateTree::Iterator::draw() SaveFlags. by fmalita@google.com · 11 years ago
  26. 98c4e52 Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 11 years ago
  27. fe41b8f one more tsan fix by commit-bot@chromium.org · 11 years ago
  28. 0bcb8ca pathops debug globals use atomic increment by commit-bot@chromium.org · 11 years ago
  29. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 11 years ago
  30. e1ba93e Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 11 years ago
  31. 6419a5e Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 11 years ago
  32. 05764d2 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 11 years ago
  33. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 11 years ago
  34. 0ea05d8 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 11 years ago
  35. b004b8e Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 11 years ago
  36. 7bf1015 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 11 years ago
  37. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 11 years ago
  38. d70fa20 Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 11 years ago
  39. d0306a1 Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 11 years ago
  40. 74b43a9 Add nanosecond timer. by commit-bot@chromium.org · 11 years ago
  41. e00ad68 Remove unused include. by commit-bot@chromium.org · 11 years ago
  42. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 11 years ago
  43. 1f64a21 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 11 years ago
  44. b45bd1f fix int/size_t warnings in pipe by commit-bot@chromium.org · 11 years ago
  45. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 11 years ago
  46. f0ae5e4 Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 11 years ago
  47. 732bd66 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 11 years ago
  48. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  49. c822bb3 Fix for r14341 Chrome build error by robertphillips@google.com · 11 years ago
  50. a3cff85 remove unused functions by commit-bot@chromium.org · 11 years ago
  51. cedbc73 fix x86 emulator for Android framework. by commit-bot@chromium.org · 11 years ago
  52. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 11 years ago
  53. dcbc360 add one-channel output support to webp encoder by commit-bot@chromium.org · 11 years ago
  54. c398f71 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 11 years ago
  55. 74e608c Use default save() flags in SkBlurDrawLooper. by commit-bot@chromium.org · 11 years ago
  56. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 11 years ago
  57. 8628fac Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 11 years ago
  58. f117781 fix size_t/int warnings by commit-bot@chromium.org · 11 years ago
  59. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 11 years ago
  60. 87fcd95 Revert of Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/249643002/) by commit-bot@chromium.org · 11 years ago
  61. 6e5671d Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  62. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 11 years ago
  63. bc2f1dc Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 11 years ago
  64. e0d9ce8 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 11 years ago
  65. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 8798ae3 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 11 years ago
  67. 8089467 Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 11 years ago
  68. c8379d7 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 11 years ago
  69. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 11 years ago
  70. 945ec3a Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 11 years ago
  71. 4325d11 make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 11 years ago
  72. 16307bd Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 11 years ago
  73. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 11 years ago
  74. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 11 years ago
  75. c18ba27 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 11 years ago
  76. 88c3e27 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 11 years ago
  77. 6c5aea2 Use GradFlags for gradient Flags in SkGradientShader by commit-bot@chromium.org · 11 years ago
  78. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 11 years ago
  79. fd4ee4d NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 11 years ago
  80. d3b28e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  81. 811f20d Add missing scale value to fix SkGradientShader memory error by commit-bot@chromium.org · 11 years ago
  82. 6b4aaa7 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 11 years ago
  83. 2c4e75c Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 11 years ago
  84. 855e88e Fixes for SkPictureShader. by commit-bot@chromium.org · 11 years ago
  85. ad8ce57 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 11 years ago
  86. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 11 years ago
  87. 0ed84ce remove sizeof check -- triggers warning in chrome by reed@google.com · 11 years ago
  88. 0f1fef8 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 11 years ago
  89. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 11 years ago
  90. 8a777a5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. 33a94e2 remove unused fOverflowed from SkClampRange by reed@google.com · 11 years ago
  92. aec4066 fix int/size_t warnings by reed@google.com · 11 years ago
  93. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 11 years ago
  94. 8d4dc71 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 11 years ago
  95. 996402b Get gradient information for gpu effect directly from SkGradientShader instead of calling asAGradient by commit-bot@chromium.org · 11 years ago
  96. 091a594 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 11 years ago
  97. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  98. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 11 years ago
  99. 53783b0 Revert of Extract most of the mutable state of SkShader into a separate Context object. (https://codereview.chromium.org/207683004/) by commit-bot@chromium.org · 11 years ago
  100. 68ea91a Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 11 years ago