baldurk
81a1b2e020
Add syntax highlighting
2016-05-15 21:34:00 +02:00
baldurk
f298b81ad2
Tweak index page a bit
2016-05-15 21:34:00 +02:00
baldurk
7e35a63e17
Copy and modify sphinx_rtdtheme for use
2016-05-15 21:33:59 +02:00
baldurk
d06e81e1c2
Tweak html display - better title, no source links
2016-05-15 21:33:58 +02:00
baldurk
a26205381f
Remove unneeded version
2016-05-15 21:33:57 +02:00
baldurk
1e1516420a
build into Documentation folder by default
2016-05-15 21:33:56 +02:00
Matthäus G. Chajdas
4bb04c6dae
Fix broken link and some missing emphasis.
2016-05-15 21:33:55 +02:00
Matthäus G. Chajdas
f124f3f389
Port the remaining pages where I know how to style them.
2016-05-15 21:33:54 +02:00
Matthäus G. Chajdas
6557cec9ea
Fix various internal links.
2016-05-15 21:33:53 +02:00
Matthäus G. Chajdas
f04f016a99
Remove "other resources" to flatten the hierarchy a bit.
2016-05-15 21:33:52 +02:00
Matthäus G. Chajdas
925f33bfb5
Add all How do I ...? pages.
2016-05-15 21:33:52 +02:00
Matthäus G. Chajdas
c04dd86d8d
Initial commit of new restructuredtext docs
2016-05-15 21:33:51 +02:00
baldurk
6f8e0ae391
Remove old sandcastle documentation
2016-05-15 21:33:50 +02:00
baldurk
f40afe5792
Renaming Attaching.png -> Injecting.png
2016-05-14 20:55:18 +02:00
baldurk
5f6884c6b9
Remove copy-pasted wrong enum in API docs
2016-05-12 18:53:56 +02:00
baldurk
b14b771000
Document the in-application API properly
2016-04-23 11:36:17 +02:00
baldurk
e59ee3fcd9
Update credits with recent contributors
2016-04-23 09:27:27 +02:00
baldurk
a2cde0a8ea
Update API example in Tips & Tricks documentation page
2016-04-23 09:27:09 +02:00
baldurk
15b963fd47
Add documentation for unstripped-path-specifying code
2016-03-06 15:09:45 +01:00
baldurk
8bf41ab8c9
Add Vulkan to documentation where relevant.
2016-02-09 22:39:22 +01:00
baldurk
11ea496c3d
Add credits of individuals who helped with Vulkan work
2016-02-09 21:52:04 +01:00
baldurk
e3c7abe0ee
Add link to great presentation in documentation & README
2016-01-20 20:13:48 +01:00
baldurk
5de056135a
We need to require GL_ARB_buffer_storage as well as EXT_dsa
2015-07-23 23:10:53 +02:00
baldurk
65a3ed0df0
Document that pixel history events show up in the timeline bar
2015-07-19 00:44:37 +02:00
baldurk
9eb1ccc1f5
Document recently added option (from last version - oops)
2015-07-19 00:44:26 +02:00
baldurk
6975997413
Couple of minor fixes
2015-07-19 00:36:22 +02:00
baldurk
03d5e1e659
Change mentions of 'attaching' to 'injecting' to distinguish it
2015-07-19 00:27:46 +02:00
baldurk
72845bedf7
Update pixel debugging with more up to date information
2015-07-19 00:27:06 +02:00
baldurk
cc831f0714
Update OpenGL status - it's a bit better now :).
2015-07-19 00:10:12 +02:00
baldurk
45a5473e62
Update roadmap details and point to github wiki which is more up to date
2015-07-19 00:10:05 +02:00
baldurk
586d97e0b5
Update tip about image viewing
2015-07-19 00:05:02 +02:00
baldurk
85b2b3a275
Add bookmarks bar to documentation.
2015-07-19 00:00:14 +02:00
baldurk
e4919f4528
Update quick start with newer features
2015-07-19 00:00:13 +02:00
baldurk
50e919af65
Misc updates
2015-07-19 00:00:13 +02:00
baldurk
008da0af60
Add information about files auto-reloading in the image viewer
2015-07-18 23:36:54 +02:00
baldurk
819cac6d30
Update note about API support
2015-07-18 23:36:43 +02:00
baldurk
3e74ce07ba
Add a couple of thank yous to the Credits list
2015-07-18 23:32:52 +02:00
baldurk
048e3ddb6e
Add Qt to the license list - using LGPL 2.1
2015-07-10 16:49:25 +02:00
baldurk
ea1be90280
Add glslang to LICENSE information
2015-07-10 16:37:44 +02:00
baldurk
5279d58781
Update GL supported features in the documentation
2015-04-24 22:12:30 +02:00
baldurk
2558b2cdea
Add ways to detect RenderDoc being injected in D3D11 and OpenGL
...
* D3D11 you query for interface with UUID of
{A7AA6116-9C8D-4BBA-9083-B4D816B71B78}. It's just IUnknown*
* GL implements GL_EXT_debug_tool with spec here:
https://renderdoc.org/debug_tool.txt
with DEBUG_TOOL_EXT #define'd to 0x6789, DEBUG_TOOL_NAME_EXT to 0x678A
and DEBUG_TOOL_PURPOSE_EXT to 0x678B. For now, reporting this ext is
enough to identify RenderDoc.
2015-04-24 22:12:30 +02:00
baldurk
35fa1ce2bf
Refuse to capture on old contexts, warn on compat profiles. Closes #125
...
* If CreateContextAttribs is not used to create the context, the overlay
will run in super-duper old mode using immediate mode calls and fixed
function pipeline. This way it should display on (in theory) any GL
app. Capturing will be prevented.
* Compatibility profile contexts are still allowed, but a warning is
displayed in the overlay.
* If CreateContextAttribs is used to create a < 3.2 version context, we
go down the same path as for legacy contexts, except with an accurate
overlay message (just that the version isn't supported).
2015-04-08 21:43:04 +01:00
baldurk
a50445781f
Updated documentation to reflect latest changes and features
...
* Also in many places OpenGL is now advertised as full support, since it
is pretty close by now and needs people to jump on it full-time and
use it in anger.
2015-02-27 13:18:54 +00:00
baldurk
d2f51deca9
Add tinyexr from https://github.com/syoyo/tinyexr
...
* Unmodified, from revision 14ba590a376ffcb2436ede10f122a3d1797db4c4
2015-01-06 16:53:40 +00:00
baldurk
11bf575a1d
Fix reference to non-existant file in docs
2014-11-10 17:16:11 +00:00
baldurk
2121fcebd5
add source code pro to license & credits files
2014-10-30 23:27:28 +00:00
baldurk
9907abcc9b
Add IronPython 2.7.4 to project
2014-10-09 18:25:47 +01:00
baldurk
9460fbd970
Add feature to globally hook processes to inject indirectly.
...
* This allows you to hook into processes that are difficult to launch
directly with the existing functionality in RenderDoc.
* This is rather risky, as it modifies the AppInit_DLLs registry key to
inject a small shim dll that checks for the desired process and injects
the full renderdoc.dll. If that registry key got left, or if there was
some incompatibility with the shim dll, you could have problems. It
should only ever be used as a last resort if there's no other way to
capture.
2014-10-05 13:57:11 +01:00
baldurk
c1cb2c7333
Comment capture options, deprecate CacheStateObjects. Closes #61
2014-09-24 23:44:31 +01:00
baldurk
7dbb80b25e
Batch update for bits of documentation that were out of date
2014-09-24 13:45:29 +01:00