1. bb76ace Fall back to non mipped Texture when we can't copy base to mipped texture by Greg Daniel · 7 years ago
  2. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 7 years ago
  3. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  4. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  5. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  6. 57bc3ea Expose srgbDecodeDisableSupport in GrCaps by Brian Osman · 7 years ago
  7. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  8. c588603 Move GrTypesPriv.h to include/private by Brian Salomon · 7 years ago
  9. 9bada54 Revert "Revert "Expand partial render target write pixels workaround."" by Brian Salomon · 8 years ago
  10. 3ea1798 Remove ImmediateFlush mode by Robert Phillips · 8 years ago
  11. 1d61635 Add support for instanced draws by Chris Dalton · 8 years ago
  12. fdd1170 Revert "Expand partial render target write pixels workaround." by Brian Salomon · 8 years ago
  13. 0cc507d Expand partial render target write pixels workaround. by Brian Salomon · 8 years ago
  14. 1c21431 Revert "Clear atlas textures at creation in Chrome" by Brian Salomon · 8 years ago
  15. 8785df1 Clear atlas textures at creation in Chrome by Brian Salomon · 8 years ago
  16. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 8 years ago
  17. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 8 years ago
  18. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 8 years ago
  19. b7b7e5f Add fixes & test for isConfigTexturable and isConfigRenderable by Robert Phillips · 8 years ago
  20. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 8 years ago
  21. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 8 years ago
  22. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 8 years ago
  23. fbdc080 Add wireframe mode to Viewer. by Jim Van Verth · 8 years ago
  24. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  25. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 8 years ago
  26. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 8 years ago
  27. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 8 years ago
  28. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 8 years ago
  29. 7448088 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  30. ec61785 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Mike Klein · 8 years ago
  31. d58f040 Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  32. 84eef51 Revert "Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup" by Brian Salomon · 8 years ago
  33. e0ff6ab Respect kRectsMustMatchForMSAASrc_BlitFramebufferFlag in dst setup by Eric Karl · 8 years ago
  34. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 8 years ago
  35. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  36. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  37. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  38. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  39. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  40. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  41. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  42. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  43. 4c18b62 Add ES 3.0 fallback for instanced rendering by csmartdalton · 8 years ago
  44. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  45. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 8 years ago
  46. 2b5f2cb Move multisampleDisableSupport into GrCaps by csmartdalton · 9 years ago
  47. 9837740 Simplify GrSWMaskHelper by robertphillips · 9 years ago
  48. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 9 years ago
  49. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  50. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  51. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  52. 64d094d Require sRGB write control for sRGB support. Add flag to GrPaint to suppress linear -> sRGB conversion on write. Use that to fix YUV conversion, which directly produces sRGB data. (Technically, it produces data in whatever the color space of the JPEG might be). by brianosman · 9 years ago
  53. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  54. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  55. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 9 years ago
  56. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  57. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  58. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  59. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  60. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  61. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  62. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
  63. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  64. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  65. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  66. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  67. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  68. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  69. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  70. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  71. 4897ff2 Move atomicinc in GrTracing to behind branch by joshualitt · 9 years ago
  72. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  73. 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
  74. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago
  75. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  76. 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
  77. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  78. d472792 Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ ) by cdalton · 9 years ago
  79. 14184d5 Fix mixed samples stencil clip by cdalton · 9 years ago
  80. 63f6c1f Loosen requirements for mixed samples support by cdalton · 9 years ago
  81. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  82. 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
  83. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  84. 8c07b7a Allow max tile size to be overridden separately from max texture size. by bsalomon · 9 years ago
  85. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  86. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  87. 6392668 Add ANGLE workaround to prefer flushes over VRAM usage by robertphillips · 9 years ago
  88. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  89. 51c8d40 Move some work from backend onClear to base class clear by egdaniel · 9 years ago
  90. 16921ec SRGB read and write pixels working and unit test by bsalomon · 9 years ago
  91. 5800155 add drawArraysInstanced to caps by joshualitt · 10 years ago
  92. 2766c00 remove SkInstCnt by mtklein · 10 years ago
  93. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 10 years ago
  94. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 10 years ago
  95. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 10 years ago
  96. 83bc229 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  97. 274980c Revert of Work around for nexus 6 TexSubImage issue (patchset #4 id:60001 of https://codereview.chromium.org/1173203005/) by joshualitt · 10 years ago
  98. c69fe20 Work around for nexus 6 TexSubImage issue by joshualitt · 10 years ago
  99. 1dd0542 Review URL: https://codereview.chromium.org/1166513002 by cdalton · 10 years ago
  100. 4cd6713 Init GrGLSLCaps fields from inside GrGLCaps by cdalton · 10 years ago