1. 9d6929c Revert "Added SkSL workaround for devices which cannot safely access gl_FragCoord" by Brian Osman · 7 years ago
  2. 1001f84 Added SkSL workaround for devices which cannot safely access gl_FragCoord by Brian Osman · 7 years ago
  3. 8fd7955 Enable the GL_EXT_geometry_shader extension where necessary by Chris Dalton · 7 years ago
  4. 10ed243 Add cap on intel to avoid calling abs and floor on the same line in a shader. by Greg Daniel · 7 years ago
  5. 762d5e7 Revert "Revert "Use a dst size threshold for multitexturing images."" by Brian Salomon · 7 years ago
  6. be85ef2 Revert "Use a dst size threshold for multitexturing images." by Brian Salomon · 7 years ago
  7. edfa0d2 Use a dst size threshold for multitexturing images. by Brian Salomon · 7 years ago
  8. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  9. 3b2f5b6 Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" by Greg Daniel · 7 years ago
  10. b5fb7cf Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" by Greg Daniel · 7 years ago
  11. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  12. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  13. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  14. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  15. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  16. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 7 years ago
  17. f1b47bb Add a cap for geometry shader invocations by Chris Dalton · 7 years ago
  18. 4127456 Disable flat interpolation in TextureOp on Qualcomm by Brian Salomon · 7 years ago
  19. 195c05b Move several GrContextOptions fields behind GR_TEST_UTILS by Brian Osman · 7 years ago
  20. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  21. 8048822 Revert "Revert "Support single line objects and arrays"" by Brian Osman · 7 years ago
  22. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  23. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  24. a5a69cf Revert "Support single line objects and arrays" by Brian Osman · 7 years ago
  25. 6a7d56f Support single line objects and arrays by Brian Osman · 7 years ago
  26. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  27. 8a0044f Tiling support for GrGradientEffect kTwo_ColorType/kThree_ColorType by Florin Malita · 7 years ago
  28. dff5d43 Guard against D3D NaN/Infinity literals bug by Brian Osman · 7 years ago
  29. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  30. ac1e496 Workaround Mali static analysis bug by Brian Osman · 7 years ago
  31. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  32. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  33. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  34. 33aa2c7 Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  35. dffe982 Revert "Revert "Revert "Allow FPs to elevate default precision for the entire fragment program""" by Brian Osman · 8 years ago
  36. ec53c63 Revert "Revert "Allow FPs to elevate default precision for the entire fragment program"" by Brian Osman · 8 years ago
  37. 903c3f7 Revert "Allow FPs to elevate default precision for the entire fragment program" by Brian Osman · 8 years ago
  38. 92d7cca Allow FPs to elevate default precision for the entire fragment program by Brian Osman · 8 years ago
  39. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  40. 2e777ea Add a workaround for platforms with broken geo shader invocations by csmartdalton · 8 years ago
  41. b34727f Remove unused/barely-supported compressed GrPixelConfigs by Robert Phillips · 8 years ago
  42. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  43. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  44. d0be1ef Remove kIndex_8_GrPixelConfig by Brian Osman · 8 years ago
  45. 986563b Add Gray8 pixel config by Brian Osman · 8 years ago
  46. 4641d7d Revert "Add Gray8 pixel config" by Brian Osman · 8 years ago
  47. f295645 Add Gray8 pixel config by Brian Osman · 8 years ago
  48. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago[Renamed (72%) from src/gpu/glsl/GrGLSLCaps.cpp]
  49. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  50. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  51. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  52. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  53. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  54. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  55. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  56. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  57. 138c263 Fix various issues with framebuffer fetch by egdaniel · 8 years ago
  58. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  59. a6b92ad Infer sampler precision from pixel config by cdalton · 9 years ago
  60. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  61. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  62. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  63. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
  64. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  65. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
  66. 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
  67. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  68. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  69. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  70. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  71. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  72. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  73. 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
  74. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  75. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  76. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  77. 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
  78. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  79. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  80. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  81. 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
  82. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  83. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  84. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  85. 98a83a9 Add default for GrGLSLCaps::fGLSLGeneration by jvanverth · 9 years ago
  86. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago