xenia-canary/docs/gpu.md

20 lines
526 B
Markdown
Raw Normal View History

2014-01-19 19:07:12 +00:00
# GPU Documentation
## References
### Command Buffer/Registers
### Shaders
* [LLVM R600 Tables](https://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/R600Instructions.td)
** The opcode formats don't match, but the name->psuedo code is correct.
2014-01-26 04:30:18 +00:00
* [xemit](https://github.com/gligli/libxemit/blob/master/xemitops.c)
## Tools
### apitrace
[apitrace](http://apitrace.github.io/) can be used to capture and replay D3D11
call streams. To disable stdout spew first set `XE_OPTION_ENABLE_LOGGING` to 0
in `logging.h`.