aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Request.cpp
Commit message (Expand)AuthorAge
* Remove SK_SUPPORT_GPU checks in tool-only codeGravatar Brian Osman2018-05-31
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* remove deprecated SkPixelSerializerGravatar Mike Reed2017-12-16
* Drop support for OSMesa in test tools and remove build botGravatar Brian Salomon2017-11-13
* deprecate odd variants of SkCanvas::readPixelsGravatar Mike Reed2017-04-17
* Remove gpu configs that don't have explicit API.Gravatar Brian Salomon2017-03-20
* Rename GrContextFactory::ContextOptions to ContextOverridesGravatar csmartdalton2017-02-21
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Rename batch->op in GrAuditTrail json and skiaserver's url handlersGravatar Brian Salomon2017-01-05
* Rename batch->op in skiaserveGravatar Brian Salomon2016-12-20
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* tools: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Re-enable overdraw mode in debugger.Gravatar Ben Wagner2016-10-17
* skp_parserGravatar halcanary2016-10-17
* Removed makeLinearGamma() from the public API for SkColorSpaceGravatar raftias2016-10-13
* Add ContextOptions field to SkCommandLineConfigGpuGravatar csmartdalton2016-09-13
* change SkStreams to work with sk_sp<SkData> instead of SkData*Gravatar reed2016-09-12
* Some tests around surface creation and snapshotting with color spaceGravatar brianosman2016-08-30
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Remove SkSurfaceProps gamma-correctness flag entirely.Gravatar brianosman2016-07-26
* Always supply a color space (sRGB for now) with F16Gravatar brianosman2016-07-26
* Fix png encoding in skia debuggerGravatar msarett2016-06-30
* debugger: Allow for larger images.Gravatar jcgregorio2016-06-30
* remove experimental treat-skcolor-as-srgb flagGravatar reed2016-06-24
* Lots of progress on switching to SkColorSpace rather than SkColorProfileTypeGravatar brianosman2016-06-16
* Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...Gravatar brianosman2016-06-16
* Lots of progress on switching to SkColorSpace rather than SkColorProfileTypeGravatar brianosman2016-06-16
* skiaserve no longer crashes when no X server is presentGravatar ethannicholas2016-06-13
* Turn ContextInfos returned by GrContextFactory into structs.Gravatar bsalomon2016-05-11
* Get skiaserve working on Windows.Gravatar brianosman2016-04-20
* Adding support for controlling the global sRGB SkColor switch.Gravatar brianosman2016-04-19
* Adding support for playback to L32/S32/F16 canvas.Gravatar brianosman2016-04-19
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-05
* Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:600...Gravatar bsalomon2016-04-04
* Rename enums in GrContextFactory to remove "GL"Gravatar bsalomon2016-04-01
* rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContextGravatar bsalomon2016-03-31
* Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchs...Gravatar bsalomon2016-03-31
* rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContextGravatar bsalomon2016-03-31
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...Gravatar robertphillips2016-03-30
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* switch surface to sk_spGravatar reed2016-03-23
* unified PNG encoding between SkDrawCommand and skiaserveGravatar ethannicholas2016-03-21