[go: nahoru, domu]

  1. 93b0663 Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at 090f74b97d6373015929e8ce1586bcc4ab4f83d2 by Android Chromium Automerger · 10 years ago
  2. 090f74b fix leaks in blurrrect -- this should address the valgrind issues. by commit-bot@chromium.org · 10 years ago
  3. f5487a7 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  4. e648ed8 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  5. 48e2e72 Simplify empty-clip check. by commit-bot@chromium.org · 10 years ago
  6. 5673abf 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
  7. 58bbafa revert humper changes by commit-bot@chromium.org · 10 years ago
  8. 53b03f0 Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at da6ca64e5135eecbc58eea38a2f1e227152d085e by Android Chromium Automerger · 10 years ago
  9. e727d85 move common blur types into central header by commit-bot@chromium.org · 10 years ago
  10. 60e8086 Start using type traits in src/record instead of macros. by commit-bot@chromium.org · 10 years ago
  11. 7998599 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  12. 7458e19 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  13. c64c157 Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  14. 822cc12 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
  15. 7ce2302 Add missing include for r14397. by bungeman@google.com · 10 years ago
  16. 81fd299 Create SkGlyphCache globals with SkOnce. by bungeman@google.com · 10 years ago
  17. f28d884 Xfermode: SSE2 implementation of darken&lighten mode by commit-bot@chromium.org · 10 years ago
  18. 1c3c152 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  19. da6ca64 Re-add SkPictureStateTree::Iterator::draw() SaveFlags. by fmalita@google.com · 10 years ago
  20. f5a0abc Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 10 years ago
  21. 6051237 one more tsan fix by commit-bot@chromium.org · 10 years ago
  22. ff400cc pathops debug globals use atomic increment by commit-bot@chromium.org · 10 years ago
  23. f3d7531 fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago
  24. 4699a98 Xfermode: SSE2 implementation of colordodge&colorburn modes by commit-bot@chromium.org · 10 years ago
  25. df15652 Xfermode: SSE2 implementation of softlight_modeproc by commit-bot@chromium.org · 10 years ago
  26. ed2f9b3 Xfermode: SSE2 implementation of difference_modeproc by commit-bot@chromium.org · 10 years ago
  27. 9f6c494 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  28. b1bda78 Xfermode: SSE2 implementation of hardlight mode by commit-bot@chromium.org · 10 years ago
  29. 6bbd929 Xfermode: SSE2 implementation of exclusion_modeproc by commit-bot@chromium.org · 10 years ago
  30. 5dbe3c0 Xfermode: SSE2 implementation of overlay_modeproc by commit-bot@chromium.org · 10 years ago
  31. dd8f226 Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at 88c3a5dce6bb39d47437fdbe853318ea28e0cd13 by Android Chromium Automerger · 10 years ago
  32. 7a1832f First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  33. 71eb9cb Deprecate SaveFlags use in the public SkCanvas API. by commit-bot@chromium.org · 10 years ago
  34. 86e05bd Revert of Add nanosecond timer. (https://codereview.chromium.org/250243002/) by commit-bot@chromium.org · 10 years ago
  35. a1c1272 Add nanosecond timer. by commit-bot@chromium.org · 10 years ago
  36. fb90f04 Remove unused include. by commit-bot@chromium.org · 10 years ago
  37. 58ae39d Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  38. 37a2900 Fix build: these asserts are always now true, which GCC warns about by commit-bot@chromium.org · 10 years ago
  39. 3683f95 fix int/size_t warnings in pipe by commit-bot@chromium.org · 10 years ago
  40. 3c6b00a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  41. afe1d2d Proof of adoption in SkRecord::replace. by commit-bot@chromium.org · 10 years ago
  42. 6d9dce8 Rearrange SkRecord public API to fit better with cc/resources/picture by commit-bot@chromium.org · 10 years ago
  43. 88c3a5d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  44. 7c64bc9 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  45. a295b5b remove unused functions by commit-bot@chromium.org · 10 years ago
  46. a2d1190 fix x86 emulator for Android framework. by commit-bot@chromium.org · 10 years ago
  47. fc486cd First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  48. 377a6c4 add one-channel output support to webp encoder by commit-bot@chromium.org · 10 years ago
  49. 3ebd9c0 Revert of Properly enable S32_D16_filter_DX_SSE2 optimization. (https://codereview.chromium.org/239453010/) by commit-bot@chromium.org · 10 years ago
  50. 8eae5aa Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at 93b0d3a5467e48b1b1ec7e4ab0c2c921dea045be by Android Chromium Automerger · 10 years ago
  51. a5da5e6 Use default save() flags in SkBlurDrawLooper. by commit-bot@chromium.org · 10 years ago
  52. 76a72b2 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  53. 6741a27 Properly enable S32_D16_filter_DX_SSE2 optimization. by commit-bot@chromium.org · 10 years ago
  54. bc5bd5e fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  55. 19013c2 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  56. 00a1b5e 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 · 10 years ago
  57. 8f817f4 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 · 10 years ago
  58. 93b0d3a Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  59. 2ee156a Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  60. a4a0023 Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" by reed@google.com · 10 years ago
  61. dd84456 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  62. b55e2e6 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  63. d581fb9 Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at 1e2a98db51422a58079b644e06b000c5bec0c248 by Android Chromium Automerger · 10 years ago
  64. b382abd Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 10 years ago
  65. 8c6d965 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 10 years ago
  66. 09fcbfa expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  67. e10b658 Revert of make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/) by commit-bot@chromium.org · 10 years ago
  68. 2b2f84c make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  69. ee48dad Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 10 years ago
  70. 1fdb3b3 eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  71. 44cfece fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  72. 6d9d088 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 10 years ago
  73. 34f68d5 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  74. 000586a Use GradFlags for gradient Flags in SkGradientShader by commit-bot@chromium.org · 10 years ago
  75. 24a4744 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  76. 84a3613 NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  77. 0215050 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. d7e5887 Merge third_party/skia/src from https://chromium.googlesource.com/external/skia/src.git at 187d71c764dd02f0c3b925ebc7cb7dd143ad52b7 by Android Chromium Automerger · 10 years ago
  79. 1e2a98d Add missing scale value to fix SkGradientShader memory error by commit-bot@chromium.org · 10 years ago
  80. aa35e04 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  81. aae6558 Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  82. aabafbd Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  83. 000b5c8 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  84. 20d7bba Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  85. 187d71c remove sizeof check -- triggers warning in chrome by reed@google.com · 10 years ago
  86. 082cd50 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  87. 67169f5 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  88. d34b1c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  89. 873bed1 remove unused fOverflowed from SkClampRange by reed@google.com · 10 years ago
  90. c013ff2 fix int/size_t warnings by reed@google.com · 10 years ago
  91. 7aefc82 Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  92. 0232d68 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 10 years ago
  93. dad5abf Get gradient information for gpu effect directly from SkGradientShader instead of calling asAGradient by commit-bot@chromium.org · 10 years ago
  94. 9cc4068 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  95. 0f1b1d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  96. 48da861 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  97. 61c77b2 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 · 10 years ago
  98. 8399505 Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 10 years ago
  99. 8463bfb Ashmem functions compile when size_t != __u32 by commit-bot@chromium.org · 10 years ago
  100. b78cb8c add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago