1. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  2. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  3. 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
  4. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  5. 3dc82c4 Correct 32bit pointer assumption in assert in SkMatrix. by bungeman@google.com · 11 years ago
  6. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  7. 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@google.com · 11 years ago
  8. 5e85300 SkRectShaderImageFilter: add a workaround for the zero-sized rects currently passed by Blink. by senorblanco@chromium.org · 11 years ago
  9. e9d61ed Use #if insteadof #ifdef DYNAMIC_ANNOTATIONS_ENABLED. It's always defined, just to 0 or 1. by senorblanco@chromium.org · 11 years ago
  10. 1f1b4aa Fix double ref issue in SkPDFFont ctor by robertphillips@google.com · 11 years ago
  11. 21a705d SK_ONCE for SkMatrix::I() by commit-bot@chromium.org · 11 years ago
  12. e258eb3 Implement crop rect support for SkRectShaderImageFilter: remove fRect and use the cropRect from SkImageFilter in its place. by senorblanco@chromium.org · 11 years ago
  13. d494b09 Align SkLumaColorFilter with the spec. by commit-bot@chromium.org · 11 years ago
  14. a7538ba SkThreadPool: tweak two little things that have been annoying me by commit-bot@chromium.org · 11 years ago
  15. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  16. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  17. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  18. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  19. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  21. b5a6651 SkDocument api changes (abort, close return success, set DCT encoder...). by commit-bot@chromium.org · 11 years ago
  22. 1303761 Remove _impl from names in SkOnce.h. by commit-bot@chromium.org · 11 years ago
  23. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  24. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  25. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  26. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  27. 3a19fb5 Sketch of SK_ONCE by mtklein@google.com · 11 years ago
  28. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  29. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  30. df187c7 ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  31. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago
  32. 12eb781 try uping the cache-count-limit to see if it speeds up bench-pictures by reed@google.com · 11 years ago
  33. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  34. dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
  35. c0de5d6 Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  36. 6f980c6 Revert "ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs" by djsollen@google.com · 11 years ago
  37. 84cc1eb ARM Skia NEON patches - 28 - Xfermode: SIMD modeprocs by commit-bot@chromium.org · 11 years ago
  38. 80f3fcd Update #if to #ifdef for consistency by commit-bot@chromium.org · 11 years ago
  39. 25ae5ee Fix memory leak in SkPDFRasterizer by robertphillips@google.com · 11 years ago
  40. c0445fe Fix ambiguity in API if no matching system language is found by commit-bot@chromium.org · 11 years ago
  41. 49e8083 Fix for blinking/corrupted text in Canvas 2D. by commit-bot@chromium.org · 11 years ago
  42. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  43. dd6cde5 style nit for myself retroactively: throwOnFailure -> throw_on_failure by commit-bot@chromium.org · 11 years ago
  44. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  45. a9ebd16 pdf: drawPath should pass the computed matrix, instead of default matrix stored in draw. by edisonn@google.com · 11 years ago
  46. 722555b Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  47. 851af07 Revert "Add perspective support to SkMatrix44 initializers." by aelias@chromium.org · 11 years ago
  48. 761f860 Add perspective support to SkMatrix44 initializers. by commit-bot@chromium.org · 11 years ago
  49. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  50. 86dd752 Mutex protect SkFontMgr_DirectWrite cache. by bungeman@google.com · 11 years ago
  51. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  52. 5dbb149 When cache is full delay flush until GrContext draw is finished by commit-bot@chromium.org · 11 years ago
  53. 261dc56 Move VertexBuilder to a GrGLFullShaderBuilder subclass by commit-bot@chromium.org · 11 years ago
  54. 5c36364 Don't access RT when disabling scissor. by commit-bot@chromium.org · 11 years ago
  55. 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 11 years ago
  56. fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
  57. 5fd7d5c Allow gradient optimization with perspective by commit-bot@chromium.org · 11 years ago
  58. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  59. 608ea65 Use SkPicture::ExtractBitmap callback in pdf too, there is no need for a specialized function pointer for pdf only only to pass a rectangle, when we can use subseted bitmaps. by commit-bot@chromium.org · 11 years ago
  60. 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
  61. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  62. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  63. b0a0589 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. 5890949 Fix font GMs by jvanverth@google.com · 11 years ago
  65. 03e3e89 Add support to dump font cache texture for debug purposes by commit-bot@chromium.org · 11 years ago
  66. aaf3e64 Move makeSpace and resetToSize from SkPathRef.cpp to .h by robertphillips@google.com · 11 years ago
  67. 09846a0 Add new skyline Rectanizer by commit-bot@chromium.org · 11 years ago
  68. 0308707 Make it explicit that some validate methods are debug only by robertphillips@google.com · 11 years ago
  69. 354fd97 Do not convert non gray PNG to A8. by scroggo@google.com · 11 years ago
  70. 7eaa53d path ops work in progress by caryclark@google.com · 11 years ago
  71. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  72. e5c9c49 Empty implementations for SkImageDecoder. by scroggo@google.com · 11 years ago
  73. edf2367 Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone. by commit-bot@chromium.org · 11 years ago
  74. 949eef0 Use explicitly-sized enums in GrGLProgramDesc::KeyHeader by commit-bot@chromium.org · 11 years ago
  75. 1d06999 Fix build. by scroggo@google.com · 11 years ago
  76. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  77. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  78. 635091f Minor changes to XPS device. by bungeman@google.com · 11 years ago
  79. 1d3bfdc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 234d4fb Mark when effects and programs have vertex code by commit-bot@chromium.org · 11 years ago
  81. 76eaf74 Add a GrCustomCoordsTextureEffect class by commit-bot@chromium.org · 11 years ago
  82. 6c5d9a1 Add GrSurface::savePixels(). by commit-bot@chromium.org · 11 years ago
  83. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  84. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  85. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 6e7883b Limit warning message to de-clutter bench output logs by robertphillips@google.com · 11 years ago
  87. 7d330eb GrAtlas cleanup: Split out GrPlot and GrAtlas by commit-bot@chromium.org · 11 years ago
  88. 3e292aa Move unlikely-to-be-inlined code from SkPathRef.h to SkPathRef.cpp by robertphillips@google.com · 11 years ago
  89. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  90. 65caeaf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. fd67f2f Fix a warning. by scroggo@google.com · 11 years ago
  92. 83fd2c7 Add a buffered SkStream class. by scroggo@google.com · 11 years ago
  93. 939ca7c move GrMalloc, GrFree, Gr_bzero to their sk equivalents by reed@google.com · 11 years ago
  94. baed71f add counting to Globals, and refactor some for clarity by reed@google.com · 11 years ago
  95. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  96. 0ac74b2 Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() by sugoi@google.com · 11 years ago
  97. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  98. 9529441 GrAtlas refactor: Replace GrMaskFormat usage in GrAtlas with GrPixelConfig. by commit-bot@chromium.org · 11 years ago
  99. 4cc2632 ARM Skia NEON patches - 24 - S32_D565_Blend_Dither slight speedup/bugfix by commit-bot@chromium.org · 11 years ago
  100. 97f8167 We don't flatten or unflatten SkPaintOptionsAndroid. Reproduce and fix. by commit-bot@chromium.org · 11 years ago