summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBen Vanik <ben.vanik@gmail.com>2014-01-19 11:07:12 -0800
committerBen Vanik <ben.vanik@gmail.com>2014-01-19 11:07:12 -0800
commit55fe3aca057792c6d3740849368b91a2978e58d6 (patch)
tree350d0a3e68a04d520fe93db1804eed31273a4aad /docs
parentcb3f2308afd011b81d9cc1d86e68ce6e94a2ae54 (diff)
RECIP_IEEE.
Diffstat (limited to 'docs')
-rw-r--r--docs/gpu.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gpu.md b/docs/gpu.md
new file mode 100644
index 000000000..077f55522
--- /dev/null
+++ b/docs/gpu.md
@@ -0,0 +1,10 @@
+# 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.