1. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  2. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  3. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  4. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  5. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  6. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  7. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  8. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  9. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago[Renamed (89%) from src/gpu/gl/builders/GrGLFragmentShaderBuilder.h]
  10. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  11. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  12. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  13. 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
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  16. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  17. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  18. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  19. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  20. 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
  21. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  22. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  23. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  24. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  25. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  26. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  27. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  28. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  29. 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
  30. 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
  31. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  32. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  33. 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
  34. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  35. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  36. abb52a1 Move most of the transform logic into the primitive processors by joshualitt · 10 years ago
  37. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  38. c230414 Create xfer processor backend. by egdaniel · 10 years ago
  39. 2947382 Revert of Create xfer processor backend. (patchset #6 id:100001 of https://codereview.chromium.org/764643004/) by joshualitt · 10 years ago
  40. 4dffc94 Create xfer processor backend. by egdaniel · 10 years ago
  41. c0bd648 Move shader precision out of GrShaderVar by bsalomon · 10 years ago
  42. 79f8fae OptState owns program descriptor by joshualitt · 10 years ago
  43. 74077b9 Added varying struct by joshualitt · 10 years ago
  44. c6f3e2c Revert of Added varying struct (patchset #9 id:160001 of https://codereview.chromium.org/671023002/) by joshualitt · 10 years ago
  45. 852ae80 Added varying struct by joshualitt · 10 years ago
  46. b4384b9 Bug fix for es 3.00 fb fetch by joshualitt · 10 years ago
  47. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  48. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  49. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  50. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  51. 6db9128 Add option to add precision to varyings in shader by egdaniel · 10 years ago
  52. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago