1. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  2. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  3. ea33808 remove dead AutoValidator by reed@google.com · 11 years ago
  4. caf2025 remove dead references to PlatformProcs4444 by reed@google.com · 11 years ago
  5. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  6. 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
  7. 56a57ae SkDebugCanvas: remove unused <iostream> include. by commit-bot@chromium.org · 11 years ago
  8. a5809a3 SkPath::rewind needs to have same reset as SkPath::reset. by bungeman@google.com · 11 years ago
  9. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  10. 0afc6bb Fixed invalid cast on mingw. by bungeman@google.com · 11 years ago
  11. 7bce998 formally declare luaskia extern guy, and then define it by reed@google.com · 11 years ago
  12. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  13. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  14. 4d494f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. 5e4fe21 Fix shift detection in views on X. by bungeman@google.com · 11 years ago
  16. d1f1b67 post Expose event when we see an inval by reed@google.com · 11 years ago
  17. 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
  18. d88a3d8 Add SkString::appendU32() and SkString::appendU64() as needed to re-land r9682 by epoger@google.com · 11 years ago
  19. b4e200e Make GrGLConfigConversionEffect work on Intel GPUs by commit-bot@chromium.org · 11 years ago
  20. 7a11591 Rename SkDrawCommand subclasses by commit-bot@chromium.org · 11 years ago
  21. 7fa22f3 Smallest possible desktop application that uses Skia to render stuff. by commit-bot@chromium.org · 11 years ago
  22. a48595d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 344cf45 *** Perlin noise GM needs to be rebaselined *** by commit-bot@chromium.org · 11 years ago
  24. d892bd8 convert pathops to use SkSTArray where possible. by caryclark@google.com · 11 years ago
  25. acb3d88 use select() so we can wait for XEvents or our timer by reed@google.com · 11 years ago
  26. daaea2d Fixes for unpremul decode. by scroggo@google.com · 11 years ago
  27. ae72f47 remove unused line of code (from xcode's analysis) by reed@google.com · 11 years ago
  28. f1d7de7 Change general fill rect shader code to match geometry vers by egdaniel@google.com · 11 years ago
  29. 079813e speculative fix in TransitionView. don't validate after detachFromParent (we may have been deleted) by reed@google.com · 11 years ago
  30. 07a0524 Fix for r9609 by robertphillips@google.com · 11 years ago
  31. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
  32. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
  33. 99e0d08 Update Alligned Rect Shader to match geometry version by commit-bot@chromium.org · 11 years ago
  34. 459104c Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA or GL_RED. by commit-bot@chromium.org · 11 years ago
  35. 61c49f3 Improve the performance of SkConvertConfig8888Pixels using Array lookup by commit-bot@chromium.org · 11 years ago
  36. 5c493d5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
  38. 732c5d5 fix warning related to && and || and parens by reed@google.com · 11 years ago
  39. a25c94e add validate to SkView for debugging by reed@google.com · 11 years ago
  40. f09b87d Fix compiler error for r9592 by robertphillips@google.com · 11 years ago
  41. 2fad5a8 Hopefully fix Android warning-as-error about uninit var. by bsalomon@google.com · 11 years ago
  42. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  43. 21c10c5 Make text context responsible for setting GrPaint on GrDrawState. by bsalomon@google.com · 11 years ago
  44. 7fb04bc oops, fix missing change in 9532, setting hashbits to 8 by reed@google.com · 11 years ago
  45. 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 11 years ago
  46. 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 · 11 years ago
  47. ace2269 Fixed a bug with linear gradient PDF matrices and added test cases by commit-bot@chromium.org · 11 years ago
  48. 01efe13 remove leftover printf by reed@google.com · 11 years ago
  49. 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
  50. b8b619a use 8 bits for fontcache hash by reed@google.com · 11 years ago
  51. 42db2e4 Fixes to make the gm run when GrContext can't be created for ANGLE context. by bsalomon@google.com · 11 years ago
  52. 0a1c387 Remove the non-separable blur because it is no longer used. by commit-bot@chromium.org · 11 years ago
  53. 6fbe54c Compact the clipstack for kReplace_Op'd geometry by commit-bot@chromium.org · 11 years ago
  54. 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
  55. 5f9f2b0 Improve batching of drawBitmap* calls by robertphillips@google.com · 11 years ago
  56. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  57. d092524 Force checking of all color, stencil and FBO allocations for SkSurface_Gpu. This fixes the software canvas fallback in Chrome. by senorblanco@chromium.org · 11 years ago
  58. d537af5 Fixed gpu perlin noise on Windows by sugoi@google.com · 11 years ago
  59. 370c534 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 73d9f1c more paint methods to lua by mike@reedtribe.org · 11 years ago
  61. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  62. 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 11 years ago
  63. bdf59df add document and textAlign support to lua by mike@reedtribe.org · 11 years ago
  64. 6319367 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. e6469f1 add drawtext to lua by mike@reedtribe.org · 11 years ago
  66. 99ac02b SkDocument base for pdf, xps, etc. by reed@google.com · 11 years ago
  67. e47e7d1 Fix crash when attempting to use a font fallback chain with a custom font. by djsollen@google.com · 11 years ago
  68. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  69. 804e994 Make GrGLProgram no longer depend on kNumStages by bsalomon@google.com · 11 years ago
  70. 88605bb Fix leak in SkFontHost_fontconfig temporary code. by bungeman@google.com · 11 years ago
  71. a15f7e5 Use all available texture units. by commit-bot@chromium.org · 11 years ago
  72. 5a64902 call through to the device from SkDraw by reed@google.com · 11 years ago
  73. 4fa748d Fix issues related to resolving fonts based on name. by djsollen@google.com · 11 years ago
  74. 8f6ef40 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 8cb1088 change impl to explicitly store length as u32, rather than size_t, so we keep a packed struct on 64bit machines by reed@google.com · 11 years ago
  76. cffbcc3 path ops -- rewrite angle sort by caryclark@google.com · 11 years ago
  77. ed43dff add size limit for using glyphcache. above that, draw using paths by reed@google.com · 11 years ago
  78. 11f2b44 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  79. 1308f6e Remove assertion in debug GL impl that stencil buffers are deleted after FBOs to which they are bound. by commit-bot@chromium.org · 11 years ago
  80. e904b45 Fix leak of effect in SkXfermodeImageFilter::filterImageGPU() by commit-bot@chromium.org · 11 years ago
  81. 78aa76c Follow on to r9408, implement sk_fileno in SkOSFile_none.cpp. by bungeman@google.com · 11 years ago
  82. 11c9a55 Add SkData::NewFromFD. by bungeman@google.com · 11 years ago
  83. 135ece1 Added comment to SkDrawLooper fix by robertphillips@google.com · 11 years ago
  84. 2dd76d7 Hamfisted fix to drawLooper w/ 0 stages bug by robertphillips@google.com · 11 years ago
  85. 26da7f0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  86. 1b6a04f use SkIntToScalar to fix warning by reed@google.com · 11 years ago
  87. 7edec14 start a wrapper for color fonts by reed@google.com · 11 years ago
  88. a20e42c Remove SK_API, from SkTSet. the template is not public. by edisonn@google.com · 11 years ago
  89. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago
  90. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  91. 2d76d93 Read and write pixel offset when serializing bitmaps. by scroggo@google.com · 11 years ago
  92. d593692 Fix iOS build. by scroggo@google.com · 11 years ago
  93. 8532236 Fix build. by scroggo@google.com · 11 years ago
  94. 7def5e1 Separate core and images project. by scroggo@google.com · 11 years ago
  95. 1922c2e specialize bicubic filtering for scale-only by humper@google.com · 11 years ago
  96. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  97. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  98. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  99. a5d3e77 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 1afa3ff Speculative fix for Tegra-based Androids: don't try to unpremultiply dstColor in-place; put it in a temporary. by senorblanco@chromium.org · 11 years ago