1. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  2. 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
  3. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  4. ce0e4ef Fix VC++ ptr-to-... and va_list confusion by commit-bot@chromium.org · 11 years ago
  5. 8660783 Minor fix in Ganesh shader generation. by commit-bot@chromium.org · 11 years ago
  6. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  7. 75a2295 Minor fixes for distance field fonts: by commit-bot@chromium.org · 11 years ago
  8. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  9. 2731040 Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap for by commit-bot@chromium.org · 11 years ago
  10. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  11. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  12. f1077f9 Add extra warnings to match what Android uses. by mtklein@google.com · 11 years ago
  13. b60cdc8 Revert "Add extra warnings to match what Android uses." by scroggo@google.com · 11 years ago
  14. 692f88c Add extra warnings to match what Android uses. by djsollen@google.com · 11 years ago
  15. ec3ca87 Revert "Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice"" by reed@google.com · 11 years ago
  16. 4d16470 Revert "switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice" by reed@google.com · 11 years ago
  17. 3f4bf51 switch GatherPixelRefs to use SkBaseDevice instead of SkBitmapDevice by reed@google.com · 11 years ago
  18. 11a253b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. d830d13 Hook in rough distance field support for fonts by jvanverth@google.com · 11 years ago
  20. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  21. 1b20a10 Revert "Do not apply hairline optimization for paths if nv_path_rendering is used" by bsalomon@google.com · 11 years ago
  22. 44fb865 Do not apply hairline optimization for paths if nv_path_rendering is used by commit-bot@chromium.org · 11 years ago
  23. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  24. eacc489 Fix for thin filled and hairline roundrects. by commit-bot@chromium.org · 11 years ago
  25. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  26. 2614418 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  27. 6006d0f Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  28. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  29. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  30. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  31. 32700ac Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM failures by robertphillips@google.com · 11 years ago
  32. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  33. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  34. 5c8ee25 Make GrContext cache the gpu paths by commit-bot@chromium.org · 11 years ago
  35. e1e99ef Add bevel-stroke support in GrAARectRenderer by commit-bot@chromium.org · 11 years ago
  36. 8995b7b Only disable scratch texture reuse on the N10 and N4 by robertphillips@google.com · 11 years ago
  37. 2080722 Fix two inconsistencies in handling fixed-function texture coordinate set generation by commit-bot@chromium.org · 11 years ago
  38. 18bb41e Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. 3b60c14 Fix for r12069 (actually turn on don't-reuse-scratch-textures feature) by robertphillips@google.com · 11 years ago
  40. f7ee05f Turn on don't-reuse-scratch-textures for all Android devices by robertphillips@google.com · 11 years ago
  41. 56ce48a Add can-ignore-rect hint to clear call by robertphillips@google.com · 11 years ago
  42. 3843f3f Partial fix for Skia issue 1769: GenerateGMs crashing (out of memory) by commit-bot@chromium.org · 11 years ago
  43. 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
  44. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  45. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  46. 94bdd7e Fix bug in don't-reuse-scratch-textures path by robertphillips@google.com · 11 years ago
  47. 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. cb50510 No longer use scratch textures on ARM devices by robertphillips@google.com · 11 years ago
  49. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  50. c9424b8 Don't check if shaders compile or program links in release Chromium by commit-bot@chromium.org · 11 years ago
  51. 4e5559a Allow specifying the max texture count on the bots by robertphillips@google.com · 11 years ago
  52. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 9ef0426 Don't reuse scratch textures patch by robertphillips@google.com · 11 years ago
  54. 70402c3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 42a8957 Fix for issue 1728: raster vs. gpu text draws with the wrong color by commit-bot@chromium.org · 11 years ago
  56. da3d69c Fix broken MSAA for RGBA by commit-bot@chromium.org · 11 years ago
  57. b2e9fa5 Clean up the GrTHashTable API. by commit-bot@chromium.org · 11 years ago
  58. 7edad87 Compute clipped src rect once in tiled bitmap draws by commit-bot@chromium.org · 11 years ago
  59. af562b4 Tile large bitmaps that are clipped. by bsalomon@google.com · 11 years ago
  60. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  61. 34a849d Fix drawBitmap() of scratch texture. by senorblanco@chromium.org · 11 years ago
  62. 0255a5d Minor changes by robertphillips@google.com · 11 years ago
  63. 583b18a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  64. bbfe454 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  65. e982187 Revert "Apply matrix early in draw bitmap" by scroggo@google.com · 11 years ago
  66. 25e5a20 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  67. 759befb use the supplied matrix instead of the texture w/h div for the bicubic GPU effect by commit-bot@chromium.org · 11 years ago
  68. 3f80dd5 Add support for reading non-rendertarget textures. by commit-bot@chromium.org · 11 years ago
  69. fbcd415 Remove GrContext from SkXfermode::[Aa]sNewEffectOrCoeff() and all subclasses, by senorblanco@chromium.org · 11 years ago
  70. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  71. dbbe1d4 Revert r11880 (Apply matrix early in draw bitmap - https://codereview.chromium.org/30593003) due to layout test failure by robertphillips@google.com · 11 years ago
  72. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  73. 950b1b0 Fix out of order destruction error by robertphillips@google.com · 11 years ago
  74. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  75. 8e919ad Fix GrProgramsTest to not generate tests with too many TexCoord references by commit-bot@chromium.org · 11 years ago
  76. 15455b2 Apply matrix early in draw bitmap by commit-bot@chromium.org · 11 years ago
  77. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  78. 4256d24 Add support for GL_CHROMIUM_renderbuffer_format_BGRA8888 by commit-bot@chromium.org · 11 years ago
  79. 4677acc Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. c7a40fa Split out GrBitmapTextContext from GrTextContext. by jvanverth@google.com · 11 years ago
  81. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  82. fe070ba Make sure attribute indexes are correct after restoring vertex attributes by commit-bot@chromium.org · 11 years ago
  83. 6397217 detach blur result texture when it is the same texture used to render path mask by commit-bot@chromium.org · 11 years ago
  84. db62709 Turn clear-to-white-then-intersect clips into clear-to-black-then-replace by commit-bot@chromium.org · 11 years ago
  85. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  86. 0d0bb83 remove clipstack/region bounds assertion by commit-bot@chromium.org · 11 years ago
  87. 8aaac8d Fix build break in assert by bsalomon@google.com · 11 years ago
  88. 6b7938f separate state for msaa renderability by commit-bot@chromium.org · 11 years ago
  89. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  90. ea476e1 swizzle color table if necessary by commit-bot@chromium.org · 11 years ago
  91. 7388051 Move renderable config list to GrDrawTargetCaps by commit-bot@chromium.org · 11 years ago
  92. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  93. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  94. f29c380 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 824c346 Express (GLSL expression, possibly known value) pairs as a class by commit-bot@chromium.org · 11 years ago
  96. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  97. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  98. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  99. 32184d8 Implement stroking a path with nv_path_rendering by commit-bot@chromium.org · 11 years ago
  100. c4dc0ad Implement filling a path with nv_path_rendering cover by commit-bot@chromium.org · 11 years ago