1. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  2. b74ef03 Hide GrPaint copy constructor and add GrPaint::Clone and remove MoveOrNew and MoveOrCopy. by Brian Salomon · 7 years ago
  3. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  4. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  5. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  6. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  7. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  8. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  9. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  10. 901f29a Allow GrSingleTextureEffect to take GrTextureProxies by Robert Phillips · 8 years ago
  11. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  12. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  13. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  14. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  15. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  16. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  17. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  18. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  19. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  20. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  21. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  22. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  23. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  24. 02fa32c Move GrFixedClip into src directory by csmartdalton · 8 years ago
  25. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  26. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  27. 677da9d Minor GrRenderTarget retraction by robertphillips · 8 years ago
  28. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  29. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  30. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  31. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  32. 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
  33. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  34. 2e1e51f GrDrawContext now holds GrRenderTarget pointer by robertphillips · 9 years ago
  35. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  36. c9a3706 Limit lifetime of GrDrawContext objects by robertphillips · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  39. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  40. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  41. 570d2f8 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  42. 2907059 Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/) by joshualitt · 10 years ago
  43. 586d5d6 I'd really like to land this before the branch so speedy reviews are appreciated. by joshualitt · 10 years ago
  44. 25d9c15 Pass Rendertarget into context. by joshualitt · 10 years ago
  45. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  46. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
  47. 1c40292 remove unused GM flags by mtklein · 10 years ago
  48. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  49. 752e7eb Cleanup: Another round of override fixes. by tfarina · 10 years ago
  50. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  51. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  52. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  53. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  54. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  55. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  56. dcabb05 Make GrCacheable implement its own ref counting. by bsalomon · 10 years ago
  57. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  58. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  59. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  60. beede90 texdata gm: allocate gTextureData on the heap. by commit-bot@chromium.org · 11 years ago
  61. 1d5bbb2 Spin off incidental changes from DM CL (22839016). by commit-bot@chromium.org · 11 years ago
  62. 62b50b7 Have GMs read the GrContext via a setter/getter rather than a global. by mtklein@google.com · 11 years ago
  63. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  64. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  65. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  66. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  67. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  68. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  69. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  70. c978478 Make gms use getTopDevice() rather than getDevice(). by bsalomon@google.com · 11 years ago
  71. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  72. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  73. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  74. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  75. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  76. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  77. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  78. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  79. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  80. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  81. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  82. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  83. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  84. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  85. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  86. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  87. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  88. a68937c Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system. by bsalomon@google.com · 12 years ago
  89. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  90. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 12 years ago
  91. 56c79b1 Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack by robertphillips@google.com · 12 years ago
  92. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago
  93. 75b3c96 Move clientID into texture desc by robertphillips@google.com · 12 years ago
  94. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  95. 78d6cf9 Remove GrAALevel enum, use explicit sample count by bsalomon@google.com · 13 years ago
  96. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  97. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  98. 5bc34f0 Remove fConfig/fFormat union in GrTextureDesc by bsalomon@google.com · 13 years ago
  99. 6f37951 Make all pixel ops go thru ctx so we can correctly flush. Unify two texture upload code paths. by bsalomon@google.com · 13 years ago
  100. c436499 [GPU] Add explicit byte order and PM vs. UPM 8888 configs by bsalomon@google.com · 13 years ago