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