1. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  4. 4bf69f7b 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
  5. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  6. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  7. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  8. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  9. 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
  10. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  11. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  12. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  13. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  14. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  15. cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
  16. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  17. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  18. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  19. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  20. 682c269 Store context options on caps. by bsalomon · 9 years ago
  21. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  22. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  23. eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
  24. 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
  25. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  26. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  27. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  28. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  29. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  30. 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
  31. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  32. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  33. 9853cce Drawstate on stack by joshualitt · 10 years ago
  34. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  35. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  36. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  37. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  38. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  39. 8482504 make allocPixels throw on failure by reed · 10 years ago
  40. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  41. 9c6d4d7 Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this by introducing an Options struct to be passed to a GrContext on creation. by krajcevski · 10 years ago
  42. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  43. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  44. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  45. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  46. e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  47. 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
  48. 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
  49. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  50. a14da25 fRight -> fBottom by krajcevski · 10 years ago
  51. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  52. b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
  53. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  54. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  55. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  56. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  57. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  58. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  59. 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
  60. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  61. 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
  62. b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
  63. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  64. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  65. 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
  66. eb6879f Replace fixed-size array of effect stages in GrDrawState with two appendable arrays, one for color, one for coverage. by bsalomon@google.com · 11 years ago
  67. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  68. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  69. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  70. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  71. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
  72. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
  73. 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
  74. adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
  75. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  77. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  78. 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
  79. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  80. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  81. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  82. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  83. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  84. 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
  85. 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago
  86. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  87. 676e660 More carefully disable stages in Ganesh to avoid textures or effects by tomhudson@google.com · 12 years ago
  88. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  89. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  90. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago