| Commit message (Expand) | Author | Age |
* | Remove GrContext::applyGamma | robertphillips | 2016-07-29 |
* | Rename GrContext's newDrawContext & drawContext to makeDrawContext | robertphillips | 2016-07-27 |
* | Remove SkSurfaceProps gamma-correctness flag entirely. | brianosman | 2016-07-26 |
* | Cleanup of code that converts from GPU-backed resources to SkImageInfo | brianosman | 2016-07-22 |
* | Add SkColorSpace to GrDrawContext | brianosman | 2016-07-21 |
* | Convert readSurfacePixels to use a draw context instead of a texture | bsalomon | 2016-07-19 |
* | Introduce GrColorSpaceXform, for gamut conversion on textures | brianosman | 2016-07-18 |
* | Remove GrLayerHoister | robertphillips | 2016-07-13 |
* | More removal of SkColorProfileType... | brianosman | 2016-06-20 |
* | Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http... | egdaniel | 2016-06-17 |
* | More removal of SkColorProfileType... | brianosman | 2016-06-17 |
* | sk_sp for Ganesh. | bungeman | 2016-06-09 |
* | Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. | brianosman | 2016-05-24 |
* | (Mostly) Retract GrRenderTarget from SkGpuDevice | robertphillips | 2016-05-17 |
* | Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to ... | robertphillips | 2016-05-16 |
* | Convert GrClip to an abstract base class | cdalton | 2016-05-13 |
* | Make GrGammaEffect have explicit sRGB modes, plus exponential mode. | brianosman | 2016-05-11 |
* | Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode.... | robertphillips | 2016-05-11 |
* | Make GrGammaEffect have explicit sRGB modes, plus exponential mode. | brianosman | 2016-05-10 |
* | Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of h... | robertphillips | 2016-05-09 |
* | Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 ... | jvanverth | 2016-05-06 |
* | Simplify SkGpuBlurUtils::GaussianBlur method | robertphillips | 2016-05-06 |
* | Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel | brianosman | 2016-05-05 |
* | Add Gr*Proxy classes | robertphillips | 2016-05-04 |
* | Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.... | robertphillips | 2016-05-03 |
* | Add Gr*Proxy classes | robertphillips | 2016-05-03 |
* | Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c... | robertphillips | 2016-05-03 |
* | Add Gr*Proxy classes | robertphillips | 2016-05-03 |
* | Refactor drawContext/RenderTarget creation | robertphillips | 2016-04-28 |
* | Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o... | robertphillips | 2016-04-28 |
* | Refactor drawContext/RenderTarget creation | robertphillips | 2016-04-27 |
* | Bring sk_sp to GrDrawContext | robertphillips | 2016-04-27 |
* | SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa... | brianosman | 2016-04-06 |
* | Add GrContext::releaseAndAbandonContext() | bsalomon | 2016-04-01 |
* | Add deferred texture upload API. | bsalomon | 2016-03-11 |
* | Attempt to combine batches in forward direction before flush | bsalomon | 2016-03-07 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc... | bsalomon | 2016-02-25 |
* | Move Budgeted enum out of SkSurface, use in GrTextureProvider | bsalomon | 2016-02-25 |
* | There is an unused rowBytes parameter being passed along. | cblume | 2016-02-16 |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-16 |
* | Revert of Make copySurface work for texture dsts, return a bool, & add unit t... | kjlubick | 2016-02-11 |
* | Make copySurface work for texture dsts, return a bool, & add unit test. | bsalomon | 2016-02-11 |
* | Move Google3-specific stack limitation logic to template classes. | benjaminwagner | 2016-02-05 |
* | Revert of Move Google3-specific stack limitation logic to template classes. R... | benjaminwagner | 2016-02-02 |
* | Move Google3-specific stack limitation logic to template classes. Remove #ifd... | benjaminwagner | 2016-02-02 |
* | Cleaning up trailing spaces and typos. | cblume | 2016-01-26 |
* | Make swizzling in read/write pixel copy code more generic | bsalomon | 2016-01-22 |
* | Differentiate maxColorSamples and maxStencilSamples in GrCaps | egdaniel | 2016-01-15 |
* | GrAuditTrail hooks in GrContext + GrDrawContext | joshualitt | 2016-01-13 |