Commit Graph

70 Commits

Author SHA1 Message Date
baldurk 5ce2e4ae6d Fix CI badge in README 2026-02-13 13:06:19 +00:00
baldurk 831ed40484 Fix branch specified in CI badge in README 2023-07-27 01:17:34 +01:00
baldurk 8009df5027 Add note of rules to bug report template and README 2023-04-06 16:39:22 +01:00
baldurk 72d4d2702d Remove references to Stadia 2022-10-28 15:36:26 +01:00
baldurk 7393c6db5a Don't refer specifically to windows 10, include all versions
* Windows versions numbers no longer make sense since 11 is just 10 with a worse
  UI refresh, but since it works the same it will be supported as well.
2022-10-28 15:36:15 +01:00
baldurk 9bb25f4652 Switch web IRC links from kiwiirc to webchat.oftc.net 2022-08-18 15:54:46 +01:00
baldurk 59a7be898a Fix new-issue link not going to chooser properly
* Also bump the config.yml just to see if it starts enforcing a redirect.
2022-08-16 18:39:25 +01:00
baldurk 6d5140e5b5 Remove links to deleted wiki pages, and planned/roadmap features doc 2022-03-15 14:34:38 +00:00
baldurk 87e08feb7c Document that only 64-bit x86 is supported on linux. Closes #2332 2021-08-02 22:55:12 +01:00
TotalCaesar659 4d31495b25 Update URLs to HTTPS 2021-07-29 11:57:56 +01:00
baldurk 9db41e0a5e Update IRC details to point to OFTC 2021-06-15 11:26:58 +01:00
baldurk 3f637e0d9b Link to renderdoc-contrib repository 2021-01-27 12:58:51 +00:00
baldurk e05224753c Adopt v2.0 of the contributor covenant
* This better details the inclusionary community desired and has more specific
  additional language on how the code of conduct will be enforced as needed.
* In addition the file is copied to the .github folder for additional
  visibility.
2020-06-12 13:40:02 +01:00
baldurk d49d31fa86 Switch from travis/appveyor to github actions for CI 2020-06-11 22:42:44 +01:00
baldurk f167ac0daf Be extra clear that 64-bit builds can capture 32-bit programs on windows 2019-04-09 11:09:21 +01:00
baldurk a5c55c3239 Clarify links to nightly builds a little 2019-04-09 11:09:21 +01:00
baldurk 25260c29f7 Add mention of Stadia support to README and docs 2019-03-20 05:32:53 +00:00
baldurk 18bd9d8c9b Add discord server links 2019-01-07 17:33:24 +00:00
baldurk 6aa79f54bd Add Nintendo Switch as supported platform to documentation
* Nintendo Switch support is distributed separately for authorized developers as
  part of the NintendoSDK. For more information, consult the Nintendo Developer
  Portal.
2018-11-30 15:21:16 +00:00
baldurk a9fa2580d6 Fix build links in README.md to be always to the latest version 2018-11-30 11:06:26 +00:00
baldurk 871685fe86 Split up CONTRIBUTING.md and move it under docs/ 2018-09-17 17:31:05 +01:00
baldurk a38f77a6f7 Move CODE_OF_CONDUCT.md file into docs/ subfolder
* This keeps the root folder a little tidier and is still automatically located
  & linked by github. See: https://help.github.com/articles/adding-a-code-of-
  conduct-to-your-project/
2018-09-17 16:50:47 +01:00
baldurk ac4bd2c6a2 Add GL ES on windows to supported APIs in readme
* Requires either driver support (EXT_create_context_es2_profile) or a GLES
  emulating library like ANGLE.
* Note however that ANGLE doesn't at this point meet the minspec for replay, so
  it can only be captured from.
2018-07-09 17:04:00 +01:00
baldurk bcafe108f6 Make it clear that GL 3.2 and up are supported 2018-06-28 18:25:20 +01:00
baldurk fbf483e401 Add mention of the symbol server to the README 2018-04-03 17:10:18 +01:00
baldurk 5ef2d0bb5e Update screenshots to new 2018-03-06 12:43:52 +00:00
baldurk dac928070d Clarify that GLES 2.0 - 3.2 is supported 2018-02-22 15:49:48 +00:00
baldurk 8b607f63a6 Update README.md for v1.0 2018-02-21 14:42:06 +00:00
Ryan Huffman 787045d3eb Update README.md to reflect OS support for Linux 2017-08-14 13:06:47 +01:00
baldurk 53d0742453 Add README mention of v1.x branch 2017-08-04 17:35:48 +01:00
Baldur Karlsson a029fc4ab1 Update screenshots to point to renderdoc.org site 2017-02-23 17:46:42 +00:00
baldurk 654a5cb3c9 Remove WIP from Qt UI in README 2017-02-17 20:16:21 +00:00
Pierre-Loup A. Griffais 316c7140c2 Update README.md
Reference TODO list in README caveat for Qt UI.
2017-01-25 20:53:03 +00:00
baldurk 7947361345 Compress README a bit for readability's sake 2017-01-09 13:19:27 +00:00
baldurk c1591a5fe6 Update docs with D3D12 support and progress on Qt 2016-11-28 12:42:15 +01:00
Baldur Karlsson aa4e4750ed Fix typo to Contributor Covenant link in README 2016-11-02 17:14:06 +01:00
Baldur Karlsson 7e2296911c Minor typo fix in README 2016-10-25 21:41:02 +02:00
baldurk 1a465102b6 Minor tweaks to README phrasing/organisation/links. 2016-09-27 13:26:23 +02:00
baldurk cd06d4e840 Move compilation instructions into CONTRIBUTING.md 2016-09-27 13:09:51 +02:00
baldurk 0a85203b39 Update README with some other APIs for clarity 2016-09-15 17:50:51 +02:00
baldurk f500e9b175 Add web IRC link to README.md, remove talk of beta builds, add docs link 2016-09-06 18:29:01 +02:00
Baldur Karlsson c5b5597b27 Add MIT license badge 2016-08-01 11:01:05 +02:00
baldurk b505cfaceb Add initial skeleton of D3D12 support
* This includes changes to DXGI to remove hard dependency on D3D11 code
  and support multiple D3D versions initialising through DXGI.
* Basically all of the D3D12 interception is unimplemented/stubbed out
  and only the ID3D12Device interface is present.
2016-07-10 18:09:20 +02:00
Baldur Karlsson 5c2ac32f66 Switch docs.renderdoc.org to renderdoc.org/docs
* This lets the link be https (as I don't have a wildcard cert)
2016-06-15 20:10:54 +02:00
baldurk 160762e4ab Add code of conduct 2016-05-22 19:41:50 +02:00
baldurk 3caed2e59d Coverity: Add coverity badge to readme
[ci skip]
2016-05-21 19:15:05 +02:00
baldurk 142a7e5336 Add AppVeyor badge to readme
[ci skip]
2016-05-21 18:37:10 +02:00
Baldur Karlsson a0ab0b935f Add Travis CI badge to readme
[ci skip]
2016-05-21 12:26:33 +02:00
Baldur Karlsson 08141e16a9 Add Vulkan to first line of README.md 2016-02-16 15:04:38 +01:00
baldurk 0c4a1af772 Update API support in README.md 2016-02-07 18:50:35 +01:00