[go: nahoru, domu]

  1. b382abd Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp by commit-bot@chromium.org · 10 years ago
  2. 8c6d965 Add gpu fast path for two point conical gradients. by commit-bot@chromium.org · 10 years ago
  3. 09fcbfa expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  4. 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
  5. 2b2f84c make drawText calls non-virtual, to ease SkFont and TextBlob by commit-bot@chromium.org · 10 years ago
  6. ee48dad Fix build: Windows has dibs on IGNORE by commit-bot@chromium.org · 10 years ago
  7. 1fdb3b3 eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  8. 44cfece fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  9. 6d9d088 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 10 years ago
  10. 34f68d5 Refactor SkRecord opts, converting playback optimizations where possible. by commit-bot@chromium.org · 10 years ago
  11. 000586a Use GradFlags for gradient Flags in SkGradientShader by commit-bot@chromium.org · 10 years ago
  12. 24a4744 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  13. 84a3613 NewRasterDirect should *not* erase the pixels -- direct means the client is in-charge by commit-bot@chromium.org · 10 years ago
  14. 0215050 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  15. 1e2a98d Add missing scale value to fix SkGradientShader memory error by commit-bot@chromium.org · 10 years ago
  16. aa35e04 add optional origin parameter to accessTopLayerPixels by commit-bot@chromium.org · 10 years ago
  17. aae6558 Remove offset to SkMallocPixelRef::NewWithData - use SkData::NewSubset instead. by commit-bot@chromium.org · 10 years ago
  18. aabafbd Fixes for SkPictureShader. by commit-bot@chromium.org · 10 years ago
  19. 000b5c8 anticipate more optimizations by renaming some files and methods by commit-bot@chromium.org · 10 years ago
  20. 20d7bba Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  21. 187d71c remove sizeof check -- triggers warning in chrome by reed@google.com · 10 years ago
  22. 082cd50 inline SkMulDiv now that 64bit mul is inlineable by commit-bot@chromium.org · 10 years ago
  23. 67169f5 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  24. d34b1c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 873bed1 remove unused fOverflowed from SkClampRange by reed@google.com · 10 years ago
  26. c013ff2 fix int/size_t warnings by reed@google.com · 10 years ago
  27. 7aefc82 Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  28. 0232d68 rename SkPaintParts.* to SkPaintPart.* by reed@google.com · 10 years ago
  29. dad5abf Get gradient information for gpu effect directly from SkGradientShader instead of calling asAGradient by commit-bot@chromium.org · 10 years ago
  30. 9cc4068 Reduce internal explicit SaveFlags usage. by commit-bot@chromium.org · 10 years ago
  31. 0f1b1d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  32. 48da861 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  33. 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
  34. 8399505 Revert of Fix memory leak in SkGradientShader. (https://codereview.chromium.org/240303003/) by commit-bot@chromium.org · 10 years ago
  35. 8463bfb Ashmem functions compile when size_t != __u32 by commit-bot@chromium.org · 10 years ago
  36. b78cb8c add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed by commit-bot@chromium.org · 10 years ago
  37. 6322b3f Orphan ProcXfermode, with an eye towards removing it by commit-bot@chromium.org · 10 years ago
  38. 906c9d5 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 10 years ago
  39. 016a527 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  40. a2ac43d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  41. 12cc295 Don't unset gFCSafeToUse when it's still safe to use. by commit-bot@chromium.org · 10 years ago
  42. e412dbd always store bitfields along with dirty in FlatteningTraits by commit-bot@chromium.org · 10 years ago
  43. 3129937 Fix memory leak in SkGradientShader. by commit-bot@chromium.org · 10 years ago
  44. 15d95b6 Double assignment in GrGpuGL::configToGLFormats() by commit-bot@chromium.org · 10 years ago
  45. fd73c59 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  46. 0787ead glDiscardFramebuffer() in GrGpuGL::discard uses invalid GLenum by commit-bot@chromium.org · 10 years ago
  47. db0633b remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  48. 848affd Extract most of the mutable state of SkShader into a separate Context object. by commit-bot@chromium.org · 10 years ago
  49. 417653f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  50. 87e332d Fix artifacts in distance field rendering due to bilerp by commit-bot@chromium.org · 10 years ago
  51. 7590261 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  52. 8d68087 Make sure SkDrawLooper objects can only be allocated on the heap. by commit-bot@chromium.org · 10 years ago
  53. 37e1c9b Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 10 years ago
  54. c2a7c1e SkRecord bug fixes by commit-bot@chromium.org · 10 years ago
  55. 482d2e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  56. ec1aed9 Move distance field generation to the glyph cache. by commit-bot@chromium.org · 10 years ago
  57. bf812ec SkRecordDraw: use SkCanvas::quickRejectY for text draws by commit-bot@chromium.org · 10 years ago
  58. de15488 SkRecord: turn on cull annotation pass in public API. by commit-bot@chromium.org · 10 years ago
  59. 3b4e466 change #if SK_DEBUG to #ifdef SK_DEBUG by commit-bot@chromium.org · 10 years ago
  60. 2ee9faa fix broken build by commit-bot@chromium.org · 10 years ago
  61. e42b798 Revert "Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/)" by reed@google.com · 10 years ago
  62. 017596e Mike R: please sanity check SkPostConfig.h by commit-bot@chromium.org · 10 years ago
  63. bed7c91 Allow clients to specify an external SkImageFilter cache. by senorblanco@chromium.org · 10 years ago
  64. aeffeff Revert of use templates instead of macros to build blitters (https://codereview.chromium.org/120633004/) by commit-bot@chromium.org · 10 years ago
  65. a3f4c8b Remove currently unused code by commit-bot@chromium.org · 10 years ago
  66. aa345a1 use templates instead of macros to build blitters by commit-bot@chromium.org · 10 years ago
  67. dae8ae2 Xfermode: SSE2 implementation of a number of simple transfer modes by commit-bot@chromium.org · 10 years ago
  68. 6dd381b split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  69. 755ff81 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  70. ff6df0b remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  71. be60106 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 10 years ago
  72. f82c6fa remove picture-backed surfaces by commit-bot@chromium.org · 10 years ago
  73. b9db5ee Mark our territory with (C). by commit-bot@chromium.org · 10 years ago
  74. be39eb8 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  75. aa573ec Update bench to be able to preprocess skps by commit-bot@chromium.org · 10 years ago
  76. 91a5be6 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 10 years ago
  77. c7e784c Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  78. a11c3e6 So apparently Chrome has an x86 iOS build... by commit-bot@chromium.org · 10 years ago
  79. 8d4ddfa Add a focused public API for src/record. by commit-bot@chromium.org · 10 years ago
  80. bf4f10e Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  81. 63ee95d Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  82. 33c40f3 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  83. 91dfccd Create SkLayerRasterizer w/o destroying Builder. by commit-bot@chromium.org · 10 years ago
  84. 497ce11 Fix GPU-less build. by commit-bot@chromium.org · 10 years ago
  85. 7f4c78f Move build guard to fix Android framework compile. by commit-bot@chromium.org · 10 years ago
  86. 83f4bfc SkRecordDraw: don't bother clipping an empty clip down further by commit-bot@chromium.org · 10 years ago
  87. 76f3e02 Revert of remove sprintf (https://codereview.chromium.org/230413005/) by commit-bot@chromium.org · 10 years ago
  88. 5181cf7 SkRecordDraw: skip draw ops when the clip is empty by commit-bot@chromium.org · 10 years ago
  89. f3e2196 remove sprintf by commit-bot@chromium.org · 10 years ago
  90. acee916 Real fix for SK_API / Windows shared lib problems. by mtklein@google.com · 10 years ago
  91. 6a63503 SK_API for SkXfermode_opts_SSE2 so Chrome can initialize flattenables. by commit-bot@chromium.org · 10 years ago
  92. 680c3bd Implement drawDRRect for GPU by commit-bot@chromium.org · 10 years ago
  93. b8791ec Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  94. a796cfc Do div-by-zero check for all gpus in ellipse/rr effects. by commit-bot@chromium.org · 10 years ago
  95. 5ce3cf2 Define SK_CPU_X86 on x86 machines. by commit-bot@chromium.org · 10 years ago
  96. 8b12a43 Xfermode: SSE2 implementation of multiply_modeproc by commit-bot@chromium.org · 10 years ago
  97. 4687d44 Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  98. 856a456 ARM Skia NEON patches - 22 - S32_D565_Blend by commit-bot@chromium.org · 10 years ago
  99. 6b19c39 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 563329e SkRecord: make culling work if SkRecordAnnotateCullingPairs is called. by commit-bot@chromium.org · 10 years ago