1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  4. c85ce7c Use sktarray.begin() instead of &sktarray[0]. by bungeman · 8 years ago
  5. 18300a3 detach -> release by mtklein · 8 years ago
  6. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 8 years ago
  7. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 8 years ago
  8. c04ce67 Add caps and GL API for buffer texture by cdalton · 8 years ago
  9. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 8 years ago
  10. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  11. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  12. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  13. 8d988b3 Add support for 2x2 matrices by cdalton · 8 years ago
  14. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 8 years ago
  15. d331259 Revert of Don't allow nullptr in texels array params (unless using a transfer buffer). (patchset #3 id:60001 of https://codereview.chromium.org/1765633002/ ) by bsalomon · 8 years ago
  16. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  17. 68c63b3 Avoid drawing NVPR DIF text when text size is 0 by kkinnunen · 8 years ago
  18. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  19. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 8 years ago
  20. 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 8 years ago
  21. 790d513 This CL adds glTexStorage support. by cblume · 8 years ago
  22. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  23. 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 8 years ago
  24. eb79eea Include glGetMultisamplefv API by cdalton · 8 years ago
  25. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  26. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  27. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  28. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  29. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 8 years ago
  30. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 8 years ago
  31. 69c1b24 Include glGetMultisamplefv API by cdalton · 8 years ago
  32. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  33. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 8 years ago
  34. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 8 years ago
  35. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  36. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 8 years ago
  37. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 8 years ago
  38. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 8 years ago
  39. babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 8 years ago
  40. 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 8 years ago
  41. 533cefe Add infastructure for gl_SampleMask by cdalton · 8 years ago
  42. c08f196 Use noperspective interpolation for 2D draws by cdalton · 8 years ago
  43. 083617b Make copySurface work in more situations. by bsalomon · 8 years ago
  44. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  45. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  46. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 8 years ago
  47. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 8 years ago
  48. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 8 years ago
  49. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 8 years ago
  50. b80ec8b Add some backend flexibility for shader declarations in ProgramBuilding. by egdaniel · 8 years ago
  51. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  52. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  53. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  54. f1036b2 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #17 id:340001 of https://codereview.chromium.org/1623653002/ ) by bsalomon · 9 years ago
  55. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  56. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  57. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  58. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  59. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  60. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  61. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  62. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  63. 2829bb7 Make helper function on GrGLSLProgramDataManager non virtual by egdaniel · 9 years ago
  64. 67e8bd2 Revert of Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. (patchset #2 id:50001 of https://codereview.chromium.org/1656143003/ ) by benjaminwagner · 9 years ago
  65. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  66. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 9 years ago
  67. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  68. b8909d3 Revert "Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed" by bsalomon · 9 years ago
  69. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  70. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  71. 1517f93 Avoid updating glPathStencilFunc unless it changes by kkinnunen · 9 years ago
  72. 1dc85cd Enable GL_CHROMIUM_bind_uniform_location, command buffer is fixed by kkinnunen · 9 years ago
  73. 7bdb05d Do not try to get fragment input locations with CHROMIUM_path_rendering by kkinnunen · 9 years ago
  74. 9f63b44 Make BGRA8888 renderable on CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  75. a990912 Don't dirty MIP chain when damage bounds is empty by bsalomon · 9 years ago
  76. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  77. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  78. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  79. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  80. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  81. 4e8f567 add wait on fence without flush by joshualitt · 9 years ago
  82. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  83. c1e7101 Make GrGLProgramBuilder a local stack variable in CreateProgram by egdaniel · 9 years ago
  84. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  85. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  86. ae04ecf Fix GL texture target program key by bsalomon · 9 years ago
  87. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  88. 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
  89. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  90. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  91. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  92. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  93. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  94. 65859ec Fix uninit texture key with odd number of textures by bsalomon · 9 years ago
  95. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  96. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  97. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  98. 41e4384e Move config texturability/renderability to config table. by bsalomon · 9 years ago
  99. 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
  100. 32a3cd2 Move config texturability/renderability to config table. by bsalomon · 9 years ago