aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
Commit message (Expand)AuthorAge
* Fix warning in Clang 4.0 Mac build.Gravatar Mike Klein2017-03-15
* headers: forward declare SkDOM, and include SkClipOpGravatar Hal Canary2017-02-24
* 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
* SK_USE_SDL is never definedGravatar Hal Canary2017-02-06
* Remove SkTDict and calls from SkView.Gravatar Herb Derby2017-01-24
* Fix implicit nullability cast of [NSScreen mainScreen].Gravatar Mike Klein2016-11-09
* GN: iOS basicsGravatar Mike Klein2016-11-03
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Remove SkAutoTDeleteArrayGravatar Ben Wagner2016-11-02
* Remove SkImageInfoIsGammaCorrect, etc...Gravatar Brian Osman2016-11-01
* Add GN config for Mac SampleAppGravatar Jim Van Verth2016-10-28
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Remove many uses of kSkia8888 and kSkiaGamma8888Gravatar Brian Osman2016-10-14
* Supply a color space in sRGB/F16 mode of SampleAppGravatar brianosman2016-08-22
* Sample app uses Ganesh before calling SkGraphics::Init().Gravatar mtklein2016-08-09
* Get Mac viewer working with SDLGravatar jvanverth2016-08-04
* Remove use of MakeRenderTargetDirect from view systemGravatar robertphillips2016-07-28
* Remove SkSurfaceProps gamma-correctness flag entirely.Gravatar brianosman2016-07-26
* 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
* Added warning for variable-length arrays to GYP, since they are unsupprted un...Gravatar dvonbeck2016-06-15
* Remove command buffer sample app support.Gravatar bsalomon2016-06-14
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Correct gesture scale and translationGravatar liyuqian2016-05-20
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of http...Gravatar reed2016-05-04
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* Change default window size on Windows.Gravatar brianosman2016-04-26
* Fix ANGLE in SampleAppGravatar brianosman2016-04-15
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...Gravatar brianosman2016-04-06
* 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
* Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not over...Gravatar benjaminwagner2016-03-25
* added support for glMinSampleShadingGravatar ethannicholas2016-03-25
* switch surface to sk_spGravatar reed2016-03-23
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21
* Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...Gravatar brianosman2016-03-17
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-17
* detach -> releaseGravatar mtklein2016-03-16
* Update android_make to support both --gcc and --clang options.Gravatar djsollen2016-03-07
* Force tiles in SampleApp to integer boundaries.Gravatar bungeman2016-03-03
* Revert of Implement support for using GL ES 3.0 with command buffer (patchset...Gravatar kkinnunen2016-03-03
* SampleApp now displays gamma-correct content in "S32" and "F16" modes. The de...Gravatar brianosman2016-03-01
* remove unused view helpersGravatar reed2016-02-27