1. d9971c0 Fix DeferredTextureImage test on Mac by Robert Phillips · 7 years ago
  2. 7294b85 Revert "Remove origin field from GrSurface" by Robert Phillips · 7 years ago
  3. df0e09f Remove origin field from GrSurface by Robert Phillips · 7 years ago
  4. 066f020 Reduce dependence on GrSurface's origin field (take 3) by Robert Phillips · 7 years ago
  5. 6af2a66 Revert "Reduce dependence on GrSurface's origin field (take 2)" by Robert Phillips · 7 years ago
  6. 22115b4 Reduce dependence on GrSurface's origin field (take 2) by Robert Phillips · 7 years ago
  7. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  8. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  9. d62f554 Fix WrappedProxyTest for sample count change by Greg Daniel · 7 years ago
  10. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  11. 646e429 Retract GrTexture*.h & GrRenderTarget*.h from other headers by Robert Phillips · 7 years ago
  12. db40620 Re-enable deferred proxies in Chrome by Robert Phillips · 7 years ago
  13. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  14. eee4d6e Make instantiate return a Boolean by Robert Phillips · 7 years ago
  15. 8bf1f9f Disable deferred proxies for M60 branch by Robert Phillips · 7 years ago
  16. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  17. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  18. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  19. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  20. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  21. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 7 years ago
  22. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 7 years ago
  23. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 7 years ago
  24. 78de212 Prevent creation of zero-sized proxies by Robert Phillips · 7 years ago
  25. 41cf197 Update ProxyTest to skip configs that don't support the requested sample counts by Greg Daniel · 7 years ago
  26. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  27. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  28. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  29. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  30. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  31. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  32. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  33. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  34. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 7 years ago
  35. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 7 years ago
  36. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 7 years ago
  37. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 7 years ago
  38. 24429c6 Move GrTextureProvider to src by Brian Osman · 7 years ago
  39. 7928e76 Disable deferred gpu resources for Chrome branch by Robert Phillips · 7 years ago
  40. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 7 years ago
  41. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 7 years ago
  42. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 7 years ago
  43. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 7 years ago
  44. 40d9495 Add test for outre GrSurfaceProxy requests by Robert Phillips · 7 years ago
  45. b446088 Fix computation of texture size for approximately-fit deferred proxies by Robert Phillips · 8 years ago
  46. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  47. ec2249f Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & GrRenderTargetProxy by Robert Phillips · 8 years ago
  48. 3743013 Consolidate GrSurfaceProxy Make methods by Robert Phillips · 8 years ago
  49. 84a8120 Add GrTextureRenderTargetProxy and support switching between RT & Tex Proxies by Robert Phillips · 8 years ago
  50. abacf09 Update ProxyTests by Robert Phillips · 8 years ago
  51. 8bc06d0 Back SkSpecialImage_Gpu with a GrTextureProxy by Robert Phillips · 8 years ago
  52. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  53. bf4a8f9 Improve usage of window rectangles by csmartdalton · 8 years ago
  54. c3bfcb8 Revert of Improve usage of window rectangles (patchset #9 id:160001 of https://codereview.chromium.org/2289363005/ ) by caryclark · 8 years ago
  55. db42be9 Improve usage of window rectangles by csmartdalton · 8 years ago
  56. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  57. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  58. ab527a5 Enable many more tests for Vulkan by egdaniel · 8 years ago
  59. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  60. d0e36a9 Fix AllocedProxyTest on Mesa by robertphillips · 8 years ago
  61. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  62. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  63. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  64. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  65. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago