1. 07e97fc path ops work in progress by caryclark@google.com · 11 years ago
  2. 293f019 Fix header guard typos. by tfarina@chromium.org · 11 years ago
  3. 9839320 Removing highp variables from perlin noise shader by commit-bot@chromium.org · 11 years ago
  4. 5e6c355 Consider conical shader opaque if it covers entire plane. by commit-bot@chromium.org · 11 years ago
  5. e7db8d6 Fix for DEPS roll failure (a patch to r9898) by robertphillips@google.com · 11 years ago
  6. 1842adf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  7. 3cc820c Fix for r9888 bug by robertphillips@google.com · 11 years ago
  8. 1267fbd Minor GrContext/GrInOrderDrawBuffer cleanup by robertphillips@google.com · 11 years ago
  9. 0b82852 GPU-less build fix for r9888 by robertphillips@google.com · 11 years ago
  10. 4914931 Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter by robertphillips@google.com · 11 years ago
  11. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  12. 2c82ed3 Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due to Chromium assert failure (https://code.google.com/p/chromium/issues/detail?id=256476) by robertphillips@google.com · 11 years ago
  13. 76e0d13 Commented SSE blend functions and cleaned-up variable naming. by commit-bot@chromium.org · 11 years ago
  14. b4162b1 impl charsToGlyphs for freetype by reed@google.com · 11 years ago
  15. d1b5b14 Fix for Ovals/RRects on N4 missing interior rectangles. by jvanverth@google.com · 11 years ago
  16. a3e500c use else instead of else-if -- fixes 'possibly unused' warning by reed@google.com · 11 years ago
  17. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  18. 0d55dd7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 6b42312 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  20. 19b8438 Merge remote-tracking branch 'refs/remotes/git-svn' by dierk@google.com · 11 years ago
  21. 6bee4ec Fixed PathUtils.cpp:90 by dierk@google.com · 11 years ago
  22. 74887b6 Fixed the bugs that crashed the build bots by dierk@google.com · 11 years ago
  23. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 11 years ago
  24. e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 11 years ago
  25. c111ce2 Partial revert of r9812 & put rest of r9812 behind a compile flag by robertphillips@google.com · 11 years ago
  26. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 11 years ago
  28. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  29. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 11 years ago
  30. 60d3235 add bitmap::eraseArea by reed@google.com · 11 years ago
  31. 0a208a1 Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  32. 353f097 GPU "fix" for thin stroked rects by robertphillips@google.com · 11 years ago
  33. 44fb1fa Make implicit cast explicit to fix r9807 on gcc. by bungeman@google.com · 11 years ago
  34. b20a1b5 Minimal changes for SampleApp to eb HiDPI aware on Mac. by bungeman@google.com · 11 years ago
  35. ba66999 revert 9802 breacking tests on some configs by edisonn@google.com · 11 years ago
  36. cad107b Add flag bits for partial GrContext reset by bsalomon@google.com · 11 years ago
  37. 6bf1941 Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. by commit-bot@chromium.org · 11 years ago
  38. f48e475 Remove SK_DEBUG_PATH_REF by commit-bot@chromium.org · 11 years ago
  39. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  40. 371add8 Remove SK_IGNORE_MAC_TEXT_BOUNDS_FIX workaround. by commit-bot@chromium.org · 11 years ago
  41. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  42. dd68f45 Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. by bungeman@google.com · 11 years ago
  43. 172339d remove RLE config from debugger too by edisonn@google.com · 11 years ago
  44. afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 11 years ago
  45. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  46. 73a4b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  47. 81e3412 Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368" by reed@google.com · 11 years ago
  48. 056ae7c avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 by reed@google.com · 11 years ago
  49. 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 11 years ago
  50. b8b830e dump strokeWidth in SkDumpCanvas by reed@google.com · 11 years ago
  51. 9a70f34 Ensure we use the current locale when looking up fallback fonts per character by djsollen@google.com · 11 years ago
  52. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  53. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  54. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  55. ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
  56. caf2025 remove dead references to PlatformProcs4444 by reed@google.com · 11 years ago
  57. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  58. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 11 years ago
  59. 56a57ae SkDebugCanvas: remove unused <iostream> include. by commit-bot@chromium.org · 11 years ago
  60. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  61. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  62. 0afc6bb Fixed invalid cast on mingw. by bungeman@google.com · 11 years ago
  63. 7bce998 formally declare luaskia extern guy, and then define it by reed@google.com · 11 years ago
  64. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  65. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  66. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 5e4fe21 Fix shift detection in views on X. by bungeman@google.com · 11 years ago
  68. d1f1b67 post Expose event when we see an inval by reed@google.com · 11 years ago
  69. 6757a3c combine glyph and image bulk alloc, and adjust initial alloc size, to reduce total waste from 50% to 30% by reed@google.com · 11 years ago
  70. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  71. b4e200e Make GrGLConfigConversionEffect work on Intel GPUs by commit-bot@chromium.org · 11 years ago
  72. 7a11591 Rename SkDrawCommand subclasses by commit-bot@chromium.org · 11 years ago
  73. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  74. a48595d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  76. d892bd8 convert pathops to use SkSTArray where possible. by caryclark@google.com · 11 years ago
  77. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  78. daaea2d Fixes for unpremul decode. by scroggo@google.com · 12 years ago
  79. ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 12 years ago
  80. f1d7de7 Change general fill rect shader code to match geometry vers by egdaniel@google.com · 12 years ago
  81. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 12 years ago
  82. 07a0524 Fix for r9609 by robertphillips@google.com · 12 years ago
  83. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 12 years ago
  84. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 12 years ago
  85. 99e0d08 Update Alligned Rect Shader to match geometry version by commit-bot@chromium.org · 12 years ago
  86. 459104c Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED. by commit-bot@chromium.org · 12 years ago
  87. 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 12 years ago
  88. 5c493d5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
  89. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 12 years ago
  90. 732c5d5 fix warning related to && and || and parens by reed@google.com · 12 years ago
  91. a25c94e add validate to SkView for debugging by reed@google.com · 12 years ago
  92. f09b87d Fix compiler error for r9592 by robertphillips@google.com · 12 years ago
  93. 2fad5a8 Hopefully fix Android warning-as-error about uninit var. by bsalomon@google.com · 12 years ago
  94. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 12 years ago
  95. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 12 years ago
  96. 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 12 years ago
  97. 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 12 years ago
  98. b1b3d51 Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU, since the SVG spec actually defines arithmetic compositing to operate on premul colours directly. by senorblanco@chromium.org · 12 years ago
  99. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 12 years ago
  100. 01efe13 remove leftover printf by reed@google.com · 12 years ago