1. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  2. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  3. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  4. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  5. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  6. 1ef8094 turn on extended Clang warnings on Windows too by Chris Dalton · 7 years ago
  7. abff956 initClassID no longer auto-allocates ids by Ethan Nicholas · 7 years ago
  8. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 7 years ago
  9. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  10. bb581ce Convert DstTexture to DstProxy (take 2) by Robert Phillips · 7 years ago
  11. 6ebe4b9 Fix gpu lcd blending to semi-correctly handle alpha coverage by Greg Daniel · 7 years ago
  12. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  13. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  14. ce78bad header cleanup by Hal Canary · 7 years ago
  15. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 7 years ago
  16. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 7 years ago
  17. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 7 years ago
  18. 4fc7740 Respect xfer barriers in InstancedRendering::Op by Brian Salomon · 7 years ago
  19. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  20. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 7 years ago
  21. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  22. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 7 years ago
  23. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  24. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  25. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  26. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  27. 780b41f Add query to GrXPFactory about coverage-as-alpha optimization by Brian Salomon · 7 years ago
  28. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  29. 1c10fdd Remove XP override color. by Brian Salomon · 7 years ago
  30. 02baee9 Remove the skip-draw xp optimization by Brian Salomon · 7 years ago
  31. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 7 years ago
  32. 94cce4c Make GrXferProcessor and related classes private. by Brian Salomon · 7 years ago[Renamed from include/gpu/GrXferProcessor.h]
  33. 00b2cca Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual calls by Brian Salomon · 7 years ago
  34. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 7 years ago
  35. 5be6c95 Revert "Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis."" by Brian Salomon · 8 years ago
  36. 3329cce Revert "Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis." by Brian Salomon · 8 years ago
  37. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  38. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  39. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  40. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  41. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  42. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 8 years ago
  43. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  44. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  45. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  46. db4183d In GrProcessor::TextureSampler drop the "get", it's cleaner by Brian Salomon · 8 years ago
  47. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  48. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  49. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  50. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  51. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  52. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  53. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  54. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  55. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  56. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  57. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  58. 4204800 Convert child FPs from refs to pending executions when parent converts by bsalomon · 9 years ago
  59. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  60. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  61. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  62. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  63. ee0175f Move blend enums into GrBlend.h by cdalton · 9 years ago
  64. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  65. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  66. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  67. 6fd158e Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  68. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  69. c33db93 Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/) by bungeman · 9 years ago
  70. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  71. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  72. 9a70920 Implement Porter Duff XP with a blend table by cdalton · 9 years ago
  73. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  74. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  75. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 9 years ago
  76. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  77. 99bc9fd Remove canTweakAlphaForCoverage from XP's since batch reads flag. by egdaniel · 9 years ago
  78. 9954bc3 Use texture barriers to read directly from the RT by cdalton · 9 years ago
  79. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  80. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  81. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 9 years ago
  82. 0bdeec9 Remove canApplyCoverage from XP and all related functions in gpu code. by egdaniel · 9 years ago
  83. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 9 years ago
  84. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 9 years ago
  85. f7c2d55 Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation. by egdaniel · 9 years ago
  86. 2b816ba Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/) by egdaniel · 9 years ago
  87. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 9 years ago
  88. e36914c Pass in ProcOptInfos into willNeedDstCopy on XPs by egdaniel · 9 years ago
  89. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  90. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  91. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  92. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  93. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  94. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  95. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  96. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  97. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  98. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  99. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago
  100. 9b98932 This change will ultimately pull uniform color, and to a much lesser degree uniform coverage, into GPs. There are still some loose ends because drawstate has the ability to override the GP, but fixing these cleanly will have to wait until we have deferred geometry in place and can make attribute / uniform decisions on the fly. by joshualitt · 10 years ago