first commit

This commit is contained in:
Ole Algoritme
2022-09-05 21:52:22 +02:00
commit 698a8f7487
198 changed files with 951446 additions and 0 deletions

41
include/nva/fb.h Normal file
View File

@@ -0,0 +1,41 @@
/* This file is auto-generated -- do not edit. */
#ifndef CGEN_FB_H
#define CGEN_FB_H
enum fb_gen_index {
FB_NV1,
FB_NV3,
FB_NV3T,
FB_NV4,
FB_NV5,
FB_NVA,
FB_NV10,
FB_NV1A,
FB_NV1F,
FB_NV20,
FB_NV2A,
FB_NV25,
FB_NV30,
FB_NV31,
FB_NV35,
FB_NV36,
FB_NV40,
FB_NV41,
FB_NV43,
FB_G70,
FB_G73,
FB_NV44,
FB_G72,
FB_C51,
FB_MCP61,
FB_G80,
FB_MCP77,
FB_GF100,
FB_GK20A,
NUM_FB_GEN,
FB_GEN_UNKNOWN = NUM_FB_GEN,
};
#endif