1. 817fed3 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #5 id:80001 of https://codereview.chromium.org/1924183003/ ) by benjaminwagner · 8 years ago
  2. fb59164 Don't mark mipmaps dirty if uploading > 1 levels by jvanverth · 8 years ago
  3. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  4. fe635fd Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  5. adf4fa6 Ensure we're operating on the correct texture when generating mipmaps. by brianosman · 8 years ago
  6. 2e6055b Refactor to separate backend object lifecycle and GpuResource budget decision by kkinnunen · 8 years ago
  7. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  8. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  9. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  10. 7e68ab7 Remove GrTextureStorageAllocator. This was added from Chromium but never used and not expected to be used. by bsalomon · 8 years ago
  11. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  12. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  13. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  14. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  15. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  16. 6e2aad4 Add GrContext::releaseAndAbandonContext() by bsalomon · 8 years ago
  17. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  18. 3ebd276 Dirty mipmaps whenever we upload new contents for a texture. by brianosman · 8 years ago
  19. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  20. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  21. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  22. 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 · 8 years ago
  23. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  24. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  25. 7dbd45d Make max number of vertex attributes be checked dynamically by bsalomon · 8 years ago
  26. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  27. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  28. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  29. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  30. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 8 years ago
  31. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 8 years ago
  32. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  33. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 8 years ago
  34. e699d0c Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 8 years ago
  35. 28f45b9 Add "sample locations" feature to GrProcessor by cdalton · 9 years ago
  36. 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 · 9 years ago
  37. 8ee78f3 Don't allow nullptr in texels array params (unless using a transfer buffer). by bsalomon · 9 years ago
  38. 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
  39. 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
  40. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  41. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  42. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  43. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  44. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
  45. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  46. ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
  47. c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
  48. 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
  49. 9a1ed5d skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  50. 64e7533 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #19 id:380001 of https://codereview.chromium.org/1623653002/ ) by caryclark · 9 years ago
  51. b8d6e08 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  52. 793dc26 Improve GLSL integer support by cdalton · 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. af8bc7d Add support for GL_EXT_raster_multisample by cdalton · 9 years ago
  58. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  59. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  60. 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
  61. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  62. 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
  63. c92159c Move Google3-specific stack limitation logic to template classes. Remove #ifdefs in other files. by benjaminwagner · 9 years ago
  64. 9d02b26 Fix GL readback code to handle rowbytes correctly for non-32bit formats by bsalomon · 9 years ago
  65. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  66. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  67. e957331 Make A8 readbacks work from non-A8 surfaces by bsalomon · 9 years ago
  68. a990912 Don't dirty MIP chain when damage bounds is empty by bsalomon · 9 years ago
  69. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  70. 1aa2029 Add ability to query read pixels support without a render target. by bsalomon · 9 years ago
  71. 6c9cd55 Make swizzling in read/write pixel copy code more generic by bsalomon · 9 years ago
  72. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  73. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  74. eed519e Differentiate maxColorSamples and maxStencilSamples in GrCaps by egdaniel · 9 years ago
  75. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  76. 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
  77. 702501d Simplify path allocation, clean up resources correctly by kkinnunen · 9 years ago
  78. b76afed Make A8 readback work in more cases and improve testing. by bsalomon · 9 years ago
  79. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  80. 76148af Hide formats in GrGLCaps and use specific getters for different GL functions. by bsalomon · 9 years ago
  81. cdee009 Add a class representing texture swizzle. by bsalomon · 9 years ago
  82. 3183a41 Revert of Add a class representing texture swizzle. (patchset #6 id:100001 of https://codereview.chromium.org/1567733005/ ) by mtklein · 9 years ago
  83. 1a1efea Add a class representing texture swizzle. by bsalomon · 9 years ago
  84. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  85. 7928ef6 Move read pixels format info into ConifgInfo in GrGLCaps by bsalomon · 9 years ago
  86. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  87. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  88. a11e5fc Remove GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  89. 2555ee2 Remove some unneeded calls to GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  90. 926cb02 Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry. by bsalomon · 9 years ago
  91. 102b07e Remove dead code for glTexStorage by bsalomon · 9 years ago
  92. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  93. 62a627b Move the GrGLGpu config stencil format index into ConfigTable by bsalomon · 9 years ago
  94. 54c6fe8 Generate a table of config->glformat info. Precursor to lifting this to caps. by bsalomon · 9 years ago
  95. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  96. 6176bc1 Add helper for determining whether to use sized internal format in GL by bsalomon · 9 years ago
  97. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  98. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  99. 6dea83f Add option to draw wireframe batch bounds by bsalomon · 9 years ago
  100. e2725f5 Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of https://codereview.chromium.org/1494473005/ ) by scroggo · 9 years ago