- Set the environment variable RENDERDOC_HOOK_EGL to 0. I use the Windows Settings to set this in my User Environment Variables.
- Launch RenderDoc
- In RenderDoc, navigate to Tools -> Settings, then on the General page, check "Enable process injection (restart required)". Restart RenderDoc.
- Grab a copy of WinPixEventRuntime.dll from https://devblogs.microsoft.com/pix/winpixeventruntime/ (rename the .nupkg to a zip, it's in bin/x64), and copy it over to
%LocalAppData%\Local\Google\Chrome SxS\Application\$CurrentVersion. Unfortunately this step needs to be repeated every time Chrome updates, since it wipes the current directory. Would be nice if it shipped with Chrome Canary / Chrome Dev (or was statically linked into Chrome) - Launch Chrome with the arguments `--disable-gpu-sandbox --gpu-startup-dialog --disable-direct-composition=1 --enable-dawn-features=use_user_defined_labels_in_backend,emit_hlsl_debug_symbols,disable_symbo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <assert.h> | |
| #include <fcntl.h> | |
| #include <string.h> | |
| #include <stdint.h> | |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #define w 1920 | |
| #define h 1080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ | |
| *+ Status | |
| * | |
| * Copyright(C) 2010 SUZAK Inc. All Rights Reserved. | |
| * | |
| * project name:アボート制御 | |
| * source name:src/Abort.c | |
| * data model:ILP32 | |
| * make:uno |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Foo(object): | |
| def __init__(self, what): | |
| self.what = what | |
| def butts(self): | |
| def inner_butts(self, t): | |
| if t == 0: | |
| return self.what | |
| else: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- hexagon-broken.html 2015-11-03 16:29:36.873741732 -0800 | |
| +++ hexagon-working.html 2015-11-03 16:31:31.897167298 -0800 | |
| @@ -3,7 +3,7 @@ | |
| <th colspan="2" style="text-align:center;font-size:125%;font-weight:bold;background:#e7dcc3;">Regular hexagon</th> | |
| </tr> | |
| <tr> | |
| -<td colspan="2" style="text-align:center"><a href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Regular_polygon_6_annotated.svg/220px-Regular_polygon_6_annotated.svg.png" class="image" data-soma-widget="ImageLink"><img alt="Regular polygon 6 annotated.svg" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Regular_polygon_6_annotated.svg/220px-Regular_polygon_6_annotated.svg.png" width="220" height="225" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/38/Regular_polygon_6_annotated.svg/330px-Regular_polygon_6_annotated.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/38/Regular_polygon_6_annotated.svg/440px-Regular_polygon_6_annotated.svg.png 2x" data-file-width="503" data-file-height="515" data-soma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 80a843db21ecda9666cd8fb18a185517fbf7ebaf Mon Sep 17 00:00:00 2001 | |
| From: "Jasper St. Pierre" <jstpierre@mecheye.net> | |
| Date: Wed, 30 Sep 2015 15:04:33 -0700 | |
| Subject: [PATCH] drm/meson: Add back 1x scaling modes | |
| --- | |
| drivers/gpu/drm/meson/meson_cvbs.c | 25 +++++++++++++++++++------ | |
| drivers/gpu/drm/meson/meson_cvbs.h | 3 ++- | |
| drivers/gpu/drm/meson/meson_drv.c | 32 ++++++++++++++++++++------------ | |
| drivers/gpu/drm/meson/meson_modes.c | 5 +++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From c47f6ccd7b5cf1d5bc51ef7bc40af016f2524ccb Mon Sep 17 00:00:00 2001 | |
| From: "Jasper St. Pierre" <jstpierre@mecheye.net> | |
| Date: Wed, 30 Sep 2015 15:04:33 -0700 | |
| Subject: [PATCH] drm/meson: Add back 1x scaling modes | |
| --- | |
| drivers/gpu/drm/meson/meson_modes.c | 5 +++++ | |
| 1 file changed, 5 insertions(+) | |
| diff --git a/drivers/gpu/drm/meson/meson_modes.c b/drivers/gpu/drm/meson/meson_modes.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { "signal": 11 | |
| , "executable": "/usr/bin/gnome-shell" | |
| , "stacktrace": | |
| [ { "crash_thread": true | |
| , "frames": | |
| [ { "address": 140241361525213 | |
| , "build_id": "434a1d6b77cfd6bb9f16e227b78203dad5fb67fb" | |
| , "build_id_offset": 1022429 | |
| , "function_name": "poll" | |
| , "file_name": "/lib64/libc.so.6" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% for class_ in formatter.get_class_hierarchy(node) %} | |
| <item> | |
| <code>{{ class_.namespace.name }}.{{ class_.name }</code> | |
| {% endfor %} | |
| {% for class_ in formatter.get_class_hierarchy(node) %} | |
| </item> | |
| {% endfor %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var BYTE_LENGTHS = { | |
| 'y': 1, | |
| 'n': 2, | |
| 'q': 2, | |
| 'i': 4, | |
| 'u': 4, | |
| 'h': 4, | |
| 'x': 8, | |
| 't': 8, |
NewerOlder