1. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  2. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  3. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  4. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  5. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  6. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  7. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  8. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  9. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  10. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  11. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  12. 23e5666 Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ ) by bsalomon · 9 years ago
  13. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  14. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  15. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  16. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  17. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  18. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  19. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  20. 4999df8 Revert of Move config texturability/renderability to config table (patchset #8 id:140001 of https://codereview.chromium.org/1563443002/ ) by egdaniel · 9 years ago
  21. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  22. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  23. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  24. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  25. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  26. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  27. ea40943 Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  28. b3685c8 Use BRGA as internal format on later iOS by jvanverth · 9 years ago
  29. 8e03b8a Always use high precision on NDS transform by joel.liang · 9 years ago
  30. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  31. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  32. 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
  33. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  34. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  35. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  36. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  37. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  38. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  39. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  40. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  41. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  42. 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
  43. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  44. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  45. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  46. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  47. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  48. 0a48233 Fix GLCaps order for CoreProfile by egdaniel · 9 years ago
  49. 05ded89 Fix gl caps for mixed sample support by egdaniel · 9 years ago
  50. e72bd02 Disable MIP mapping on PowerVR 54x. This GPU spews a lot of errors when using GenerateMipMaps. by bsalomon · 9 years ago
  51. cae0085 Force the s4 to use highp for transforming to NDS by egdaniel · 9 years ago
  52. 2a459ff Fix force high precision for arm gpus by egdaniel · 9 years ago
  53. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  54. 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
  55. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  56. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  57. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  58. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  59. 56f38fb disable kIndex_8 gpu support for now -- seems to always be slower by reed · 9 years ago
  60. ff1d547 Calculate pixel config and stencil fmt pairs once per pixel config. by egdaniel · 9 years ago
  61. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  62. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  63. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  64. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  65. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  66. 88c7b98 Make ANGLE perf decisions be runtime rather than compile time by bsalomon · 9 years ago
  67. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  68. bf49e46 Make it possible to toggle MSAA for ES (EXT_multisample_compatibility) by kkinnunen · 9 years ago
  69. 58b4395 Disable SRGB support on PowerVR Rogue due to SRGBReadWritePixels failure by bsalomon · 9 years ago
  70. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  71. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  72. 9764c40 Workaround for blacklist KHR_blend_equation_advanced on ARM GPU by joel.liang · 9 years ago
  73. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  74. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  75. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  76. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  77. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  78. 5800155 add drawArraysInstanced to caps by joshualitt · 9 years ago
  79. bc23375 Turn off buffer mapping in Chromium by bsalomon · 9 years ago
  80. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  81. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  82. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  83. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  84. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  85. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  86. 5599996 disable floating point textures if GLSL version is < 330 by joshualitt · 9 years ago
  87. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 9 years ago
  88. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 9 years ago
  89. 07a8fc8 Blacklist ARM from advanced blend by cdalton · 9 years ago
  90. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  91. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  92. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  93. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 9 years ago
  94. dded696 Implement support for mixed sampled render targets by vbuzinov · 9 years ago
  95. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 9 years ago
  96. bc50e5c Disable dual source blending support when GLSL version is too old by bsalomon · 9 years ago
  97. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  98. e5b74c6 Set GeometryBufferMapThreshold defaults by joshualitt · 9 years ago
  99. 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
  100. c59a1df Stretch small textures up to 16 pixels on PowerVR 54x by bsalomon · 9 years ago