1. 468b181 add blurimagefilter to lua by reed · 10 years ago
  2. 2813f34 bug fix for glsl identity string by joshualitt · 10 years ago
  3. 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
  4. 63a9f84 Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://codereview.chromium.org/661603009/) by rmistry · 10 years ago
  5. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  6. 2348199 Revert of Start to vectorize SkTileGrid. (patchset #45 id:1430002 of https://codereview.chromium.org/634543004/) by mtklein · 10 years ago
  7. 90c7992 Start to vectorize SkTileGrid. by mtklein · 10 years ago
  8. 7017168 "Fix" debugger's setMatrix handling by robertphillips · 10 years ago
  9. 427cf28 Remove AutoScratchTexture by bsalomon · 10 years ago
  10. b227e37 JPEG YUV Decoding by sugoi · 10 years ago
  11. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  12. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  13. 687732f Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe by piotaixr · 10 years ago
  14. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  15. 2f912f3 Const-correctness in PDF drawText() call by halcanary · 10 years ago
  16. 4ba7686 Tweak out SkTileGrid::insert() loop. by mtklein · 10 years ago
  17. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  18. 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
  19. 7851a56 Change drawText() to generate positions and send to drawPosText() by jvanverth · 10 years ago
  20. ff58e46 Disabled YUV decoding for subsets by sugoi · 10 years ago
  21. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  22. de258cd Make GrFragmentProcessor auto-compare coord xforms. by bsalomon · 10 years ago
  23. 000f829 Prefer to recycle non-RT scratch textures that don't have pending IO by bsalomon · 10 years ago
  24. f276541 Last round of effect->processor (for now) by bsalomon · 10 years ago
  25. 826a503 Treat (private, internal) grid bounds as doubly-inclusive in SkTileGrid. by mtklein · 10 years ago
  26. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  27. 6819df3 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  28. 80a720e Remove unused NeedsDeepCopy. by scroggo · 10 years ago
  29. 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 10 years ago
  30. b762cb5 More effect->processor cleanup by bsalomon · 10 years ago
  31. 98b33eb Some cleanup in processor header files. by bsalomon · 10 years ago
  32. 8e6c3b9 JPEG YUV Decoding by sugoi · 10 years ago
  33. 6251d17 Split GrFragmentProcessor into its own header by bsalomon · 10 years ago
  34. c553b7a update dox for bounds in supersampler by reed · 10 years ago
  35. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  36. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  37. f439c77 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #17 id:1240001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  38. 80cc420 Changed "Profile" to "Cube" in ColorCube by sugoi · 10 years ago
  39. e488d63 Only use sized format on IMG/ES3 for single channel. by bsalomon · 10 years ago
  40. 360b680 Adds a GrTRecorder class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  41. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  42. ec87dc6 Flush text contexts before drawing text as path by bsalomon · 10 years ago
  43. bdc49ae create and modify matrices in lua by reed · 10 years ago
  44. 8c27a18 Change GrTextContext fallbacks to be a linked list chain. by jvanverth · 10 years ago
  45. b501ecd Use GL_R8 rather than GL_RED for glTexImage2D on IMG/ES3. Check for failure of FP creation in SkImageFilter by bsalomon · 10 years ago
  46. b2d77e4 add gamma value to deviceproperties by reed · 10 years ago
  47. 84ac082 Add GrLayerCache::writeLayersToDisk by robertphillips · 10 years ago
  48. 07894c4 Revert of Create a single command buffer for GrInOrderDrawBuffer (patchset #14 id:1050001 of https://codereview.chromium.org/628453002/) by mtklein · 10 years ago
  49. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  50. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  51. c09e2af Fix race in supports_simd(). by mtklein · 10 years ago
  52. 47c844a Adds a GrTBaseList class that GrInOrderDrawBuffer uses to allocate by cdalton · 10 years ago
  53. 96affcd add pictures to lua by reed · 10 years ago
  54. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  55. f355df5 add canvas:clear to lua by reed · 10 years ago
  56. 485557f add surfaces to lua by reed · 10 years ago
  57. 09a1d67 add key handlers to lua by reed · 10 years ago
  58. a5305a1 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  59. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  60. 89c7a2e Revert of Opt state takes a GP instead of a GeometryStage (patchset #18 id:1500001 of https://codereview.chromium.org/637003003/) by joshualitt · 10 years ago
  61. 7bb9ed7 Fix bug in GrCachedLayer reuse by robertphillips · 10 years ago
  62. 294c326 Fix color emoji. by jvanverth · 10 years ago
  63. 71856d5 Opt state takes a GP instead of a GeometryStage by joshualitt · 10 years ago
  64. e817dbb Revert of Fix color emoji. (patchset #11 id:320001 of https://codereview.chromium.org/636183005/) by jvanverth · 10 years ago
  65. bc92163 Fix color emoji. by jvanverth · 10 years ago
  66. 40636a5 faster SkRect::sort by reed · 10 years ago
  67. 092dab9 Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  68. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  69. cbe80ca Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  70. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  71. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  72. 7062a26 Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/) by mtklein · 10 years ago
  73. d9aa218 Store color and coverage stages in a single array in GrOptDrawState. by egdaniel · 10 years ago
  74. 9e87fa7 Force linking of static member variables for GLPrograms by joshualitt · 10 years ago
  75. 00878a1 Revert of Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key (patchset #1 id:1 of https://codereview.chromium.org/640373002/) by robertphillips · 10 years ago
  76. a32c6bc Revert of Fix bug in plot locking system (patchset #3 id:80001 of https://codereview.chromium.org/640323002/) by robertphillips · 10 years ago
  77. 52455cb Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  78. 5c48166 Fix bug in plot locking system by robertphillips · 10 years ago
  79. 27415b7 Refactor GrLayerHoister::FindLayersToHoist to prep for adding clip to cache key by robertphillips · 10 years ago
  80. acd3e6d Fix restore in AVMR to have correct coverage count. by egdaniel · 10 years ago
  81. e099dd7 Small improvements to SkBitSet: by mtklein · 10 years ago
  82. 60e4ad7 Improve SkARGB32_A8_BlitMask_SSE2 by jmuizelaar · 10 years ago
  83. 089f8de Remove tab parameter from GrGLSLMulVarBy4f function by egdaniel · 10 years ago
  84. 1e2530b Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  85. 9a7f29e Leak fixed by sugoi · 10 years ago
  86. 6517134 gl programs rewrite by joshualitt · 10 years ago
  87. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  88. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  89. 5867736 use real pdfdevice behind SkDocument by reed · 10 years ago
  90. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  91. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  92. 81e6448 Remove ~GrIORef since last remaining virtual and now all inline by bsalomon · 10 years ago
  93. 0f9e8a7 Revert of Use presence of a content key as non-scratch indicator (patchset #5 id:80001 of https://codereview.chromium.org/639873002/) by bsalomon · 10 years ago
  94. 9eefe08 Use presence of a content key as non-scratch indicator by bsalomon · 10 years ago
  95. 0fedb19 Rearrange code in TextContexts to be more consistent and match style guide. by jvanverth · 10 years ago
  96. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  97. 47326ab Fix conditional check when copying coverage stages in ODS by egdaniel · 10 years ago
  98. 9cf45bf Delay copying effects from DS or ODS till end of creating ODS by egdaniel · 10 years ago
  99. 9d93c2e Add SkCachedData and use it for SkMipMap by reed · 10 years ago
  100. d61ef01 Expose layer hoisting API in GrContext by robertphillips · 10 years ago