1. c6444d2 Enable wide color support in CCPR by Brian Osman · 7 years ago
  2. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 7 years ago
  3. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 7 years ago
  4. 1d5b598 Towards removing GrColor4f by Brian Osman · 7 years ago
  5. d25b7c1 Introduce SkRGBA4f, templated on SkAlphaType by Brian Osman · 7 years ago
  6. 81cbd03 Work toward removing SkPM4f by Brian Osman · 7 years ago
  7. 231de03 Improve inputColor handling in fragment processor implementations. by Michael Ludwig · 7 years ago
  8. b089765 Reland "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Ben Wagner · 7 years ago
  9. ab17347 Revert "Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines." by Hal Canary · 7 years ago
  10. e1bc7de Remove SK_MaxSizeT, SK_M{in|ax}U{16|32}, #defines. by Hal Canary · 7 years ago
  11. e9d172a converted ConstColorProcessor to SkSL by Ethan Nicholas · 8 years ago
  12. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 8 years ago
  13. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 8 years ago
  14. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 8 years ago
  15. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 8 years ago
  16. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 8 years ago
  17. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 8 years ago
  18. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 8 years ago
  19. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 8 years ago
  20. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 8 years ago
  21. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 8 years ago
  22. fb7c83a Compose and YUV fragment processor clone implementations by Brian Salomon · 8 years ago
  23. 62ae664 Revert "don't compose with (forced) opaque colors" by Ethan Nicholas · 8 years ago
  24. 8199559 don't compose with (forced) opaque colors by Mike Reed · 8 years ago
  25. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 8 years ago
  26. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 8 years ago
  27. f066ac9 replace 4f procs with pipeline (only called in 2 places by ganesh) by Mike Reed · 8 years ago
  28. cde9031 remove unused xfermode methods by Mike Reed · 8 years ago
  29. 6b3542a move Coeff into blendmode by Mike Reed · 8 years ago
  30. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 8 years ago
  31. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 8 years ago
  32. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 8 years ago
  33. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 8 years ago
  34. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 8 years ago
  35. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 8 years ago
  36. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 8 years ago
  37. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
  38. e026511 Fix ComposeOneFragmentProcessor coverage as alpha optimization. by Brian Salomon · 8 years ago
  39. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  40. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  41. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  42. 246a3c2 Re-enable ProcessorOptimizationValidationTest on iOS. by Brian Salomon · 9 years ago
  43. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 9 years ago
  44. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 9 years ago
  45. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 9 years ago
  46. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 9 years ago
  47. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 9 years ago
  48. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 9 years ago
  49. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 9 years ago
  50. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 9 years ago
  51. 7d954ad remove xfermode from public api by Mike Reed · 9 years ago
  52. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 9 years ago
  53. 22f939e added basic dataflow analysis to skslc by ethannicholas · 9 years ago
  54. 06ca8ec sk_sp for Ganesh. by bungeman · 9 years ago
  55. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  56. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 10 years ago
  57. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 10 years ago
  58. 783a4da Add more batch information printouts by robertphillips · 10 years ago
  59. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 10 years ago
  60. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 10 years ago
  61. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 10 years ago
  62. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 10 years ago
  63. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 10 years ago
  64. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 10 years ago
  65. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 10 years ago
  66. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 10 years ago
  67. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 10 years ago
  68. 506c802 Add helper for creating leaf FPs inside GrFP::TestCreate functions by bsalomon · 10 years ago
  69. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 10 years ago
  70. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 10 years ago
  71. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 10 years ago
  72. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 10 years ago
  73. 809e5af Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired. by wangyix · 10 years ago