aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.cpp
Commit message (Expand)AuthorAge
* Cleanup in GrPipelineBuilderGravatar bsalomon2015-02-26
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* Remove coordchanges from drawstateGravatar joshualitt2014-12-29
* Remove GrCoordTransform::kPosition_CoordSetGravatar bsalomon2014-12-18
* More win64 warning fixesGravatar bsalomon2014-12-12
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Drawstate on stackGravatar joshualitt2014-11-17
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Add GrAASmallPathRenderer.Gravatar jvanverth2014-10-06
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* make allocPixels throw on failureGravatar reed2014-09-02
* Add override to force bitmap renderingGravatar krajcevski2014-08-13
* Change GR_COMPRESS_ALPHA_MASK from compile-time flag to run-time. We do this ...Gravatar krajcevski2014-08-12
* Add astcbitmap to gm slides.Gravatar krajcevski2014-08-07
* Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/4440...Gravatar krajcevski2014-08-07
* - Add astcbitmap to gm slidesGravatar krajcevski2014-08-07
* Pass compressed blitters to our mask drawing algorithmGravatar krajcevski2014-08-07
* Add ETC1 format to SkTextureCompressorGravatar krajcevski2014-08-05
* Revert of Add ETC1 format to SkTextureCompressor (https://codereview.chromium...Gravatar krajcevski2014-08-04
* Add ETC1 format to SkTextureCompressorGravatar krajcevski2014-08-04
* Start the process of choosing the correct compression formatGravatar krajcevski2014-07-30
* fRight -> fBottomGravatar krajcevski2014-07-29
* Add query for block dimensions of a given formatGravatar krajcevski2014-07-29
* Generalize mask helper a bit for compressionGravatar krajcevski2014-07-16
* Use scratch with LATC data if possibleGravatar krajcevski2014-06-12
* Add an LATC compressor to the A8 masks, and hide it behind an ifdef.Gravatar krajcevski2014-06-10
* add installPixelsGravatar reed@google.com2014-01-24
* Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...Gravatar reed@google.com2013-11-07
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* Make not-reusing-scratch-textures only apply to texture uploadsGravatar robertphillips@google.com2013-10-30
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Don't reuse scratch textures updateGravatar robertphillips@google.com2013-09-18
* make the filter mode for GrTextureAccess an enum so we can plumb downGravatar humper@google.com2013-07-25
* Fix texture allocation in SWMaskHelperGravatar robertphillips@google.com2013-07-19
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRest...Gravatar bsalomon@google.com2013-05-29
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Add GrEllipseEdgeEffect.Gravatar commit-bot@chromium.org2013-03-12
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* clone of https://codereview.appspot.com/7208043/Gravatar reed@google.com2013-01-30
* Remove getter of writable GrEffectStage from GrDrawState.Gravatar bsalomon@google.com2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26