1. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  2. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  3. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  4. 7ea46bf Remove test suppresion for ANGLE GLPrograms test by Brian Osman · 7 years ago
  5. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  6. 96271cd Require clone() be implemented by GrFragmentProcessor subclasses by Brian Salomon · 7 years ago
  7. b17e639 Add clone methods to unit test GrFragmentProcessor classes by Brian Salomon · 7 years ago
  8. 16d8ec6 Pull non-substantive changes out of omnibus GrSurface CL by Robert Phillips · 7 years ago
  9. 1c05364 Make GrProcessorTestFactory be templated on smart ptr class rather than processor class. by Brian Salomon · 7 years ago
  10. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  11. 9f772a4 Skip GLPrograms test on D3D9 ANGLE to avoid NaN literals bug by Brian Osman · 7 years ago
  12. f4d57d6 Tweak GLPrograms random seed to "fix" ANGLE bots by Brian Osman · 7 years ago
  13. 0c26a9d GR_TEST_UTILS fixes by Brian Salomon · 7 years ago
  14. 1c9686b Speculative "fix" for crash in analyzeProcessors by Robert Phillips · 7 years ago
  15. 78325c1 Restrict max levels for D3D Angle on GLPrograms test as well by Greg Daniel · 7 years ago
  16. d895ca6 Limit number of stages for Angle D3D for GLPrograms test by Greg Daniel · 7 years ago
  17. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  18. 988adb4 Reduce tree depth on iOS too by Brian Osman · 7 years ago
  19. 4e1868c Really work around iOS varying limit in GLPrograms test by Brian Osman · 7 years ago
  20. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  21. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  22. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  23. 2983f40 Re-land of "eliminated GrGLSLExpr". by Ethan Nicholas · 7 years ago
  24. 421fe44 Revert "Revert "Revert "eliminated GrGLSLExpr""" by Ethan Nicholas · 7 years ago
  25. 796001c Revert "Revert "eliminated GrGLSLExpr"" by Ethan Nicholas · 7 years ago
  26. 5e550ab Revert "eliminated GrGLSLExpr" by Brian Salomon · 7 years ago
  27. 93f20f5 eliminated GrGLSLExpr by Ethan Nicholas · 7 years ago
  28. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  29. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  30. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  31. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  32. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  33. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  34. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  35. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  36. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  37. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  38. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  39. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  40. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  41. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  42. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  43. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  44. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  45. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  46. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  47. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  48. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  49. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  50. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  51. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  52. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  53. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  54. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  55. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  56. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  57. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  58. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  59. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  60. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  61. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  62. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  63. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  64. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  65. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  66. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  67. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  68. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  69. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  70. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  71. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  72. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  73. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  74. 28b62e6 Simplify random_draw_context used by GLProgramsTest by bsalomon · 8 years ago
  75. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  76. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  77. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  78. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  79. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  80. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  81. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  82. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  83. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  84. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  85. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  86. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  87. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  88. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  89. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  90. 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
  91. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  92. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  93. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  94. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  95. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  96. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  97. 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
  98. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  99. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  100. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago