2ee6982d952faa8fd2aa09dec787bb5157840445 |
|
09-Aug-2016 |
mtklein <mtklein@chromium.org> |
Sample app uses Ganesh before calling SkGraphics::Init(). This causes inconsistent hashing. Before Init(), we use portable Murmur3, after a faster SSE4.2-based hash. To fix, call SkGraphics::Init() first. BUG=skia:5625 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2229853002 Review-Url: https://codereview.chromium.org/2229853002
/external/skia/src/views/unix/skia_unix.cpp
|
96fcdcc219d2a0d3579719b84b28bede76efba64 |
|
27-Aug-2015 |
halcanary <halcanary@google.com> |
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002
/external/skia/src/views/unix/skia_unix.cpp
|
1b3fea7172457f26fb8dd72f0ea59eedba920133 |
|
11-Jan-2014 |
tfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> |
Cleanup: Remove unused includes from skia_unix.cpp This also move gWindow into the main function. BUG=None TEST=SampleApp R=mtklein@google.com Review URL: https://codereview.chromium.org/133113002 git-svn-id: http://skia.googlecode.com/svn/trunk@13035 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/src/views/unix/skia_unix.cpp
|
a48595d8633208b3e0d46f67a8d530ebbc452ad0 |
|
18-Jun-2013 |
skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> |
Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@9648 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/src/views/unix/skia_unix.cpp
|
acb3d88cf84adf367c173a7a33cd3b0c379291dc |
|
17-Jun-2013 |
reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> |
use select() so we can wait for XEvents or our timer poll for xevents using XPending BUG= Review URL: https://codereview.chromium.org/17275003 git-svn-id: http://skia.googlecode.com/svn/trunk@9633 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/src/views/unix/skia_unix.cpp
|
c62923d6ad1c0662cad52a50fd3b977cf853a4a6 |
|
22-Mar-2012 |
epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> |
Move unix_test_app/main.cpp to src/views/unix/skia_unix.cpp Review URL: https://codereview.appspot.com/5881048 git-svn-id: http://skia.googlecode.com/svn/trunk@3466 2bbb7eff-a529-9590-31e7-b0007b416f81
/external/skia/src/views/unix/skia_unix.cpp
|