1. 2ca677e Fix GPU colormatrix color filter with saturated alpha. by senorblanco@chromium.org · 10 years ago
  2. 641e33b add gm to show bug in stroked-text in drawPosText by commit-bot@chromium.org · 10 years ago
  3. e54a23f De-virtualize SkCanvas save/restore. by commit-bot@chromium.org · 10 years ago
  4. f11943f render_pictures unittests: run over a dir with multiple SKPs, like production by commit-bot@chromium.org · 10 years ago
  5. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  6. 9d201d6 Remove unused zero_fill() in GrAtlas.cpp by fmalita@google.com · 10 years ago
  7. 2ae9501 Fix unit tests by bsalomon@google.com · 10 years ago
  8. 1e35304 Fix for test failure by robertphillips@google.com · 10 years ago
  9. ae79612 Add compile flag to force usage of distance fields for all SkPaints. by commit-bot@chromium.org · 10 years ago
  10. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 10 years ago
  11. 84cd099 Clean up SkImageFilter. by commit-bot@chromium.org · 10 years ago
  12. 758bc7a Stores per-iteration bench values in BenchDataPoint. by commit-bot@chromium.org · 10 years ago
  13. 4355f21 Add elliptical-corner rrect clip effect. Currently only handles the case where all corners have the same pair of radii. by commit-bot@chromium.org · 10 years ago
  14. 069a55a Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/196323003/) by commit-bot@chromium.org · 10 years ago
  15. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  16. b640186 Add NVPR configs to DM by commit-bot@chromium.org · 10 years ago
  17. fb142aa New baselines for imagefiltersclipped, offsetimagefilter GMs. by senorblanco@chromium.org · 10 years ago
  18. cf69bf4 Rebaseline performance triggers for Mac10.6 & N7 by robertphillips@google.com · 10 years ago
  19. 79fbb40 [WIP] Add Context to SkDrawLooper. by commit-bot@chromium.org · 10 years ago
  20. ad07e69 Revert the rest of r13757. by bungeman@google.com · 10 years ago
  21. e60ae2e Revert 13757. by bungeman@google.com · 10 years ago
  22. 3258a53 Fix (1 << 31) to (1u << 31) in SkOTTable_OS_2. by bungeman@google.com · 10 years ago
  23. 2cccf83 make onReadPixels protected and have default impl (so we can remove chrome override) by commit-bot@chromium.org · 10 years ago
  24. 0b70816 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  25. 4fcd92d Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.chromium.org/194923008/) by commit-bot@chromium.org · 10 years ago
  26. ab373bd remove SK_SUPPORT_LEGACY_COPYTO_CONFIG by commit-bot@chromium.org · 10 years ago
  27. 51c040e Alter bench_pictures to "respect" the logPerIter flag. by commit-bot@chromium.org · 10 years ago
  28. 6f458fc First pass at a web app that lets you run Skia code and see the results. by commit-bot@chromium.org · 10 years ago
  29. e63306d Only set USE_ANDROID_NDK_CPU_FEATURES if it's not already been explicitly set by commit-bot@chromium.org · 10 years ago
  30. c169f44 fix build error in chromium by commit-bot@chromium.org · 10 years ago
  31. f1292bc Revert "De-virtualize SkCanvas save/restore." by fmalita@google.com · 10 years ago
  32. 80b1051 De-virtualize SkCanvas save/restore. by fmalita@google.com · 10 years ago
  33. 53ba425 Drop executable flag from headers so that they can be packaged by robertphillips@google.com · 10 years ago
  34. f16d797 Fix linking errors on android builds due to cdd0f92b1ac by commit-bot@chromium.org · 10 years ago
  35. 06342a2 Fix SkOffsetImageFilter to use a temporary for bounds computations. by senorblanco@chromium.org · 10 years ago
  36. cdd0f92 New version of the bbh shootout. by commit-bot@chromium.org · 10 years ago
  37. de9f251 Fix radical assumption that 0.5 in double is exactly convertible to float. by bsalomon@google.com · 10 years ago
  38. b97c3ff Enable use of distance fields via SkPaint flag. by commit-bot@chromium.org · 10 years ago
  39. 8065ec5 Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  40. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 10 years ago
  41. a64ed0f bench rebaseline after Brian's improvement e5a041c by commit-bot@chromium.org · 10 years ago
  42. db34f33 Revert of New version of the bbh shootout (https://codereview.chromium.org/186973005/) by commit-bot@chromium.org · 10 years ago
  43. 4aa7185 New version of the bbh shootout. by commit-bot@chromium.org · 10 years ago
  44. 8213970 plumbing for GPU fast blur by commit-bot@chromium.org · 10 years ago
  45. 45b9de8 Rebase bezier_effect GMs and lingering changed GMs from laggy bots by bsalomon@google.com · 10 years ago
  46. a477154 plumb API for analytic rrect blur by commit-bot@chromium.org · 10 years ago
  47. b5f3b35 Revert of Add new module for distance field generation. (https://codereview.chromium.org/178543007/) by commit-bot@chromium.org · 10 years ago
  48. b0ba39d Fix no GPU build after r13728 by bsalomon@google.com · 10 years ago
  49. b93ba45 flag to make kClipToLayer_SaveFlag the default behavior by reed@google.com · 10 years ago
  50. bf99824 Add new module for distance field generation. by commit-bot@chromium.org · 10 years ago
  51. bfce48e reorg iteration code in rrects GM, tightly pack rrects drawn in _effect version. by commit-bot@chromium.org · 10 years ago
  52. 6e3ee33 rebaseline_server: disable image magnifier, for huge UI speedup by commit-bot@chromium.org · 10 years ago
  53. 5865ec5 rebaseline_server: add actual_repo and actual_revision command line options by commit-bot@chromium.org · 10 years ago
  54. ed19107 rebaseline_server: fix reload delay when there is client/server clock skew by commit-bot@chromium.org · 10 years ago
  55. d7e0fbe Pulling these out of other reviews so avoid code review clutter. by commit-bot@chromium.org · 10 years ago
  56. dd58422 Use bitfield rather than distinct enum types for circular corners in RRectEffect. by commit-bot@chromium.org · 10 years ago
  57. 8f58b85 remove legacy ifdef wrapping fast blur by commit-bot@chromium.org · 10 years ago
  58. fae599b Avoid black flashes when resizing debugger window using MSAA by commit-bot@chromium.org · 10 years ago
  59. fadc749 rebaseline_server: display how long it took to render the list by commit-bot@chromium.org · 10 years ago
  60. e8ead8e Revert "remove flag for legacy copyTo -- call sites have been updated" by reed@google.com · 10 years ago
  61. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  62. b471a32 Add API for GrContext to recommend rendertarget sample count by commit-bot@chromium.org · 10 years ago
  63. a5cb214 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  64. 5c70cdc hide getTotalClip, so we can eventually remove it by commit-bot@chromium.org · 10 years ago
  65. e62513f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  66. 77286a5 Rebaselines for https://codereview.chromium.org/188693008/ by bsalomon@google.com · 10 years ago
  67. a10f26e update ignored-tests.txt to accound for acceptable changes due to r13710 by bsalomon@google.com · 10 years ago
  68. b144743 remove dead code by reed@google.com · 10 years ago
  69. e5a041c Implement the clip as 4 or fewer GrEffects when possible. by commit-bot@chromium.org · 10 years ago
  70. 8c2ee59 Once Chromium starts holding on to paths and we can actually reuse cached path data (e.g., masks & geometry) we will need a way to preserve that reuse in the skps. This CL begins adding that capability. More analysis & profiling needs to be done before it is always enabled. by commit-bot@chromium.org · 10 years ago
  71. 0fd5270 Add nvprmsaa4 and nvprmsaa16 configs to bench_pictures by commit-bot@chromium.org · 10 years ago
  72. dec0065 Ignore failure of mixed_xfermodes_gpu on N4 by commit-bot@chromium.org · 10 years ago
  73. ce29b32 remove flag for legacy copyTo -- call sites have been updated by reed@google.com · 10 years ago
  74. 19dff99 update Doxygen config file to include gpu directory in api generation by commit-bot@chromium.org · 10 years ago
  75. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 10 years ago
  76. 8eb20cc remove code disabled from writePixels change by commit-bot@chromium.org · 10 years ago
  77. 210a6aa getFactory() must return a factory. by commit-bot@chromium.org · 10 years ago
  78. 7fc2228 Fix underlying issue causing crbug.com/348821. by commit-bot@chromium.org · 10 years ago
  79. 32a7195 fix the build error of SkiaExample -- use setColorType, not setConfig by commit-bot@chromium.org · 10 years ago
  80. fe089b3 SSE2 implementation of S32A_D565_Opaque_Dither by commit-bot@chromium.org · 10 years ago
  81. 2758047 SSE2 implementation of S32_D565_Opaque_Dither by commit-bot@chromium.org · 10 years ago
  82. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 10 years ago
  83. a5572e5 Add a class to allocate small objects w/o extra calls to new. by commit-bot@chromium.org · 10 years ago
  84. 1d328e4 Yet another whitespace change to see if the bots are fixed by commit-bot@chromium.org · 10 years ago
  85. 4d5337e Whitespace change to verify that the bots are fixed by commit-bot@chromium.org · 10 years ago
  86. 66645e3 Whitespace change to test whether builders are fixed by commit-bot@chromium.org · 10 years ago
  87. 06e9752 Add debug check of chunk size written to skp by commit-bot@chromium.org · 10 years ago
  88. b193c3b Mark mixed_xfermodes_gpu on Win7 perspective bot as ignore-failure by commit-bot@chromium.org · 10 years ago
  89. e597e7b Remove MCRec.fNext by commit-bot@chromium.org · 10 years ago
  90. 525bcee Manually add baseline for typeface_565 by commit-bot@chromium.org · 10 years ago
  91. 0438645 Actually, we wrote only size bytes. by commit-bot@chromium.org · 10 years ago
  92. d10913b Avoid recomputing two consecutive identical 1D filters. by commit-bot@chromium.org · 10 years ago
  93. 0015df9 Make arm64 test script more efficient with old versions of gsutil. by commit-bot@chromium.org · 10 years ago
  94. 1b28f6f Adding this call simulates seeing a *different* bitmap every time we scale, which changes the code path (places much heavier load on constructing a new filter). This better emulates the kind of environment most embedders see us in, where they try to cache a scaled bitmap rather than frequently rescaling it. by commit-bot@chromium.org · 10 years ago
  95. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 10 years ago
  96. d7a9fcc Revert of Manually set fFilterValues in SkConvolutionFilter1D by rmistry@google.com · 10 years ago
  97. fd5c9a6 Begin making SkPerlinNoiseShader const. by commit-bot@chromium.org · 10 years ago
  98. 5b70e7e Manually set fFilterValues in SkConvolutionFilter1D. by commit-bot@chromium.org · 10 years ago
  99. 759cf48 Now that the matching changes have landed in Chromium we can clean up the API on our side. by commit-bot@chromium.org · 10 years ago
  100. 06acb58 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago