forked from freedreno-zz/freedreno
freedreno/freedreno
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This branch is 112 commits ahead of freedreno-zz:master.
Latest commit
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
The test and libwrap code link using normal gcc (on gnu/linux type environment, I'm using armv7 ubuntu 11.10, but debian, etc, should work just fine), against an android libc and libC2D2, etc. The /system directory from an android snapdragon filesystem should be extracted under /system. You can find what you need from, for ex, a cyanogenmod filesystem for a snapdragon phone. You can run the test apps with wrapper lib like: LD_PRELOAD=`pwd`/libwrap.so ./test-copy > test-copy.log (run that as root or fix up permissions on /dev/kgsl-*) The redump utility can post process a set of .rd log files to generate a html table showing side-by-side comparisions of the cmdstream with params and gpuaddr's highlighted: ./redump copy*.rd > copy.html
About
open source driver project for adreno GPUs
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 86.8%
- Assembly 9.6%
- C++ 1.7%
- Yacc 0.5%
- Makefile 0.4%
- Lex 0.3%
- Other 0.7%