aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/unix
Commit message (Expand)AuthorAge
* Sample app uses Ganesh before calling SkGraphics::Init().Gravatar mtklein2016-08-09
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* detach -> releaseGravatar mtklein2016-03-16
* Force tiles in SampleApp to integer boundaries.Gravatar bungeman2016-03-03
* Force VisualBench to reset GLContext on GrContext resetGravatar joshualitt2015-10-21
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Move closeWindow()/setFullscreen()/setVSynv() from SkWindow to SkOSWindowGravatar bsalomon2015-06-16
* Expand VisualBench to a real benching toolGravatar joshualitt2015-06-01
* CL to add setFullscreen and setVsync to SkWindowGravatar joshualitt2015-05-27
* Cleanup public includes directory.Gravatar djsollen2014-11-13
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Handle close button in SkOSWindow_Unix.Gravatar bungeman2014-07-07
* Cleanup: Remove unused includes from skia_unix.cppGravatar tfarina@chromium.org2014-01-11
* An SkOSWindow for Unix may experience stuttering, with missed events or long ...Gravatar commit-bot@chromium.org2014-01-02
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-20
* Fix shift detection in views on X.Gravatar bungeman@google.com2013-06-19
* post Expose event when we see an invalGravatar reed@google.com2013-06-19
* Smallest possible desktop application that uses Skia to render stuff.Gravatar commit-bot@chromium.org2013-06-18
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-18
* use select() so we can wait for XEvents or our timerGravatar reed@google.com2013-06-17
* Removed unused parametersGravatar sugoi@google.com2013-03-12
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Make SkOSWindow return the sample count and stencil bit count for its GL cont...Gravatar bsalomon@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-09
* translate modifier keys for xeventsGravatar reed@google.com2013-01-08
* fix linux buildGravatar reed@google.com2013-01-08
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed compile warning in SkOSWindow_unix.cppGravatar bsalomon@google.com2012-06-19
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* Add MSAA option to SampleAppGravatar bsalomon@google.com2012-04-06
* Unix SampleApp attach/detach fixup and style fixupGravatar bsalomon@google.com2012-04-03
* Revert 3857 (which was committed from wrong tree)Gravatar bsalomon@google.com2012-04-03
* Fix GL attach/detach in Mac SampleAppGravatar bsalomon@google.com2012-04-03
* Redelivering r3555 to re-add run-time switching between ANGLE and native opengl Gravatar robertphillips@google.com2012-04-02
* Move unix_test_app/main.cpp to src/views/unix/skia_unix.cppGravatar epoger@google.com2012-03-22
* Utils must not depend on Views.Gravatar bungeman@google.com2012-03-21