1. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  2. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  3. f3eac71 Revert "fix for uninitialized GrGLSLFragmentShaderBuilder field" by Ethan Nicholas · 7 years ago
  4. 4543e75 fix for uninitialized GrGLSLFragmentShaderBuilder field by Ethan Nicholas · 7 years ago
  5. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  6. fb4a20c Remove kDefault_GrSurfaceOrigin by Robert Phillips · 7 years ago
  7. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  8. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  9. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  10. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  11. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  12. e23bffd Remove support in GPU backend for distance vector field. by Brian Salomon · 7 years ago
  13. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  14. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 7 years ago
  15. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 7 years ago
  16. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 7 years ago
  17. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 7 years ago
  18. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  19. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  20. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 7 years ago
  21. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 7 years ago
  22. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  23. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  24. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  25. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  26. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  27. 6762dd6 baked in a few more precision modifiers by Ethan Nicholas · 8 years ago
  28. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  29. c633abb Remove GrStencilSettings from GrPipeline by csmartdalton · 8 years ago
  30. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  31. ac66ae6 Revert "re-land of skslc now automatically turns on derivatives support" by Mike Klein · 8 years ago
  32. d7d1997 re-land of skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  33. 37269ff Revert "skslc now automatically turns on derivatives support" by Ethan Nicholas · 8 years ago
  34. 311742b skslc now automatically turns on derivatives support by Ethan Nicholas · 8 years ago
  35. 5961bc9 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  36. 9df16b5 Revert of Turned on SkSL->GLSL compiler (patchset #49 id:1240001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  37. ccb1dd8 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  38. 4824cf4 Revert of Turned on SkSL->GLSL compiler (patchset #48 id:1220001 of https://codereview.chromium.org/2288033003/ ) by mtklein · 8 years ago
  39. dcfe6db Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  40. 15341a2 Revert of Turned on SkSL->GLSL compiler (patchset #47 id:1200001 of https://codereview.chromium.org/2288033003/ ) by jvanverth · 8 years ago
  41. 08b2ccf Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  42. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  43. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  44. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  45. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  46. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  47. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  48. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  49. bd4121a Fix fb variable name in GLSL by egdaniel · 8 years ago
  50. 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
  51. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  52. 02aed95 Revert of GrFP can express distance vector field req., program builder declares variable for it (patchset #20 id:370001 of https://codereview.chromium.org/2114993002/ ) by mtklein · 8 years ago
  53. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  54. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  55. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  56. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  57. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  58. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  59. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 8 years ago
  60. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 8 years ago
  61. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 8 years ago
  62. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  63. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 8 years ago
  64. 533cefe Add infastructure for gl_SampleMask by cdalton · 8 years ago
  65. c08f196 Use noperspective interpolation for 2D draws by cdalton · 8 years ago
  66. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 8 years ago
  67. 2279325 added support for PLS path rendering by ethannicholas · 8 years ago
  68. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 8 years ago
  69. 7df3f5e added support for PLS path rendering by ethannicholas · 8 years ago
  70. ae47418 Add ability to add general layout qualifiers GrGLSLShaderVar by egdaniel · 8 years ago
  71. 1cbb5ea Switch fragment coordinate to 'highp' to fix various broken GMs. by ethannicholas · 9 years ago
  72. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  73. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  74. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago[Renamed (87%) from src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp]
  75. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  76. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  77. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  78. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  79. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  80. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  81. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  82. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  83. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  84. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  85. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  86. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  87. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  88. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  89. 18c58c7 Possible fix Moto E compilation failure by robertphillips · 9 years ago
  90. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  91. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  92. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  93. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  94. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  95. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  96. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  97. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  98. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  99. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  100. e4017d8 Add layout qualifiers to GrGLShaderBuilder by cdalton · 9 years ago