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