scalarize SkGradientShader stop setup
[platform/upstream/libSkiaSharp.git] / src / views /
2017-05-01 Greg DanielRevert "Revert "Plumb the use of GrBackendRenderTarget...
2017-04-27 Greg DanielRevert "Plumb the use of GrBackendRenderTarget througho...
2017-04-27 Greg DanielPlumb the use of GrBackendRenderTarget throughout Skia
2017-04-17 Mike Reedhide lockpixels api behind flag
2017-03-15 Mike KleinFix warning in Clang 4.0 Mac build.
2017-02-24 Hal Canaryheaders: forward declare SkDOM, and include SkClipOp
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-07 Matt SarettRevert "SkColorSpace: remove named API, add gamut API"
2017-02-07 Matt SarettSkColorSpace: remove named API, add gamut API
2017-02-06 Hal CanarySK_USE_SDL is never defined
2017-01-24 Herb DerbyRemove SkTDict and calls from SkView.
2016-11-09 Mike KleinFix implicit nullability cast of [NSScreen mainScreen].
2016-11-03 Mike KleinGN: iOS basics
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-11-02 Ben WagnerRemove SkAutoTDeleteArray
2016-11-01 Brian OsmanRemove SkImageInfoIsGammaCorrect, etc...
2016-10-28 Jim Van VerthAdd GN config for Mac SampleApp
2016-10-24 Brian OsmanRename all color space factories from New* to Make*
2016-10-14 Brian OsmanRemove many uses of kSkia8888 and kSkiaGamma8888
2016-08-22 brianosmanSupply a color space in sRGB/F16 mode of SampleApp
2016-08-09 mtkleinSample app uses Ganesh before calling SkGraphics::Init().
2016-08-04 jvanverthGet Mac viewer working with SDL
2016-07-28 robertphillipsRemove use of MakeRenderTargetDirect from view system
2016-07-26 brianosmanRemove SkSurfaceProps gamma-correctness flag entirely.
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-16 brianosmanRevert of Lots of progress switching to SkColorSpace...
2016-06-16 brianosmanLots of progress on switching to SkColorSpace rather...
2016-06-15 dvonbeckAdded warning for variable-length arrays to GYP, since...
2016-06-14 bsalomonRemove command buffer sample app support.
2016-06-08 halcanarySkLeanWindows.h: #include "Windows.h" fewer places
2016-05-20 liyuqianCorrect gesture scale and translation
2016-05-05 brianosmanAdded --deepColor option to SampleApp, triggers creatio...
2016-05-05 reedRevert of SK_DECLARE_STATIC_MUTEX -> static SkMutex...
2016-05-04 mtkleinSK_DECLARE_STATIC_MUTEX -> static SkMutex
2016-04-26 brianosmanChange default window size on Windows.
2016-04-15 brianosmanFix ANGLE in SampleApp
2016-04-13 brianosmanRename lots of things from 'sRGB' to 'GammaCorrect...
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-31 bsalomonMove SkGLContext and some GrGLInterface implementations...
2016-03-30 robertphillipsRevert of Move SkGLContext and some GrGLInterface imple...
2016-03-30 bsalomonMove SkGLContext and some GrGLInterface implementations...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-25 benjaminwagnerChange SkTime::GetMSecs to double; ensure values stored...
2016-03-25 ethannicholasadded support for glMinSampleShading
2016-03-24 reedswitch surface to sk_sp
2016-03-21 brianosmansRGB support in Ganesh. Several pieces:
2016-03-17 brianosmanRevert of sRGB support in Ganesh. Several pieces: ...
2016-03-17 brianosmansRGB support in Ganesh. Several pieces:
2016-03-16 mtkleindetach -> release
2016-03-07 djsollenUpdate android_make to support both --gcc and --clang...
2016-03-03 bungemanForce tiles in SampleApp to integer boundaries.
2016-03-03 kkinnunenRevert of Implement support for using GL ES 3.0 with...
2016-03-01 brianosmanSampleApp now displays gamma-correct content in "S32...
2016-02-28 reedremove unused view helpers
2016-02-27 reedremove unused view files
2016-02-27 reedremove unneeded view subclasses
2016-02-25 kkinnunenImplement support for using GL ES 3.0 with command...
2016-02-23 bungemanMove SkUtils.h to src/core.
2016-02-15 reedblitters for sRGB and float16
2016-01-18 kkinnunenSampleApp: Remove SkWindow::setColorType
2016-01-14 kkinnunenSampleApp: Cleanup SkOSWindow_SDL
2015-12-27 reedremove cruft from SkTypes.h, including SkBool
2015-11-13 joshualittCreate a standalone example for using Skia with SDL
2015-11-11 joshualittbring up SDL on windows
2015-11-09 joshualittWire up SDL on mac
2015-11-05 joshualittWire up SDL on Android
2015-11-05 joshualittRevert of Wire up SDL on Android (patchset #4 id:60001...
2015-11-05 joshualittWire up SDL on Android
2015-11-05 plesnerAdd ifdef guard around gpu-specific code in native...
2015-11-04 joshualittCreate SDL backed SkOSWindow
2015-10-28 bsalomonMake SkOSWindow windows implementation use CS_OWNDC...
2015-10-21 joshualittForce VisualBench to reset GLContext on GrContext reset
2015-10-09 Brian SalomonFix SkWindow.cpp includes for non-gpu mode
2015-10-09 bsalomonMove functions from SkGr to SkGrPriv.h
2015-09-29 herbHave /src files use header directly.
2015-09-28 herbMove SkAtomics.h to private.
2015-09-11 hendrikwskia: Add ANGLE with GL backend to nanobench/DM
2015-09-08 hendrikwskia: use msaaConfigAttribList for SkOSWindow_win
2015-09-03 reedadd interactive xfer sample
2015-08-27 hendrikwskia: add ability to load command_buffer_gles2
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-20 bungemanUse static_assert instead of SK_COMPILE_ASSERT.
2015-07-29 bungemanRemove SK_BUILD_FOR_WINCE.
2015-07-07 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-07-02 jvanverthRevert of Remove SkThread.h, include SkMutex.h or SkAto...
2015-07-01 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-06-23 bsalomonMake SkNSView's window accept mouseMoved events
2015-06-18 bsalomonAllows windowed apps to be built on the Mac just by...
2015-06-16 bsalomonRemove SkOSWindow_Mac.cpp
2015-06-16 bsalomonMove closeWindow()/setFullscreen()/setVSynv() from...
2015-06-16 bsalomonAllow skia_win.cpp to be compiled in CONSOLE or GUI...
2015-06-16 bsalomonThere are still things to sort out but this seems to...
2015-06-15 bsalomonwin32: post invalidation rectangle to OS directly in...
2015-06-12 joshualittVisual bench on native android
2015-06-01 joshualittExpand VisualBench to a real benching tool
2015-05-27 joshualittCL to add setFullscreen and setVsync to SkWindow
2015-04-30 bsalomonThis replaces the texture creation/caching functions...
2015-02-23 bsalomonUse D3D11 backend for ANGLE when available.
2015-01-30 caryclarkFirst cut at cleaning up Sergio's example code and...
next