1. 2ecf86e Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/) by mtklein · 10 years ago
  2. e27065a Send coverage VA as floats instead of bytes NOTREECHECKS=True by egdaniel · 10 years ago
  3. 3343557 Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  4. d5cd4ee Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/) by egdaniel · 10 years ago
  5. fdcf2c0 Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/) by bsalomon · 10 years ago
  6. 31f8867 Turn on NVPR 4x MSAA by default when supported in DM and nanobench. by mtklein · 10 years ago
  7. 820dd6c Add mock context and use in ResourceCacheTest. by bsalomon · 10 years ago
  8. e974c62 Whitelist intentionally racy TRACE_EVENT reads and writes. by mtklein · 10 years ago
  9. f6e59b5 Cleanup: Remove unused InstallNewHandler() function from SkGraphics. by tfarina · 10 years ago
  10. 9f2251c Crop the fast path dashed lines to the cull rect by robertphillips · 10 years ago
  11. 2bf8d09 Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #8 id:140001 of https://codereview.chromium.org/613673005/) by piotaixr · 10 years ago
  12. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  13. 1b6ab44 add textblobs to lua by reed · 10 years ago
  14. 7c11aad Export (SK_API) SkSurfaceProps by fmalita · 10 years ago
  15. 615c593 move SkTextBox into utils by reed · 10 years ago
  16. fb502f0 Optimize SkRect::sort() by qiankun.miao · 10 years ago
  17. 87a94eb Rename and clarify semantics of GrContext::resolveRenderTarget. by bsalomon · 10 years ago
  18. 89c6298 Don't allow renderTarget==NULL to GrContext::clear() and friends. by bsalomon · 10 years ago
  19. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  20. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  21. 77ae06b Cleanup: Remove unnecessary forward declarations from some views files. by tfarina · 10 years ago
  22. 5c55fef GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  23. b9e8230 Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of https://codereview.chromium.org/683733005/) by joshualitt · 10 years ago
  24. 7a75e52 GrContext no longer ever draws on Gpu by joshualitt · 10 years ago
  25. 0b5fc97 Quick and dirty test to call the C interface from GO. by stephana · 10 years ago
  26. 38406c8 Cleanup: Go with SkDebugf instead of GrPrintf. by tfarina · 10 years ago
  27. 58f467c Cleanup: Remove GR_ARRAY_COUNT macro. by tfarina · 10 years ago
  28. bd16059 begin clean up for scalar is double option by reed · 10 years ago
  29. d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
  30. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  31. 902d4d1 Add SkDocument::getStream() method. by halcanary · 10 years ago
  32. e71cd54 SkTaskGroup::batch(fn, args, N) by mtklein · 10 years ago
  33. 89889b6 MultiPictureDraw is taskgroup aware. SampleApp is multipicturedraw aware. by reed · 10 years ago
  34. 8f3937d Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  35. a5cf665 Issue acquire barrier in SkRefCnt::unique(). by bungeman · 10 years ago
  36. 81b0928 fix typo in legacy flag alias by bsalomon · 10 years ago
  37. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  38. 0e60282 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  39. 98102a8 Revert of Patch to remove constant attributes (patchset #8 id:120002 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  40. e5909d3 Override SkCanvas::drawImage[Rect]() in SkProxyCanvas by piotaixr · 10 years ago
  41. 95f5194 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  42. ed53742 Add SK_API to global scope operators of SkMatrix by junov · 10 years ago
  43. d0f1969 Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:20001 of https://codereview.chromium.org/681643003/) by hcm · 10 years ago
  44. 9f2825f Revert of Patch to remove constant attributes (patchset #6 id:100001 of https://codereview.chromium.org/678073005/) by joshualitt · 10 years ago
  45. 84c94c0 Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. by joshualitt · 10 years ago
  46. ba036cc Fix bounds computation of all 0-input filters. by senorblanco · 10 years ago
  47. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  48. f622a6c Add `SkIRect bounds()` convenience method to SkImageInfo and SkBitmap. by halcanary · 10 years ago
  49. a0036c6 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  50. 74077b9 Added varying struct by joshualitt · 10 years ago
  51. e332396 move c api into include by reed · 10 years ago
  52. 24234fe Build gpu stats tracking in dev builds. by bsalomon · 10 years ago
  53. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  54. 20b7960 Add isScale() helper function to SkMatrix44. by tfarina · 10 years ago
  55. 852ae80 Added varying struct by joshualitt · 10 years ago
  56. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  57. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  58. e3aee8f Remove android specific genID from SkPaint. by djsollen · 10 years ago
  59. 26979c8 Revert of Delete unused method aliases and texture flag. (patchset #1 id:1 of https://codereview.chromium.org/672753002/) by bsalomon · 10 years ago
  60. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  61. 7fdffe4 Delete unused method aliases and texture flag. by bsalomon · 10 years ago
  62. a0c814c Add SkTypeface::getBounds() by reed · 10 years ago
  63. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  64. 727b8c1 explicitly size fType in SkRRect, to ensure the are no uninitialized bytes by reed · 10 years ago
  65. 9bb7539 Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  66. 39393e3 add round/ceil/etc. for SkMScalar by reed · 10 years ago
  67. b0e89dc Fix image filters for PDF backend. by senorblanco · 10 years ago
  68. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  69. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  70. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  71. dba3e64 Revert of Start to vectorize SkTileGrid. (patchset #48 id:1670001 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  72. 958e962 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  73. a71aee6 Remove obsolete SkRecording. by mtklein · 10 years ago
  74. 6fedd3a Revert of Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe (patchset #5 id:80001 of https://codereview.chromium.org/613673005/) by rmistry · 10 years ago
  75. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  76. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  77. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  78. b227e37 JPEG YUV Decoding by sugoi · 10 years ago
  79. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  80. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  81. aab626c Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/) by jvanverth · 10 years ago
  82. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  83. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  84. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  85. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  86. 8dfdfff Don't use 'defined' in macro expansion. by bungeman · 10 years ago
  87. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  88. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  89. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  90. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  91. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  92. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  93. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  94. 157f36d add tests for large cordinates bounds when building aaclip by reed · 10 years ago
  95. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  96. ab84fae Track if all stages modulate inputColor in computeInvariantOutput by egdaniel · 10 years ago
  97. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  98. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  99. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  100. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago