1. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  2. e78b725 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  3. 1b35256 Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)" by Robert Phillips · 7 years ago
  4. aaee31f Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  5. 171cc5f Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv" by Robert Phillips · 7 years ago
  6. fb0bd98 Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv by Robert Phillips · 7 years ago
  7. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  8. 7ee385e Add GrSurfaceProxy* parameter to GrContext::flush by Robert Phillips · 7 years ago
  9. 6405e71 Remove gpu configs that don't have explicit API. by Brian Salomon · 7 years ago
  10. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  11. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  12. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  13. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  14. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  15. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  16. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  17. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  18. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  19. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  20. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  21. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  22. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  23. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  24. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  25. 5ec9def Rename files, macros, types, and functions related to GrDrawOp testing. by Brian Salomon · 8 years ago
  26. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  27. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  28. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  29. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  30. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  31. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  32. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  33. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  34. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  35. 342b7ac tests: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  36. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  37. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  38. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  39. 777b563 Remove many uses of kSkia8888 and kSkiaGamma8888 by Brian Osman · 8 years ago
  40. bde96c6 Move clip mask generation into GrReducedClip by csmartdalton · 8 years ago
  41. 6738c70 Rename GrContext's newDrawContext & drawContext to makeDrawContext by robertphillips · 8 years ago
  42. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  43. 28b62e6 Simplify random_draw_context used by GLProgramsTest by bsalomon · 8 years ago
  44. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  45. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  46. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  47. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  48. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  49. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  50. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  51. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  52. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  53. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  54. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  55. 758586c Make existing unit tests only run on GL contexts by bsalomon · 8 years ago
  56. f2f1c17 One signature for creating unit tests that run on premade GrContexts by bsalomon · 8 years ago
  57. f3261af Remove 'native' context unit test macro. by bsalomon · 8 years ago
  58. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  59. 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
  60. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  61. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  62. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  63. 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
  64. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  65. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  66. 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
  67. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  68. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  69. f5883a6 Hide drawBatch on GrDrawTarget from test Methods by joshualitt · 9 years ago
  70. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  71. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  72. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  73. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  74. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  75. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  76. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  77. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  78. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  79. 0dfa62c Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  80. 1d51273 Revert of Update testing frameworks/tests for MDB (patchset #4 id:60001 of https://codereview.chromium.org/1441533003/ ) by egdaniel · 9 years ago
  81. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  82. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  83. 9c86051 Update testing frameworks/tests for MDB by robertphillips · 9 years ago
  84. c94cd7c Fix GrCoverageSetOpXP unit test on mixed samples by cdalton · 9 years ago
  85. caef345 Readd "immediate" mode by robertphillips · 9 years ago
  86. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  87. a13e202 Move GrBatchFlushState from GrDrawTarget to GrDrawingManager by robertphillips · 9 years ago
  88. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  89. 0214173 Stop creating static GrProcessor instances by bsalomon · 9 years ago
  90. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  91. 38ddbad Mangle output var in GrGLFragmentProcessor::emitChild by bsalomon · 9 years ago
  92. ae4738f Create fragment processor for performing input color blend with child processor by bsalomon · 9 years ago
  93. b5b6032 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  94. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 9 years ago
  95. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 9 years ago
  96. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 9 years ago
  97. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  98. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 9 years ago
  99. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  100. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 9 years ago