- 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
- 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
- 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
- 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
- 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
- 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
- 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
- 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
- 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 9 years ago
- cfb6bdf switch xfermodes over to sk_sp by reed · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
- ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
- 0042245 Remove outdated optimization to not flush for new textures in GrSWMaskHelper by bsalomon · 9 years ago
- 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
- 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- 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
- 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
- d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
- b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
- eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
- 4421a4c small cleanups after fixing const of GrPipelineBuilder on DrawTarget by joshualitt · 9 years ago
- 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
- 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
- 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
- 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
- c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
- cabe20c Refactor GrGpu path rendering functions to GrPathRendering by kkinnunen · 9 years ago
- 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
- 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
- 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
- ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
- 682c269 Store context options on caps. by bsalomon · 9 years ago
- 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
- f28cff7 Store context options on caps. by bsalomon · 9 years ago
- eb1cb5c rename GrDrawTargetCaps.h to GrCaps.h and move to include by bsalomon · 9 years ago
- 4b91f76 rename GrDrawTargetCaps to GrCaps by bsalomon · 9 years ago
- 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 · 10 years ago
- 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
- 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
- 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
- d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
- 309d4d5 Remove GrCoordTransform::kPosition_CoordSet by bsalomon · 10 years ago
- ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
- 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
- 9853cce Drawstate on stack by joshualitt · 10 years ago
- f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
- e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
- fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
- b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
- 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
- 8482504 make allocPixels throw on failure by reed · 10 years ago
- 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
- 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
- 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
- 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
- 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
- b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
- e90c900 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
- 5049557 Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium.org/432143002/) by krajcevski · 10 years ago
- 5d8b1b4 Add ETC1 format to SkTextureCompressor by krajcevski · 10 years ago
- b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
- a14da25 fRight -> fBottom by krajcevski · 10 years ago
- 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
- b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
- fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
- 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
- 9ebcac5 add installPixels by reed@google.com · 11 years ago
- 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
- 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
- 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
- 2d2e5c4 Make not-reusing-scratch-textures only apply to texture uploads by robertphillips@google.com · 11 years ago
- 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
- 9528bdb Don't reuse scratch textures update by robertphillips@google.com · 11 years ago
- b86add1 make the filter mode for GrTextureAccess an enum so we can plumb down by humper@google.com · 11 years ago
- d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
- fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
- 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
- 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
- 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
- c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
- 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
- ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
- ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago
- 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 12 years ago
- 8d3cd7a clone of https://codereview.appspot.com/7208043/ by reed@google.com · 12 years ago
- adc6536 Remove getter of writable GrEffectStage from GrDrawState. by bsalomon@google.com · 12 years ago
- e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
- 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
- 4c2443e Use ReduceClipStack in ClipMaskManager. by bsalomon@google.com · 12 years ago
- 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
- b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
- 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
- 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
- 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
- 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
- 1e8f016 Remove easily-removable uses of setTexture(), instead creating a GrSingleTextureEffect - by tomhudson@google.com · 12 years ago