1. 936b734 ios fixes by caryclark · 10 years ago
  2. 848faf0 This moves us towards variable length effect keys. The overall program key now allows for it. After the header it stores an array of offsets to effect keys. This allows us to grab the effect keys to pass to effects when they generate code. It also ensures that we can't get a collision by sets of keys that are different lengths but are the same when appended together. by bsalomon · 10 years ago
  3. 6ca0b6a Fix for saveLayer() with filters vs. the BBox Hierarchy. by senorblanco · 10 years ago
  4. d08cb90 Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/377303002/) by jcgregorio · 10 years ago
  5. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  6. c4f2161 add readPixels() to SkBitmap by reed · 10 years ago
  7. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  8. ecce60b Build Android with SK_SUPPORT_LEGACY_CLIPTOLAYERFLAG. by scroggo · 10 years ago
  9. 874a62a Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()." by Mike Klein · 10 years ago
  10. 0a65e38 Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp by tfarina · 10 years ago
  11. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  12. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  13. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  14. 4ae94ff Remove ability for Release code to call getRefCnt() or getWeakRefCnt(). by mtklein · 10 years ago
  15. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  16. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  17. f99f884 Remove use of GrEffectRef from draw state and below. by bsalomon · 10 years ago
  18. 0b7813b Cleanup: Remove TestXCode project. by tfarina · 10 years ago
  19. 06d3771 Only you can prevent memory leaks. by mtklein · 10 years ago
  20. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  21. 3df0501 Fix SkColorFilterImageFilter matrix optimization. by senorblanco · 10 years ago
  22. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago
  23. 7a7c316 return early instead of crashing if fileData fails by reed · 10 years ago
  24. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  25. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  26. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  27. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  28. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  29. 952841b Begin atlasing by robertphillips · 10 years ago
  30. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  31. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  32. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  33. 4af35f3 writepixels needs to bump genID by reed · 10 years ago
  34. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  35. e5c1e3c Fix RRect tranform bug by robertphillips · 10 years ago
  36. 3bb195e Add SSE4 optimization of S32A_Opaque_Blitrow by henrik.smiding · 10 years ago
  37. 982542d add SkSurface::NewRasterDirectReleaseProc by reed · 10 years ago
  38. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  39. 2a8ca93 don't create explicit bitmapdevice when not needed by reed · 10 years ago
  40. 11a005e Promote SkInterpolator unit test to our tests driver. by tfarina · 10 years ago
  41. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  42. 12345ae Rename TestSize.cpp to SizeTest.cpp by tfarina · 10 years ago
  43. 66a5d8b add path dump test by caryclark · 10 years ago
  44. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  45. a8d2ffb add pathops tight bounds; conform path ops' gyp to unit tests by caryclark · 10 years ago
  46. 9ea53f9 Preprend Test to test function name generated by DEF_TEST() macro. by tfarina · 10 years ago
  47. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  48. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  49. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  50. e4097e3 Fix last pathops skp bug by caryclark · 10 years ago
  51. 4a24cd8 Fifth attempt to land faster rect blur. Remove unnecessary conditionals from the shader. by humper · 10 years ago
  52. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  53. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  54. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  55. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  56. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  57. e07c1ab Revert of third try at landing improved blur rect; this time with more correctness (https://codereview.chromium.org/331443003/) by scroggo · 10 years ago
  58. da4ed32 Cleanup: Delete sk_tools::make_filepath() in favor of SkOSPath::SkPathJoin(). by tfarina · 10 years ago
  59. 72abfc2 third try at landing improved blur rect; this time with more correctness by humper · 10 years ago
  60. 2b310e4 Texture compression unit tests along with a couple of bug fixes by krajcevski · 10 years ago
  61. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  62. 1c99ea8 Cleanup: Delete sk_tools::get_basename() in favor of SkOSPath::SkBasename(). by tfarina · 10 years ago
  63. b0b1aa0 Revert of second try at landing improved blur rect (https://codereview.chromium.org/325703002/) by reed · 10 years ago
  64. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  65. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  66. e9ea0d6 second try at landing improved blur rect by humper · 10 years ago
  67. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  68. 5119234 Generate path names on the client side by cdalton · 10 years ago
  69. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  70. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  71. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  72. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  73. d78a2fa Rollback of fe689c46 and all subsequent changes by jvanverth · 10 years ago
  74. da1c009 disable GPU/CPU blur match test (possibly temporary) by humper · 10 years ago
  75. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  76. c2fce56 Add bench for rectanizers by robertphillips · 10 years ago
  77. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  78. 65044bf Return NULL when building empty LayerRasterizer. by scroggo · 10 years ago
  79. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  80. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  81. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  82. 1b81877 Clean up SkOnce: by mtklein · 10 years ago
  83. d537341 Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h) by robertphillips · 10 years ago
  84. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  85. 97f5fc6 Allow SkPictureImageFilter to be serialized when not run cross-process. by senorblanco@chromium.org · 10 years ago
  86. 910702b Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 10 years ago
  87. 4927092 check for null typeface from paint by reed@google.com · 10 years ago
  88. 7ae034d Test font created from paint by commit-bot@chromium.org · 10 years ago
  89. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  90. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  91. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  92. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  93. ad854bf Add testing for Rectanizer-derived classes by commit-bot@chromium.org · 10 years ago
  94. a095041 Remove SkRecorder's kWriteOnly mode. by commit-bot@chromium.org · 10 years ago
  95. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  96. 29ac34e Fix filter bounds computation for SkOffsetImageFilter. by senorblanco@chromium.org · 10 years ago
  97. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  98. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  99. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  100. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago