1. b515ae7 Add GPU perspective support for color emoji by Jim Van Verth · 6 years ago
  2. cbeae03 Fix check for valid proxies returned by AtlasManager. by Jim Van Verth · 6 years ago
  3. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 6 years ago
  4. 6028361 Drop unused shader support for sample variables by Chris Dalton · 6 years ago
  5. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  6. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  7. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  8. 2737288 Don't force GrGLSLVarying's scope to be compile-time constant by Chris Dalton · 7 years ago
  9. 04460cc Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar. by Brian Salomon · 7 years ago
  10. c02cb8a Revert "Use int when possible to calculate atlas indices in shaders." by Jim Van Verth · 7 years ago
  11. 999ec57 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  12. c17bf32 Convert geometry shaders to operate in Skia device space by Chris Dalton · 7 years ago
  13. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  14. fa7ee24 changed vertex attribute precisions to be actual types by Ethan Nicholas · 7 years ago
  15. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  16. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  17. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 7 years ago
  18. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  19. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  20. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  21. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  22. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  23. 6a7a704 Add multitexture support to text and path shaders, take 3. by Jim Van Verth · 7 years ago
  24. acc8d2e Revert "Revert "Revert "Add multitexture support to text and path shaders""" by Mike Klein · 7 years ago
  25. 6c251d2 Revert "Revert "Add multitexture support to text and path shaders"" by Jim Van Verth · 7 years ago
  26. e7492fe Revert "Add multitexture support to text and path shaders" by Jim Van Verth · 7 years ago
  27. 7f75426 Add multitexture support to text and path shaders by Jim Van Verth · 7 years ago
  28. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  29. 964a3b0 Add explicit conversion from uint2 to float2 for Vulkan by Robert Phillips · 7 years ago
  30. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  31. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  32. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  33. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  34. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  35. 7f23543 Minor geometry processor clarification. by Brian Salomon · 7 years ago
  36. 95db9b3 Make bmp text position attribute be highp by Brian Salomon · 7 years ago
  37. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  38. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  39. 18166ee Omnibus: Push instantiation of GrTextures later (post TextureSampler) by Robert Phillips · 7 years ago
  40. 9bee2e5 Revise system for checking for uninstantiated proxies by Robert Phillips · 7 years ago
  41. 5592382 Remove setting of alpha coverage in text ops when in LCD mode by Greg Daniel · 7 years ago
  42. a91e0b7 Allow TextureSamplers to have null GrTexture pointer by Robert Phillips · 7 years ago
  43. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  44. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  45. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 7 years ago
  46. dbc8eeb Remove GrProcessorTestData's GrTextures by Robert Phillips · 7 years ago
  47. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  48. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  49. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  50. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  51. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  52. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  53. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  54. 22f939e added basic dataflow analysis to skslc by ethannicholas · 8 years ago
  55. a624bf3 Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  56. 56b7dc4 Revert of Stop flattening GrCoordTransforms in parent GrFragmentProcessors. (patchset #3 id:40001 of https://codereview.chromium.org/2339203002/ ) by bsalomon · 8 years ago
  57. d91237e Stop flattening GrCoordTransforms in parent GrFragmentProcessors. by bsalomon · 8 years ago
  58. 6cb807b Simplify adding attributes to GrGeometryProcessor by bsalomon · 8 years ago
  59. e4f2461 Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper() by bsalomon · 8 years ago
  60. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  61. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  62. b63c576 More valgrind appeasement by robertphillips · 8 years ago
  63. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  64. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 8 years ago
  65. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  66. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  67. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  68. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  69. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  70. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  71. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  72. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  73. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  74. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  75. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  76. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  77. 27b6335 On gpu, use max(r,g,b) for coverage alpha in LCD and update lcd blend gm. by egdaniel · 9 years ago
  78. 465283c Remove batchtracker by joshualitt · 9 years ago
  79. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  80. 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
  81. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  82. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  83. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  84. da04e0e Allow setting of GrBatchFontCache atlas sizes by joshualitt · 9 years ago
  85. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  86. 922c8b1 Break LCD and Bitmap text dependency on hardcoded atlas values by joshualitt · 9 years ago
  87. 9162ea9 Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (patchset #2 id:20001 of https://codereview.chromium.org/1271873002/ ) by joshualitt · 9 years ago
  88. 846b022 Break LCD and Bitmap text dependency on hardcoded atlas values by joshualitt · 9 years ago
  89. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  90. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  91. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  92. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  93. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  94. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  95. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  96. e3ababe remove localmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  97. e578a95 Remove viewmatrix from GrGeometryProcessor base class by joshualitt · 9 years ago
  98. 88c23fc remove color from GrGeometryProcessor by joshualitt · 9 years ago
  99. 1ba8cc9 removing equality / compute invariant loops from GrGeometryProcessors by joshualitt · 9 years ago
  100. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago