1. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  2. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 8 years ago
  3. 0721fe9 Revert incorrect change to GrCoverageSetOp test factory by Brian Salomon · 8 years ago
  4. a076d87 Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr==srcover case. by Brian Salomon · 8 years ago
  5. 18dfa98 Store the dst texture used by an XP in GrPipeline rather than in the XP. by Brian Salomon · 8 years ago
  6. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  7. 1c6025c Make analysis optional to GrPipeline::init(). by Brian Salomon · 8 years ago
  8. 3185384 Remove GrXferProcessor::getOptimizations. by Brian Salomon · 8 years ago
  9. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  10. 42c456f Remove PLS path renderer by Brian Salomon · 8 years ago
  11. 1c10fdd Remove XP override color. by Brian Salomon · 8 years ago
  12. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  13. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  14. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  15. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  16. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  17. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  18. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  19. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  20. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  21. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  22. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  23. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  24. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  25. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  26. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  27. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  28. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  29. f34b293 Add in shader blending for CoverageSetOp XP by egdaniel · 9 years ago
  30. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  31. de4166a APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct by ethannicholas · 9 years ago
  32. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  33. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  34. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  35. c94cd7c Fix GrCoverageSetOpXP unit test on mixed samples by cdalton · 9 years ago
  36. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  37. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  38. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  39. 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
  40. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 9 years ago
  41. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  42. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  43. 0067ff5 fix up test create functions by joshualitt · 9 years ago
  44. 86ae0a9 Add mixed samples support to XPs by cdalton · 9 years ago
  45. edbb31f Apply coverage in XP base class when using dst reads by cdalton · 9 years ago
  46. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  47. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  48. 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
  49. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  50. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  51. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  52. c19cdc2 Only discard for XP dstCopies if we have a coverage value. by egdaniel · 10 years ago
  53. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 10 years ago
  54. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 10 years ago
  55. f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
  56. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  57. 3ad6570 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  58. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  59. 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 · 10 years ago
  60. 997c635 Use dst copies in porter duffer XP to correctly render certain blends. by egdaniel · 10 years ago
  61. 41d4f09 Move GrXferProcessor subclasses into cpp files by egdaniel · 10 years ago
  62. 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
  63. 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
  64. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  65. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  66. 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
  67. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  68. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  69. 71e236c Remove willReadDst from GrFragmentProcessor. by egdaniel · 10 years ago
  70. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  71. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  72. 8750924 Add Coverage Drawing XP by egdaniel · 10 years ago