1. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  2. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  3. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  4. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  5. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 8 years ago
  6. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 8 years ago
  7. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 8 years ago
  8. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 8 years ago
  9. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 8 years ago
  10. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 8 years ago
  11. 1afd4cd Add GrProxyProvider by Robert Phillips · 8 years ago
  12. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 8 years ago
  13. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 8 years ago
  14. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 8 years ago
  15. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 8 years ago
  16. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  17. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 8 years ago
  18. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 8 years ago
  19. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  20. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 8 years ago
  21. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 8 years ago
  22. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 8 years ago
  23. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  24. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  25. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
  26. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  27. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  28. c65aec9 Make GrClip.h private by Brian Salomon · 8 years ago
  29. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  30. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  31. 655f347 Revert "Revert "Revert "Revert "Move GrTextureProvider to src"""" by Brian Osman · 8 years ago
  32. 580ffa0 Revert "Revert "Revert "Move GrTextureProvider to src""" by Brian Osman · 8 years ago
  33. 2fe8373 Revert "Revert "Move GrTextureProvider to src"" by Brian Osman · 8 years ago
  34. 13d7f5d Revert "Move GrTextureProvider to src" by Brian Osman · 8 years ago
  35. 24429c6 Move GrTextureProvider to src by Brian Osman · 8 years ago
  36. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  37. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 9 years ago
  38. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 9 years ago
  39. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 9 years ago
  40. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 9 years ago
  41. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 9 years ago
  42. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 9 years ago
  43. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 9 years ago
  44. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 9 years ago
  45. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 9 years ago
  46. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 9 years ago
  47. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 9 years ago
  48. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 9 years ago
  49. 851c238 Skip the sRGB mip-map testing on command buffer by brianosman · 9 years ago
  50. 2047189 Two (related) changes here: by brianosman · 9 years ago
  51. a6abb57 Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #12 id:220001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 9 years ago
  52. 1aeb78c Two (related) changes here: by brianosman · 9 years ago
  53. 0a2782c Revert of Enable sRGB on iOS, make sRGB decode support optional (patchset #11 id:200001 of https://codereview.chromium.org/2539993002/ ) by brianosman · 9 years ago
  54. 9db12d2 Two (related) changes here: by brianosman · 9 years ago
  55. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 9 years ago
  56. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 9 years ago
  57. aeac5d8 Change comments to refer to "render target context" rather than "draw context" by Brian Salomon · 9 years ago
  58. 7d954ad remove xfermode from public api by Mike Reed · 9 years ago
  59. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 9 years ago
  60. 526972e Rename all color space factories from New* to Make* by Brian Osman · 9 years ago
  61. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 9 years ago
  62. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 9 years ago
  63. 3a0dbde Remove SkSurfaceProps gamma-correctness flag entirely. by brianosman · 9 years ago
  64. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 9 years ago
  65. 9061aa4 Create DCs instead of textures in SRGBMipMaps test by bsalomon · 9 years ago
  66. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 9 years ago
  67. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 9 years ago