summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include_olpc_4_6_9/gc_abi.h1
-rw-r--r--src/utils/viv_info.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include_olpc_4_6_9/gc_abi.h b/src/include_olpc_4_6_9/gc_abi.h
index 8fd4ceb..3eee4b3 100644
--- a/src/include_olpc_4_6_9/gc_abi.h
+++ b/src/include_olpc_4_6_9/gc_abi.h
@@ -30,6 +30,7 @@
#define GCABI_HAS_MINOR_FEATURES_4
#define GCABI_CHIPIDENTITY_EXT
+#define GCABI_CHIPIDENTITY_VARYINGS
// One of these must be set:
//#define GCABI_HAS_CONTEXT
diff --git a/src/utils/viv_info.c b/src/utils/viv_info.c
index a82bf93..2664534 100644
--- a/src/utils/viv_info.c
+++ b/src/utils/viv_info.c
@@ -284,7 +284,7 @@ int main()
printf("Number of varyings: 0x%08x\n", id.u.QueryChipIdentity.varyingsCount);
printf("Supertile layout style in hardware: 0x%08x\n", id.u.QueryChipIdentity.superTileMode);
#endif
-
+
printf("\n");
memset((void*)&id, 0, sizeof(id));