1. 6fcd1ef Add flag for SkGpuSurface creation to enable distance fields. by commit-bot@chromium.org · 10 years ago
  2. 9d5e3f1 Fix image decode thrashing when drawing a very large source image to a GPU canvas by commit-bot@chromium.org · 10 years ago
  3. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 11 years ago
  4. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 11 years ago
  5. f7efa50 Implement intra-frame cacheing in image filters. by commit-bot@chromium.org · 11 years ago
  6. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  7. c873329 Update bench to be able to preprocess skps by commit-bot@chromium.org · 11 years ago
  8. 365cd31 Rename GrAtlasedLayer to GrCachedLayer (since not all cached layers are atlased) by commit-bot@chromium.org · 11 years ago
  9. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  10. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 11 years ago
  11. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 11 years ago
  12. 0a09d71 Implement drawDRRect for GPU by commit-bot@chromium.org · 11 years ago
  13. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 11 years ago
  14. fc94829 remove SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG by commit-bot@chromium.org · 11 years ago
  15. e930a07 Add a GrLayerCache to GrContext by robertphillips@google.com · 11 years ago
  16. 2c48ee8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 8ddc26b Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture by commit-bot@chromium.org · 11 years ago
  18. 972f9cd SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h by commit-bot@chromium.org · 11 years ago
  19. 4784182 Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/) by commit-bot@chromium.org · 11 years ago
  20. dcb8ef9 Implement text rendering with NVPR by commit-bot@chromium.org · 11 years ago
  21. f20fc24 remove all references to legacy Config8888 by reed@google.com · 11 years ago
  22. a95a066 Fix Windows build break introduced in r13864. by bungeman@google.com · 11 years ago
  23. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 11 years ago
  24. b7b7eb3 Fix accessBitmap() with deferred clear, GPU path. by senorblanco@chromium.org · 11 years ago
  25. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. a713f9c add new readPixels with direct memory parameters by commit-bot@chromium.org · 11 years ago
  27. 4ef54f8 remove SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG -- dead code by commit-bot@chromium.org · 11 years ago
  28. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  29. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  30. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  31. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 11 years ago
  32. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 11 years ago
  33. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 11 years ago
  34. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  35. 969588f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 15a1405 Change device factories to take SkImageInfo instead of SkBitmap::Config by commit-bot@chromium.org · 11 years ago
  37. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 11 years ago
  38. 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
  39. 4c18e9f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  40. cbbc481 Replace factory generation of TextContexts with persistent objects. by commit-bot@chromium.org · 11 years ago
  41. cf34bc0 patch from issue 119343003 compile on 10.6, exclude failing gms by commit-bot@chromium.org · 11 years ago
  42. 9f94b91 Add fallback code for TextContexts that don't support all features by commit-bot@chromium.org · 11 years ago
  43. e5d7015 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  44. e8612d9 Add standalone drawText for GrTextContext. by commit-bot@chromium.org · 11 years ago
  45. dcfa9ff Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119343003/) by commit-bot@chromium.org · 11 years ago
  46. d182915 Perform the same analytic blur calculation on the GPU that we do on the CPU. Results in significant performance gains when using Ganesh to render drop shadows in Chrome. by commit-bot@chromium.org · 11 years ago
  47. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. cc40f06 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  49. f1d63aa Revert of Add factory class for generating various flavors of GrTextContext. (https://codereview.chromium.org/144283002/) by commit-bot@chromium.org · 11 years ago
  50. ce96b65 Add factory class for generating various flavors of GrTextContext. by commit-bot@chromium.org · 11 years ago
  51. f0c41e2 Initialize written paths and strokerecs lazily during GPU drawPath by commit-bot@chromium.org · 11 years ago
  52. 439ff1b Use correct matrix to adjust blur radius for gpu by commit-bot@chromium.org · 11 years ago
  53. 6077057 Remove redundant auto rt object in skpaint2grpaintshader function. by commit-bot@chromium.org · 11 years ago
  54. a7d89c8 Handle drawBitmapRect src_rect->dst_rect mapping as a local matrix rather than view matrix when there is a mask filter. by commit-bot@chromium.org · 11 years ago
  55. 41bf930 Rename GPU functions on SkBlurMaskFilter and pass ctm. by commit-bot@chromium.org · 11 years ago
  56. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  57. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  58. 22e9672 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  60. 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
  61. 7d7f314 Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter drawBitmap. by commit-bot@chromium.org · 11 years ago
  62. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  64. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  65. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  66. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  67. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  68. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  69. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  70. bc91fd7 Make GrBicubicEffect take tile modes rather than GrTextureParams. by commit-bot@chromium.org · 11 years ago
  71. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  72. 907fbd5 Make texture domain a helper so that it can be incorporated into other effects. by commit-bot@chromium.org · 11 years ago
  73. 3e7f385 gpudevice should never allocate pixels for its backend by commit-bot@chromium.org · 11 years ago
  74. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  75. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  76. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  77. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  78. dec6150 HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic by commit-bot@chromium.org · 11 years ago
  79. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  80. d6ca4ac [GPU] Use view matrix + rect to implement subrect for drawBitmap when there is a mask filter and bleed. by commit-bot@chromium.org · 11 years ago
  81. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  82. 75a2295 Minor fixes for distance field fonts: by commit-bot@chromium.org · 11 years ago
  83. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  84. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  85. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  86. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  87. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  88. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  89. 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  91. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  92. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  93. 6006d0f Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  94. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  95. 32700ac Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM failures by robertphillips@google.com · 11 years ago
  96. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  97. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  98. e1e99ef Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  99. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  100. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago