1. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  2. d5f9cdd Add SkSurface_Gpu::MakeWrappedRenderTarget method by Robert Phillips · 7 years ago
  3. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  4. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  5. 344e903 Prefer fullscreen clears on Qualcomm/GL by Chris Dalton · 7 years ago
  6. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  7. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  8. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  9. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  10. 207282e Make GrBackendTexture take Gr*Info refs in ctor, and copy them. by Greg Daniel · 7 years ago
  11. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  12. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  13. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  14. 7ef28f3 Revert "Revert "Plumb GrBackendTexture throughout skia."" by Greg Daniel · 7 years ago
  15. 7fa5c31 Revert "Plumb GrBackendTexture throughout skia." by Stan Iliev · 7 years ago
  16. 7da62b9 Plumb GrBackendTexture throughout skia. by Greg Daniel · 7 years ago
  17. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  18. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  19. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  20. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  21. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  22. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  23. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  24. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  25. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  26. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  27. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  28. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  29. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  30. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  31. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  32. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  33. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  34. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  35. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  36. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  37. 739c5bf Revert "Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear."" by Brian Salomon · 8 years ago
  38. ce4d04a Revert "Limit GL_TEXTURE_RECTANGLE filtering to bilinear." by Ben Wagner · 8 years ago
  39. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  40. 4d53c44 Limit GL_TEXTURE_RECTANGLE filtering to bilinear. by Brian Salomon · 8 years ago
  41. 8b1fb74 Make more tests exercise rendertargetless textures. by Brian Salomon · 8 years ago
  42. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  43. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  44. 4fd74ae Move GrContext::makeDrawContext to new GrContextPriv object by robertphillips · 8 years ago
  45. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  46. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  47. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  48. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  49. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  50. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  51. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  52. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  53. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  54. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  55. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  56. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  57. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  58. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  59. 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
  60. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  61. 2a641ee Fix compile error in Google3 build. by benjaminwagner · 9 years ago
  62. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago