1. 1d61635 Add support for instanced draws by Chris Dalton · 8 years ago
  2. ac1e496 Workaround Mali static analysis bug by Brian Osman · 8 years ago
  3. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  4. 2e777ea Add a workaround for platforms with broken geo shader invocations by csmartdalton · 8 years ago
  5. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 9 years ago
  6. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 9 years ago
  7. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 9 years ago[Renamed (68%) from src/gpu/glsl/GrGLSLCaps.h]
  8. f9f4512 Reland image storage with fixes. by Brian Salomon · 9 years ago
  9. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 9 years ago
  10. be34882 Initial OpenGL Image support. by Brian Salomon · 9 years ago
  11. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 9 years ago
  12. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 9 years ago
  13. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 9 years ago
  14. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 9 years ago
  15. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 9 years ago
  16. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 9 years ago
  17. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 9 years ago
  18. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 9 years ago
  19. 434c534 Add integer texture support. by Brian Salomon · 9 years ago
  20. 18fa642 chmod -x *.cpp *.h by Hal Canary · 9 years ago
  21. e78d487 Clamp Vulkan caps to INT_MAX by jvanverth · 9 years ago
  22. 138c263 Fix various issues with framebuffer fetch by egdaniel · 9 years ago
  23. bb9c4e4 Store GLSL max samplers using uint32_t rather than uint8_t by bsalomon · 9 years ago
  24. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  25. a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
  26. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  27. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  28. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  29. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  30. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  31. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  32. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  33. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  34. fa89632 Move some program building utils from GL to GLSL by egdaniel · 10 years ago
  35. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 10 years ago
  36. cdee009 Add a class representing texture swizzle. by bsalomon · 10 years ago
  37. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 10 years ago
  38. 1a1efea Add a class representing texture swizzle. by bsalomon · 10 years ago
  39. 8e03b8a Always use high precision on NDS transform by joel.liang · 10 years ago
  40. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 10 years ago
  41. 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 · 10 years ago
  42. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 10 years ago
  43. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 10 years ago
  44. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 10 years ago
  45. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 10 years ago
  46. 4036674 Create swizzle table inside of glsl caps by egdaniel · 10 years ago
  47. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 10 years ago
  48. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 10 years ago
  49. 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
  50. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 10 years ago
  51. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 10 years ago
  52. 2766c00 remove SkInstCnt by mtklein · 10 years ago
  53. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 10 years ago