1. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  2. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  3. af2533a Make GrProcessorDataManager a noop by joshualitt · 9 years ago
  4. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  5. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  6. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  7. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  8. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  9. 3df1e21 Another trivial cleanup by joshualitt · 9 years ago
  10. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  11. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  12. 5b4f05f Move GrProcessorDataManager to GrMemoryPool by joshualitt · 9 years ago
  13. 9cc1775 rename GrShaderDataManager -> GrProcessorDataManager by joshualitt · 9 years ago
  14. 8ca93e7 Initial CL to create dummy GrShaderDataManager and thread it through by joshualitt · 9 years ago
  15. 1fa4572 Update XPF invariant info to not account for conflation by cdalton · 9 years ago
  16. b197b8f Use SkXfermode as public facing enum for GrPorterDuffXP by egdaniel · 10 years ago
  17. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  18. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  19. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  20. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  21. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  22. 2fdeda0 XPFactory lazily initializie in drawstate / GrPaint by joshualitt · 10 years ago
  23. 40d4bd8 removing coord change matrices by joshualitt · 10 years ago
  24. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  25. 290c09b initial changes to add local matrix to primitive processor by joshualitt · 10 years ago
  26. c262582 Remove the low hanging fruit with coord change matrices by joshualitt · 10 years ago
  27. 9e4ecdc Add an InvariantOutput for the XPF. by egdaniel · 10 years ago
  28. 5531d51 remove view matrix from context by joshualitt · 10 years ago
  29. 9513143 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  30. 8d95ffa Revert of Make all blending up to GrOptDrawState be handled by the xp/xp factory. (patchset #7 id:140001 of https://codereview.chromium.org/759713002/) by egdaniel · 10 years ago
  31. 7c66342 Make all blending up to GrOptDrawState be handled by the xp/xp factory. by egdaniel · 10 years ago
  32. 378092f Add XferProcessor factory in GrPaint and GrDrawState. by egdaniel · 10 years ago
  33. ae59b77 Create GrOptDrawState before recording draw in GrInOrderDrawBuffer by bsalomon · 10 years ago
  34. 4052a8e Remove coverage from grpaint by joshualitt · 10 years ago
  35. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  36. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  37. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  38. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  39. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  40. 249af15 BUG=skia: by joshualitt · 10 years ago
  41. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  42. 97b9ab7 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  43. 969842a Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/) by reed · 10 years ago
  44. 2011fe9 Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. by bsalomon · 10 years ago
  45. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  46. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  47. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  48. 24ab3b0 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  49. 75796db Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  50. c1cdf21 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  51. 9b6a185 Revert "Add blend optimization helpers and use to convert rect draws to clears." by bsalomon@google.com · 11 years ago
  52. 66017f6 Add blend optimization helpers and use to convert rect draws to clears. by commit-bot@chromium.org · 11 years ago
  53. 42dacab Make GrPaint have a variable sized array of color and coverage stages rather than a fixed size. by commit-bot@chromium.org · 11 years ago
  54. 73818dc Add GrPaint stage for xfermodes. by bsalomon@google.com · 12 years ago
  55. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  56. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  57. 4d98532 Fix build breakage. by bsalomon@google.com · 12 years ago
  58. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  59. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  60. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  61. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  62. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  63. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  64. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  65. 3cbaa2d Beef up GrContext::AutoMatrix to handle doing GrPaint matrix adjustments. by bsalomon@google.com · 12 years ago
  66. c7448ce GrPaint encapsulation. by bsalomon@google.com · 12 years ago
  67. 88becf4 Rename GrPaint fields/enums/members texture->color mask->coverage. by bsalomon@google.com · 12 years ago
  68. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  69. 1c31f63 Remove texture/mask setters on GrPaint by bsalomon@google.com · 12 years ago
  70. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  71. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  72. 5807116 This CL implements the Ganesh path for the SkTable_ColorFilter color transformation. by twiz@google.com · 12 years ago
  73. e742bf0 Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?) when there's by tomhudson@google.com · 12 years ago
  74. f13f588 Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions. by tomhudson@google.com · 12 years ago
  75. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  76. dddf6f6 Skip unnecessary copies in GrPaint operator == by bsalomon@google.com · 13 years ago
  77. 9b1517e minor improvement, remove some conditionals in GrAAConvexPathRenderer by bsalomon@google.com · 13 years ago
  78. dd1be60 Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather than alpha to draw hairlines < 1pix wide in GPU. by bsalomon@google.com · 13 years ago
  79. 50bdad8 Implement the color matrix filter in Ganesh. Also, fix and enable the color by senorblanco@chromium.org · 13 years ago
  80. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  81. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  82. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPaint.h]
  83. 27c9b6d Add operator = to GrPaint by bsalomon@google.com · 13 years ago
  84. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  85. 00e17c5 Fix uninit of mask var by bsalomon@google.com · 13 years ago
  86. 26c2d0a Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expose a mask stage through GrPaint by bsalomon@google.com · 13 years ago
  87. 97c88c2 Add color filters to gpu path. by Scroggo · 13 years ago
  88. 27847de Fix line endings in Gr files and set svn eol style to LF by bsalomon@google.com · 14 years ago
  89. ffca400 Make a separate path renderer object. Move enum types to GrTypes.h by bsalomon@google.com · 14 years ago
  90. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  91. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago