1. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  2. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  3. 5af9ea3 renamed SkSL types in preparation for killing precision modifiers by Ethan Nicholas · 7 years ago
  4. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  5. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  6. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  7. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  8. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  9. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  10. 5338f99 rectangle texture scaling is now handled in skslc by Ethan Nicholas · 7 years ago
  11. c624d9d Refactor GrColorSpaceXformHelper by Brian Osman · 7 years ago
  12. 75864b0 Add GrGLSLShaderBuilder::declareGlobal by csmartdalton · 7 years ago
  13. 0bd783f Clamp premul colors correctly after a gamut change by Brian Osman · 8 years ago
  14. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  15. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  16. 2b3dab6 removed textureProj() and legacy texture functions from sksl by Ethan Nicholas · 8 years ago
  17. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  18. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  19. 1fc83b1 removed appendPrecisionModifier by Ethan Nicholas · 8 years ago
  20. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  21. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  22. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  23. 5192475 Two changes: by brianosman · 8 years ago
  24. 8d91490 Fix color gamut xform matrices in GPU code by brianosman · 8 years ago
  25. 77320db Add color gamut xform helpers to GrGLSLShaderBuilder by brianosman · 8 years ago
  26. 990dbc8 Add Texture2D and Sampler GrSLTypes by egdaniel · 8 years ago
  27. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  28. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  29. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  30. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  31. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  32. 1f50acf Add appendPrecisionModifier method to GrGLSLShaderBuilder by cdalton · 8 years ago
  33. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  34. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 8 years ago
  35. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 8 years ago
  36. 533cefe Add infastructure for gl_SampleMask by cdalton · 8 years ago
  37. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  38. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 8 years ago
  39. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  40. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  41. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  42. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  43. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  44. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  45. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago[Renamed (77%) from src/gpu/gl/builders/GrGLShaderBuilder.cpp]
  46. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  47. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  48. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  49. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  50. c8a66eb Fix assert in GrGLShaderBuilder regarding shader outputs by egdaniel · 9 years ago
  51. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  52. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  53. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  54. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  57. 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
  58. 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
  59. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  60. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  61. e4017d8 Add layout qualifiers to GrGLShaderBuilder by cdalton · 9 years ago
  62. 43466a1 Multi-string shaders by joshualitt · 9 years ago
  63. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 9 years ago
  64. 1c3c2d8 Multi-string shaders by joshualitt · 9 years ago
  65. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  66. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  67. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  68. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  69. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  70. 23e280d Changes to remove program effects builder by joshualitt · 10 years ago
  71. 408d612 Breaking out full program and frag only by joshualitt · 10 years ago
  72. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  73. b2f94d1 Use highp for gpu bezier effects by egdaniel · 10 years ago
  74. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago