forked from freedreno/envytools
-
Notifications
You must be signed in to change notification settings - Fork 0
niej/envytools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
envytools - Tools for people envious of nvidia's blob driver. The canonical repo is at: https://github.com/pathscale/envytools/ = Contents = Subdirectories: - hwdocs: plain-text documentation of the GPUs - envydis: Disassembler and assembler for various ISAs found on nvidia GPUs - rnn: Tools and libraries for the rules-ng-ng XML register database format - rnndb: rnn database of nvidia MMIO registers, FIFO methods, and memory structures. - nvbios: Tools to decode the card description structures found in nvidia VBIOS - nva: Tools to directly access the GPU registers - vstream: Tools to decode and encode raw video bitstreams - vdpow: A tool aiding in VP3 reverse engineering - easm: Utility code dealing with assembly language parsing & printing. - util: Misc utility code shared between envytools modules = Building, installing = Dependencies: cmake, libxml2, flex, bison, pkg-config Optional dependencies needed by nva: libpciaccess Optional dependencies needed by vdpow: vdpau, libx11 If your distribution has -dev or -devel packages, you'll also need ones corresponding to the dependencies above. To build, use $ cmake . $ make To install [which is optional], use $ make install If you want to install to a non-default directory, you'll also need to pass it as an option to cmake before building, eg.: $ cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/local .
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 86.7%
- Python 5.5%
- Lua 3.2%
- Meson 2.2%
- Yacc 0.7%
- C++ 0.7%
- Other 1.0%