1. 088f4b8 Revert of Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/511363002/) by reed · 10 years ago
  2. d73c169 Second attempt to land the integral image scaling change. by humper · 10 years ago
  3. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  4. e759a26 Revert of Revert of add gamma/sRGB to SkImageInfo (patchset #1 of https://codereview.chromium.org/512243002/) by reed · 10 years ago
  5. 60cc7d3 manual revert of bitmap scale change while I investigate failures on chromeos by humper · 10 years ago
  6. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  7. dc53701 Revert of add gamma/sRGB to SkImageInfo (patchset #4 of https://codereview.chromium.org/514753002/) by reed · 10 years ago
  8. 615c369 add gamma/sRGB to SkImageInfo by reed · 10 years ago
  9. 38e44b0 Disable bitmap decoders for GPU specific formats on Android framework by djsollen · 10 years ago
  10. daefa5b JPEG(JFIF only) directly embedded into PDF by halcanary · 10 years ago
  11. ce7b1d5 always scale to an integer; compensate for fractional image sizes by leaving the fractional scale in the matrix by humper · 10 years ago
  12. 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
  13. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  14. 21aed57 Create Read-only Base class for GrDrawState that holds data members and getters by egdaniel · 10 years ago
  15. 5387c83 Revert of Benchmark designed to exercise fractional image scale/translation (patchset #2 of https://codereview.chromium.org/491793003/) by djsollen · 10 years ago
  16. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  17. 5fc2266 Benchmark designed to exercise fractional image scale/translation by humper · 10 years ago
  18. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  19. c6765d6 Add some SkTextBlob builder tests. by fmalita · 10 years ago
  20. d92c4c5 fix android framework build for nanobench by djsollen · 10 years ago
  21. 7eacd77 SkMultiPictureDraw API by robertphillips · 10 years ago
  22. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  23. c8dc1f7 Add GrResourceCache2. by bsalomon · 10 years ago
  24. a6cac4c rename gradients private BitmapCache to GradientBitmapCache by reed · 10 years ago
  25. 0461713 expose generalized imagecache key by reed · 10 years ago
  26. 00d5c2c SkTextBlob by fmalita · 10 years ago
  27. a8d2c4a Temporarily adjust Matrix.isSimilarity test tolerance on 64-bit ARM devices by djsollen · 10 years ago
  28. 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
  29. 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
  30. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  31. ccdaa04 Separate GL path rendering state from GrGpuGL to GrGLPathRendering by kkinnunen · 10 years ago
  32. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  33. d2a3522 Add the method isOpaque() to SkImage by piotaixr · 10 years ago
  34. 1d89ddc Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.org/481443002/) by bsalomon · 10 years ago
  35. a34633f Trim down OSX GYP rules. Same effect, shorter. by mtklein · 10 years ago
  36. 94ce9ac Add GrResourceCache2. by bsalomon · 10 years ago
  37. 3ba54fa Roll jsoncpp, drop dependency on Chromium overrides. by mtklein · 10 years ago
  38. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  39. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  40. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  41. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  42. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  43. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  44. 7e5598a Added bench for grid of patches. by dandov · 10 years ago
  45. cccb3b4 remove SkBitmap::Config support from android by reed · 10 years ago
  46. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  47. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  48. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  49. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  50. 21b342d This eliminates the need to copy the generated images from a temporary directory to the directory that is served by the rebaseline_server. by stephana · 10 years ago
  51. cc03adb Proposal for the mesh gradient interface. Implemented as a grid of by dandov · 10 years ago
  52. 8e69676 Turn on FontMgr for Android by tomhudson · 10 years ago
  53. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  54. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  55. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  56. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  57. b2edec2 Revert of SkImage_Codec is Lazy (https://codereview.chromium.org/460823002/) by halcanary · 10 years ago
  58. d7127e7 re-add samplerstress gm, but use blurmaskfilter instead (std filter) by reed · 10 years ago
  59. e36f499 SkImage_Codec is Lazy by halcanary · 10 years ago
  60. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  61. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  62. 5acfea7 2D kernel initial wiring for Guassian by joshualitt · 10 years ago
  63. 8b2cb33 clean up render_pdfs: by halcanary · 10 years ago
  64. 0d154ee Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  65. 6b143b0 Remove Matrix/Clip State collapse code by robertphillips · 10 years ago
  66. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  67. d1d3bae add an animated test to verify that high-quality identity scaling doesn't change the image by humper · 10 years ago
  68. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  69. bab82ed Pretty print of shaders by joshualitt · 10 years ago
  70. 72ebb9f DM: conserve memory when using --skps by mtklein · 10 years ago
  71. 619e076 Revert of Process Statistics header, add max RSS to render_pdfs (https://codereview.chromium.org/448993003/) by bungeman · 10 years ago
  72. 6274baa Process Statistics header, add max RSS to render_pdfs by halcanary · 10 years ago
  73. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  74. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  75. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  76. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  77. 0bef17a render_pdfs implements --match by halcanary · 10 years ago
  78. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  79. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  80. b5f7826 Explicit tile bounds for SkPictureShader by fmalita · 10 years ago
  81. a7e930f On the bots, there's no need to link GMs into SampleApp. by mtklein · 10 years ago
  82. be21e34 Bye bye bench. by mtklein · 10 years ago
  83. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  84. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  85. 847092c SkThreadPool and co. are not public. by mtklein · 10 years ago
  86. 40a1e11 Add support for all compressed formats in KTX file format by krajcevski · 10 years ago
  87. 816b4fb Fix bad gypi by tomhudson · 10 years ago
  88. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  89. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  90. 8f394d4 disable all warnings from nanomsg by mtklein · 10 years ago
  91. ad82ed6 Force linking as C++ library. by mtklein · 10 years ago
  92. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  93. bce540c Don't call out -lstdc++ -lm explicitly. by mtklein · 10 years ago
  94. ecfff21 SkCanvas interface for drawing a patch. by dandov · 10 years ago
  95. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  96. 80bdded small skia_shared_lib=1 build fix for cross-process picture demo by mtklein · 10 years ago
  97. e7ce26d Stop building tests. by mtklein · 10 years ago
  98. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  99. f91b47f Revert of Memory improvements to render_pdfs; better DM pool size defaults (https://codereview.chromium.org/433063002/) by halcanary · 10 years ago
  100. 66058b6 Memory improvements to render_pdfs; better DM pool size defaults by halcanary · 10 years ago