1. d214d6a Revert of Turned on SkSL->GLSL compiler (patchset #41 id:880001 of https://codereview.chromium.org/2288033003/ ) by fmalita · 8 years ago
  2. f008b0a Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  3. 29111a3 Revert of Turned on SkSL->GLSL compiler (patchset #37 id:800001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  4. b12b3c6 Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  5. 1a1aa93 Remove unneeded GrGLSLTransformedCoordsArray type by bsalomon · 8 years ago
  6. a316395 Revert of Turned on SkSL->GLSL compiler (patchset #12 id:220001 of https://codereview.chromium.org/2288033003/ ) by ethannicholas · 8 years ago
  7. 9b0fe3d Turned on SkSL->GLSL compiler by ethannicholas · 8 years ago
  8. bd4121a Fix fb variable name in GLSL by egdaniel · 8 years ago
  9. 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
  10. 9b03e7b GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  11. 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
  12. 4ef6dfa GrFP can express distance vector field req., program builder declares variable for it by dvonbeck · 8 years ago
  13. 0d28e57 Fix caching of sample locations by csmartdalton · 8 years ago
  14. 42e6798 Revert of Fix caching of sample locations (patchset #3 id:40001 of https://codereview.chromium.org/2111423002/ ) by rmistry · 8 years ago
  15. 09d49a3 Fix caching of sample locations by csmartdalton · 8 years ago
  16. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  17. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  18. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  19. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
  20. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  21. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  22. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  23. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  24. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  25. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 9 years ago
  26. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  27. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  28. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  29. ae47418 Add ability to add general layout qualifiers GrGLSLShaderVar by egdaniel · 9 years ago
  30. 1cbb5ea Switch fragment coordinate to 'highp' to fix various broken GMs. by ethannicholas · 9 years ago
  31. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  32. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  33. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago[Renamed (87%) from src/gpu/gl/builders/GrGLFragmentShaderBuilder.cpp]
  34. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  35. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  36. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  37. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  38. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  39. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  40. 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
  41. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  42. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  43. 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
  44. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  45. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  46. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  47. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  48. 18c58c7 Possible fix Moto E compilation failure by robertphillips · 9 years ago
  49. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  50. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  51. 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
  52. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  53. 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
  54. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  55. 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
  56. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  57. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  58. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  59. e4017d8 Add layout qualifiers to GrGLShaderBuilder by cdalton · 9 years ago
  60. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  61. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  62. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  63. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  64. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  65. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  66. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  67. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  68. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  69. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  70. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  71. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  72. 3c1096f fix for FB fetch on nexus 10 ES3.0 by joshualitt · 10 years ago
  73. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  74. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  75. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  76. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  77. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  78. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  79. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  80. c92aadc clean up default precision handling by bsalomon · 10 years ago
  81. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  82. 74077b9 Added varying struct by joshualitt · 10 years ago
  83. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  84. 852ae80 Added varying struct by joshualitt · 10 years ago
  85. b4384b9 Bug fix for es 3.00 fb fetch by joshualitt · 10 years ago
  86. 63a9f84 Revert of Revert of Support GLSL es 3.00 (patchset #1 id:1 of https://codereview.chromium.org/661603009/) by rmistry · 10 years ago
  87. 79b2b1f Revert of Support GLSL es 3.00 (patchset #5 id:80001 of https://codereview.chromium.org/659443007/) by rmistry · 10 years ago
  88. 62372bc Support GLSL es 3.00 by joshualitt · 10 years ago
  89. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  90. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  91. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  92. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  93. c064824 Calculate Primary and Secondary output types in the GrOptDrawState by egdaniel · 10 years ago
  94. 754f4e9 Add counting of some GL calls by robertphillips · 10 years ago
  95. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  96. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  97. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  98. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago