baldurk
e8dc6471a3
Add pugixml 1.8
2017-11-03 15:54:57 +00:00
baldurk
32c8b38568
Add zstd v1.3.1
...
* The directories are flattened since the #include paths aren't
relative and instead just #include "file.h". The recommended
solution is just to flatten the directory structure.
2017-11-03 15:54:57 +00:00
baldurk
e6e36d1ea4
Update lz4 to v1.8.0
2017-11-03 15:54:57 +00:00
baldurk
9a3ece6a01
Add a helper macro for obtaining renderdoc's handle from VkInstance
...
* Since other layers could wrap renderdoc has to use the dispatch table
pointer as the unique identifier for API calls, not the VkInstance
directly.
2017-10-23 13:43:38 +01:00
baldurk
eb15c43b41
Add Catch.hpp for unit testing, with appveyor hooks
2017-08-29 13:19:44 +01:00
baldurk
4532d04b5b
Remove stale documentation about python scripting
2017-07-14 22:44:20 +01:00
baldurk
ecf88787d7
Add code to disassemble SPIR-V, glsl and DXBC into GCN ISA.
...
* Requires binary plugins to function from the RGA repository. These
will be included with distributions (nightly and stable builds) where
possible, however D3D disassembly currently requires the AMD driver
DLL which cannot be distributed. Placing it in the folder with the
other files will automatically work.
2017-07-05 20:37:48 +01:00
baldurk
d44528794a
Change qrenderdoc icons to Farm-Fresh, to add high-DPI versions.
2017-06-19 16:17:20 +01:00
Matthäus G. Chajdas
b7f893b559
Add backend support for AMD performance counters.
2017-06-15 14:29:55 +01:00
baldurk
abb07a5be1
Add missing mention of D3D12 support in a couple of places.
2017-05-19 13:52:16 +01:00
baldurk
fc61918b89
Update sphinx_rtd_theme (keeping our local changes)
2017-05-15 10:52:43 +01:00
baldurk
b4ed02d040
Take out the python API from the docs index until qrenderdoc ships
2017-05-15 10:21:20 +01:00
baldurk
4caa05c2b9
Remove reference to removed GetCommitHash function in the docs
2017-04-28 18:36:54 +01:00
baldurk
94e64a0aec
Add build of renderdoc python modules for documentation generation
2017-04-19 18:07:55 +01:00
baldurk
c7acbb3990
Document the QRenderDoc python API
2017-04-18 14:57:49 +01:00
baldurk
6930841705
Rename ReplayRenderer to ReplayController
...
* It's not a renderer, it's an interface to controlling the replay and
any 'renderer' type work actually happens in ReplayOutput.
2017-04-18 14:57:47 +01:00
baldurk
a7ab0d9300
Move capture-file handling functions into a single interface
...
* This allows us to return complex types like byte arrays or pairs of
status & render handle.
* Also in future more introspection of the capture file will be possible
and this provides an easy extension to that without adding new entry
points.
2017-04-18 14:57:47 +01:00
baldurk
f476058567
Pull the ultimate parent pipeline object to the top of any docs page
2017-04-18 14:57:46 +01:00
baldurk
dd75707157
Set copyright year to current year at build time
2017-04-18 14:57:45 +01:00
baldurk
99063c2401
Add entries in sphinx documentation to generate correct API autodocs
2017-04-18 14:57:44 +01:00
baldurk
83f769a2cd
Document the enums in replay_enums.h
2017-04-18 14:57:44 +01:00
baldurk
5adce29b44
Add support for documenting bindings API directly in code
2017-04-18 14:57:41 +01:00
baldurk
d2d86b5726
Add 'floateleven' buffer format for R11G11B10 packed data, fix unpacking
2017-03-20 13:02:20 +00:00
baldurk
efc592bfe6
Document capture renaming in the capture connection
2017-02-23 14:57:51 +00:00
baldurk
4abbfd9169
Add documentation for run-to-sample or run-to-NaN/infinity buttons
2017-02-23 14:53:54 +00:00
baldurk
ea95d4e943
Update docs on Qt support
2017-02-23 14:49:58 +00:00
baldurk
730f23fc78
Fix docs SetPrivateData example, add examples for GL/VK/D3D12. Refs #517
2017-02-21 12:14:31 +00:00
baldurk
7095d1f2a2
Document that secure boot must be disabled for global hook
2017-02-03 20:11:07 +00:00
baldurk
86200f1a10
Update documentation with new minimum requirements for OpenGL
2017-01-17 18:59:36 +00:00
baldurk
ac47036368
Add an option to hide any markers with only "API Calls" but no draws.
2017-01-09 18:15:45 +00:00
baldurk
10053b8be8
Update docs to mention that Vulkan/D3D12 don't support Map() verifying
2017-01-09 11:42:47 +00:00
baldurk
4d00722f57
Add tinyfiledialogs from tinyfiledialogs.sf.net for x-platform messages
...
* Added a couple of very minor warning suppressions for VS. To do with
casts between size_t and int or char const * and int.
2017-01-09 11:19:15 +00:00
baldurk
299e427503
Include D3D12 docs page in the table of contents
2017-01-04 17:11:52 +00:00
baldurk
c1591a5fe6
Update docs with D3D12 support and progress on Qt
2016-11-28 12:42:15 +01:00
baldurk
0c06590df3
Remove cubemap binding from D3D/HLSL texture view. Just use 2D array
2016-11-18 16:31:05 +01:00
baldurk
57d8cfa89a
Add stb_image_resize for thumbnail processing
2016-11-02 23:37:38 +01:00
baldurk
33b8bca64d
Added specific list of contributors to highlight notable work
2016-10-12 18:12:20 +02:00
baldurk
9ee4653a7a
Add triangle size overlay, showing heatmap of triangles < 4x4 in area
2016-10-02 20:04:43 +02:00
baldurk
b5c7944038
Trim down LICENSE.md to just the core RenderDoc license, link to others
...
* This allows github to identify the content of the license as MIT for
repo metadata, and also cuts down on the redundant duplicate license
credits. 3rd party acknowledgements are still linked from LICENSE.md
and prominently included in both the documentation and installer
license.
2016-09-27 16:12:39 +02:00
baldurk
19bffb7d9d
Fix some bugs in chm styling on lists
2016-09-27 15:57:23 +02:00
baldurk
b4503f95cf
Remove manual html target="_blank" links from documentation
2016-09-27 15:55:53 +02:00
baldurk
f9b78a9312
Configure sphinx to require 1.5 for building htmlhelp
...
* This version contains the fix for sphinx-doc/sphinx#2550 so we want to
assume it is present and tidy up all the external links. However if
needed (and you don't care about the external links being broken) you
can locally remove this version requirement.
2016-09-27 15:13:46 +02:00
baldurk
e991c12931
Add plthook for hooking libraries on linux even through DEEPBIND
...
* Based on a fork with slight added extra functionality at
https://github.com/baldurk/plthook
2016-09-26 17:33:50 +02:00
baldurk
0809778b26
Add a FAQ entry about hooking child processes
2016-09-12 15:09:25 +02:00
baldurk
46644e127f
Add some introductory text to the in-application API about how to start
2016-09-12 15:09:13 +02:00
Matthäus G. Chajdas
bf1c2dc165
Fix DockPanel link.
2016-09-06 12:31:00 +02:00
baldurk
c587e24509
Add documentation of network capture & replay workflow
2016-08-30 14:39:04 +02:00
baldurk
4c3dc549d1
Remove mention of beta builds
2016-08-30 14:38:45 +02:00
baldurk
4573c9c20f
Update docs of in-application API to 1.1.1
2016-08-30 14:38:35 +02:00
baldurk
226ce7a5ce
Remove line about missing features that are now implemented
2016-08-30 14:38:07 +02:00