1. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  2. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  5. 7b7ecfc Fix clipped lighting image filters. by senorblanco · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. e46cf96 Write a gm to verify append large glyph as path works by joshualitt · 9 years ago
  8. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  9. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  10. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  11. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  12. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago
  13. 7544124 fix zero-length tangent by caryclark · 9 years ago
  14. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  15. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  16. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  17. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  18. 2f0a728 GMs: change some GMs to use SkImage over SkBitmap by halcanary · 9 years ago
  19. 499abab add gm for image->newShader by reed · 9 years ago
  20. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 9 years ago
  21. 02833bf fix override by caryclark · 9 years ago
  22. 05424f7 fix cubic clip in y by caryclark · 9 years ago
  23. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 9 years ago
  24. 7d17340 subdivide path when side-clipping fails by caryclark · 9 years ago
  25. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  26. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 9 years ago
  27. 2f0dbc7 Update SkLightingShader to support rotation by robertphillips · 9 years ago
  28. f7d602a Revert "Update SkLightingShader to support rotation" by robertphillips · 9 years ago
  29. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 9 years ago
  30. 45b59ed Update SkLightingShader to support rotation by robertphillips · 9 years ago
  31. a32cc95 widen gm to show entire image, add place-holder for no context by reed · 9 years ago
  32. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 9 years ago
  33. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  34. ea4529d Move normal map creation methods to sk_tools by robertphillips · 9 years ago
  35. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  36. 9a106ba A bit of misc cleanup. by mtklein · 9 years ago
  37. 2ba7099 Add GM to test drawing atlas case by joshualitt · 9 years ago
  38. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  39. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  40. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  41. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  42. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago
  43. 2771b56 GrDrawVertices to batches by joshualitt · 9 years ago
  44. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 9 years ago
  45. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  46. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  47. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  48. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  49. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  50. 1dedc3d SkPictureImageGenerator by fmalita · 9 years ago
  51. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  52. c41f4d6 Fix elliptical rrect clip shaders for large radii on devices with mediump by bsalomon · 9 years ago
  53. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  54. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  55. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  56. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  57. 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 9 years ago
  58. a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
  59. 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
  60. 80a1c54 C API: remove dead code, simplify boilerplate by halcanary · 9 years ago
  61. d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 9 years ago
  62. 853336c adding gm to use random scaler context by joshualitt · 9 years ago
  63. a9652ac Address some SkLightingShader TODOs by robertphillips · 9 years ago
  64. 159fa57 linear gradient with stops discretized gm by caryclark · 9 years ago
  65. 1864bfa add radial gradient hard stop test by caryclark · 9 years ago
  66. 640898f Update SkLightingShader to take a localMatrix by robertphillips · 9 years ago
  67. 5f865b9 Move LightingShader to effects by robertphillips · 9 years ago
  68. f1f8bd5 fix dstreadshuffle text portable gm by caryclark · 9 years ago
  69. 1259601 make tests portable by using 565 compatible colors by caryclark · 9 years ago
  70. efa1ece gm missed portable text in textblobshader by caryclark · 9 years ago
  71. 66fb63f gm fix missed portable gm text in samplerstress by caryclark · 9 years ago
  72. f597c42 make pixelsnap textblob* etc gm portable by caryclark · 9 years ago
  73. 20dac88 mixed text blobs really draws LCD by joshualitt · 9 years ago
  74. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  75. 3721355 make fontscalar gammatext lcdtext typeface verttext2 gm portable by caryclark · 9 years ago
  76. 29ccdf8 Fix Ganesh drawAtlas bug with quad colors by robertphillips · 9 years ago
  77. ba9757a make dftext gm not overlap itself by caryclark · 9 years ago
  78. 1b31402 make fontcache textblob gm portable by caryclark · 9 years ago
  79. a0170f1 make dftext the same on Linux and Android by caryclark · 9 years ago
  80. 3b0f98e fix typeface leak by caryclark · 9 years ago
  81. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  82. e59524d make mixedtextblobs gm portable by caryclark · 9 years ago
  83. c3dcb67 make color emoji gm portable by caryclark · 9 years ago
  84. ae3714f make varied_text* gm portable by caryclark · 9 years ago
  85. 0278197 Run noise shader separately in imagefiltersclipped by jvanverth · 9 years ago
  86. 4ec1ac6 make xfermode* portable by caryclark · 9 years ago
  87. 1340039 Add Rec709 YUV color space support to GrYUVtoRGBEffect. by rileya · 9 years ago
  88. 6531c36 Generate platform specific fontmgr gm. by caryclark · 9 years ago
  89. 85693c1 make stroketext textblob* texteffects tileimagefilter gm portable by caryclark · 9 years ago
  90. d76665d Reland "SkPDF: Annotations are clipped by canvas clip stack." by wangxianzhu · 9 years ago
  91. 97a26d0 make drawbitmaprect lighting lumafilter matrixconvolution srcmode gm portable by caryclark · 9 years ago
  92. dfcb7ab make arithmode bigtext colortype* degeneratesegments gm portable by caryclark · 9 years ago
  93. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  94. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  95. ef14cb3 make glyph_pos imageblur* largeglyphblur portable by caryclark · 9 years ago
  96. d2ce185 make imagefilters* imagemagnifier imageresizetiled portable by caryclark · 9 years ago
  97. dbe1e6f Give GrBatch a pointer to GrPipeline by joshualitt · 9 years ago
  98. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  99. 0df62e3 Revert of Give GrBatch a pointer to GrPipeline (patchset #1 id:1 of https://codereview.chromium.org/1237283007/) by joshualitt · 9 years ago
  100. 1170a12 Give GrBatch a pointer to GrPipeline by joshualitt · 9 years ago