From c2740578404b4e46d198de70af1cfd554033d99f Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Tue, 7 Jul 2015 10:03:13 +0100 Subject: ext: Add the NoMali GPU no-simulation library Add revision 9adf9d6e2d889a483a92136c96eb8a434d360561 of NoMali-model from https://github.com/ARM-software/nomali-model. This library implements the register interface of the Mali T6xx/T7xx series GPUs, but doesn't do any rendering. It can be used to hide the effects of software rendering. --- ext/nomali/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ext/nomali/.gitignore (limited to 'ext/nomali/.gitignore') diff --git a/ext/nomali/.gitignore b/ext/nomali/.gitignore new file mode 100644 index 000000000..dc9c05a07 --- /dev/null +++ b/ext/nomali/.gitignore @@ -0,0 +1,8 @@ +/docs +/tests/nomali_test0 +/tests/nomali_test_ints +*~ +*.o +*.d +*.so +*.a -- cgit v1.2.3