1. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  2. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  3. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  4. 32d1e95 Remove "f" suffix from literal in LCD DF text shader. by bsalomon · 8 years ago
  5. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  6. 5192475 Two changes: by brianosman · 8 years ago
  7. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  8. 3c3e0d7 Work around VS 2015 Update 3 optimizer internal compiler error by brucedawson · 8 years ago
  9. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  10. 95243eb Make GrTextureStripAtlas flush pending IO on newly acquired texture by ajuma · 8 years ago
  11. abe795e Relax check for gpu use of static src-over XP by egdaniel · 8 years ago
  12. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  13. e4f2461 Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() by bsalomon · 8 years ago
  14. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  15. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  16. 9f97882 Simplify color space xform storage and usage (float[] vs. SkMatrix44) by brianosman · 8 years ago
  17. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  18. e499adf Use dFdx in Vulkan to address distance field issues. by jvanverth · 8 years ago
  19. 49b264c Create DCs rather than textures in GrConfigConversionEffect by bsalomon · 8 years ago
  20. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  21. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  22. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  23. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  24. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  25. af18fb4 Make GrDashEffect take a AA mode enum. by bsalomon · 8 years ago
  26. d15947e Filter out degenerate contours in GrConvexPolyEffect by lsalzman · 8 years ago
  27. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  28. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  29. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  30. fe4d5d3 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  31. 3e11da7 Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode. (patchset #4 id:60001 of https://codereview.chromium.org/1954863002/ ) by robertphillips · 8 years ago
  32. 2139303 Make GrGammaEffect have explicit sRGB modes, plus exponential mode. by brianosman · 8 years ago
  33. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  34. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  35. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  36. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  37. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  38. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  39. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  40. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  41. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  42. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  43. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  44. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  45. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  46. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  47. b63c576 More valgrind appeasement by robertphillips · 8 years ago
  48. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  49. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  50. 7888de0 Fix GrConvexPolyEffect to deal with line paths. by bsalomon · 8 years ago
  51. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  52. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  53. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  54. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  55. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  56. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  57. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  58. cf371bb Use correct gradient calculation for rotated distance fields. by jvanverth · 9 years ago
  59. e506ee6 Fix array in matrixconvolution shader by egdaniel · 9 years ago
  60. 78d6eb0 Pack float array uniforms into vec4 arrays by jvanverth · 9 years ago
  61. 73c4e64 Retract GrDrawTarget and GrPipelineBuilder a bit more by robertphillips · 9 years ago
  62. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  63. 952538e fix undefined signed shifts by caryclark · 9 years ago
  64. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  65. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  66. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  67. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  68. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  69. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  70. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  71. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  72. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  73. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  74. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
  75. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  76. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  77. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  78. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  79. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  80. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  81. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  82. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  83. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  84. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  85. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  86. 53f26aa Remove uniform color for GrDistanceFieldGeoProc by joshualitt · 9 years ago
  87. e87256c4 Do elliptical clips in normalized space on devices with a "real" mediump by bsalomon · 9 years ago
  88. cd07491 Prevent overflow in length() in GLCircularRRectEffect by bsalomon · 9 years ago
  89. 96afa52 Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  90. 0707364 Revert of Boost GrGLConicEffect's variables to all high precision (patchset #1 id:1 of https://codereview.chromium.org/1513483002/ ) by robertphillips · 9 years ago
  91. 624c59a Boost GrGLConicEffect's variables to all high precision by robertphillips · 9 years ago
  92. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  93. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  94. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  95. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  96. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  97. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  98. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  99. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  100. f234272 Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ ) by egdaniel · 9 years ago