1. 33e3367 remove SK_SUPPORT_LEGACY_BLURMASKFILTER_STYLE by commit-bot@chromium.org · 11 years ago master
  2. 14a6823 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  3. c7a085e Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  4. b538a10 Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 11 years ago
  5. ed7284f fix casting issue with or operator by commit-bot@chromium.org · 11 years ago
  6. ed93385 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 11 years ago
  7. 9a1dbda Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 11 years ago
  8. e280049 Add an OR operator overload for SaveFlags to avoid extra static casts. by commit-bot@chromium.org · 11 years ago
  9. 30ec542 Revert of Initial work to get ETC1 data up to the GPU (https://codereview.chromium.org/302783002/) by commit-bot@chromium.org · 11 years ago
  10. d9d56f2 Implement SkPictureImageFilter bounds computation. by senorblanco@chromium.org · 11 years ago
  11. fa3ae14 Initial work to get ETC1 data up to the GPU by commit-bot@chromium.org · 11 years ago
  12. c4c6b2b Test font created from paint by commit-bot@chromium.org · 11 years ago
  13. f7b582e Move the LATC and ETC1 enum values to GrPixelConfig. I also tried to put in checks in a few places to make sure that we weren't using these pixel configurations in places that we shouldn't be. by commit-bot@chromium.org · 11 years ago
  14. 72af3df Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 11 years ago
  15. 2a0f459 Fix the rendering error of SkDraw::drawVertices in gpu path for solid color. by commit-bot@chromium.org · 11 years ago
  16. 3ac9f93 Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 11 years ago
  17. 15dcc5d setConfig -> setInfo by commit-bot@chromium.org · 11 years ago
  18. f2e0840 SkLazyPtr, mk. 2 by commit-bot@chromium.org · 11 years ago
  19. 80bcabd Constify the arguments to createTexture by commit-bot@chromium.org · 11 years ago
  20. 6c92fce Add SkBarriers to ports. by commit-bot@chromium.org · 11 years ago
  21. e76151b legacy refEncodedData() returns data, not bool by reed@google.com · 11 years ago
  22. 2e2d21c replace config() with colorType() by commit-bot@chromium.org · 11 years ago
  23. 2bf9272 Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 11 years ago
  24. dc645d8 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 11 years ago
  25. af52399 Revert "Remove SkThread.h from public API." by commit-bot@chromium.org · 11 years ago
  26. fdc9020 Remove SkThread.h from public API. by commit-bot@chromium.org · 11 years ago
  27. a490618 Add SkPurgeGlobalDiscardableMemoryPool, needed to replace SkImageRef by commit-bot@chromium.org · 11 years ago
  28. 001f72d Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 11 years ago
  29. 1fef8a9 add colortable support to imagegenerator by commit-bot@chromium.org · 11 years ago
  30. bbb24f1 add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 11 years ago
  31. 02a5a68 remove SkBitmap::asImageInfo by commit-bot@chromium.org · 11 years ago
  32. 1d39504 Revert of Revert of Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 11 years ago
  33. 4cc8fdf Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 11 years ago
  34. e7eeb88 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 11 years ago
  35. b803fdd Use SkAtomics_sync on Android by commit-bot@chromium.org · 11 years ago
  36. a6e9cf7 Implement sk_atomic_conditional_inc with sk_atomic_cas. by commit-bot@chromium.org · 11 years ago
  37. 592b21c Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 11 years ago
  38. d5b4e09 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 11 years ago
  39. eaa3cc3 remove SK_SUPPORT_LEGACY_BITMAPFLATTEN code by commit-bot@chromium.org · 11 years ago
  40. 2f2198b remove SK_SUPPORT_LEGACY_BUILDMIPMAP by commit-bot@chromium.org · 11 years ago
  41. 9ec314b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 4ea8eb6 Revert of Add compressed texture capabilities for GPU devices (https://codereview.chromium.org/292323003/) by commit-bot@chromium.org · 11 years ago
  43. cc4aa02 Add compressed texture capabilities for GPU devices by commit-bot@chromium.org · 11 years ago
  44. 3d7bd70 Revert of Modify sample buffer size for larger displays. (https://codereview.chromium.org/240433002/) by commit-bot@chromium.org · 11 years ago
  45. 5178213 Modify sample buffer size for larger displays. by commit-bot@chromium.org · 11 years ago
  46. abd0316 stop calling SkBitmap::flatten by commit-bot@chromium.org · 11 years ago
  47. be58865 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  48. b9b4a88 temporarily add back in the factores that took a unitmapper by commit-bot@chromium.org · 11 years ago
  49. 5e23dba re-expose hasLocalMatrix for now (can't hurt) -- unblocks blink by commit-bot@chromium.org · 11 years ago
  50. 92d3ff9 Simple PKM image decoder. by robertphillips@google.com · 11 years ago
  51. 1916251 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  52. 04a4362 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 11 years ago
  53. 8658f99 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  54. 644e1d2 Revert "Modify sample buffer size for larger displays." by reed@google.com · 11 years ago
  55. bc7c497 Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 11 years ago
  56. 065b2cd Modify sample buffer size for larger displays. by commit-bot@chromium.org · 11 years ago
  57. e2e6c82 SSE2 implementation of memcpy32 by commit-bot@chromium.org · 11 years ago
  58. 3c27564 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  59. c0e9277 Changed JSON formatting more, workaround bug where SkStringPrintf causes encoding issues by commit-bot@chromium.org · 11 years ago
  60. 7e03087 formalize named picture versions by commit-bot@chromium.org · 11 years ago
  61. 5d40a74 Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 11 years ago
  62. a87506d Add function to get both min and max scale factors from matrix by commit-bot@chromium.org · 11 years ago
  63. 6f0735e Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale by commit-bot@chromium.org · 11 years ago
  64. 9e85735 Remove legacy constructor for blur draw looper. by commit-bot@chromium.org · 11 years ago
  65. 63bdbbe "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 11 years ago
  66. 004381d Pass in GrContext instead of SkGpuDevice for dashing and Sk2GrPaint conversion by commit-bot@chromium.org · 11 years ago
  67. 39efa20 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 11 years ago
  68. 443f351 Try out SkMatrix::Concat. by commit-bot@chromium.org · 11 years ago
  69. 20052c0 gradient api sans (deprecated) unitmapper by commit-bot@chromium.org · 11 years ago
  70. 094539c Add Dashing gpu effect for simple dashed lines by commit-bot@chromium.org · 11 years ago
  71. c3db416 This adds a checkbox to the debugger to allow seeing the effect pathops has on the clip. A new tab shows the C code that the pathops generate. by commit-bot@chromium.org · 11 years ago
  72. fd42fa3 Add choke point for performing a fake endRecording by commit-bot@chromium.org · 11 years ago
  73. b2e1871 Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 11 years ago
  74. dfa217f remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 11 years ago
  75. eaa2945 Generate bench/Android.mk from gyp. by commit-bot@chromium.org · 11 years ago
  76. d7f8821 Move skPaint2GrPaint to SkGr.h/cpp by commit-bot@chromium.org · 11 years ago
  77. 756ca23 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 11 years ago
  78. 40108a5 Always inline SkFloatToFixed_arm. by commit-bot@chromium.org · 11 years ago
  79. 7291524 Add asADash to Lua for scraping by commit-bot@chromium.org · 11 years ago
  80. 2b8e646 Add ownership dox for SkShader::asACompose. by commit-bot@chromium.org · 11 years ago
  81. 4ea8733 By default, Chromium optimizes for size when compiling on Android. by commit-bot@chromium.org · 11 years ago
  82. 747064a Inline noop willFoo/didFoo into SkCanvas.h. by commit-bot@chromium.org · 11 years ago
  83. d8af53f Add functions for inspecting SkShader. by commit-bot@chromium.org · 11 years ago
  84. f81da6e re-land hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  85. ca3c958 Make gMask_00FF00FF a constant by commit-bot@chromium.org · 11 years ago
  86. e57476a Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 11 years ago
  87. 449dd91 remove unused Kernel33MaskFilter by commit-bot@chromium.org · 11 years ago
  88. a33189b Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 11 years ago
  89. 9646921 add localmatrix parameter to shader's asNewEffect by commit-bot@chromium.org · 11 years ago
  90. 18fd2db Revert of Factor GrTexture into public GrTexture and private GrTextureImpl. (https://codereview.chromium.org/275903002/) by commit-bot@chromium.org · 11 years ago
  91. edb402b Factor GrTexture into public GrTexture and private GrTextureImpl. by commit-bot@chromium.org · 11 years ago
  92. 30553b5 Revert of hide get/setLocalMatrix (https://codereview.chromium.org/279563002/) by commit-bot@chromium.org · 11 years ago
  93. 9c0e523 hide get/setLocalMatrix by commit-bot@chromium.org · 11 years ago
  94. 7facac4 cleanup GrContext resource cache api by commit-bot@chromium.org · 11 years ago
  95. 35de55e Disable filtering in draw Bitmap operation when pixels are aligned by commit-bot@chromium.org · 11 years ago
  96. d2dbea5 Revert of Improved x86 SSE build and run-time checks. (https://codereview.chromium.org/272503006/) by commit-bot@chromium.org · 12 years ago
  97. 3ee4e06 Improved x86 SSE build and run-time checks. by commit-bot@chromium.org · 12 years ago
  98. 06615ad add localmatrix-shader by commit-bot@chromium.org · 12 years ago
  99. 5fd3c1d First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 12 years ago
  100. 6ab550c Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 12 years ago