shithub: tinygl

Download patch

ref: 8c8fcb0c46adf21fc54b854e6e41a2723528979b
parent: 69d6dd0c2492df09266f552d040e91c9dc6b959b
author: David <gek@katherine>
date: Tue Mar 9 13:11:33 EST 2021

Automatic commit.

--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@
 CC= gcc
 #CFLAGS= -Wall -w -O3 -g -std=c99 -mtune=native -DNDEBUG
 #CFLAGS= -Wall -w -O3 -g -std=c99 -march=native -DNDEBUG
-CFLAGS= -Wall -O3 -std=c99 -DNDEBUG -g
+CFLAGS= -Wall -O3 -std=c99 -DNDEBUG -g -mtune=native
 #CFLAGS= -Wall -O1 -g -std=c99 -Wno-undef -DNDEBUG
 LFLAGS=
 
--- a/src/zgl.h
+++ b/src/zgl.h
@@ -52,7 +52,6 @@
 #define COLOR_ARRAY 0x0002
 #define NORMAL_ARRAY 0x0004
 #define TEXCOORD_ARRAY 0x0008
-//#define VERTEX_HASH_SIZE 1031
 
 #define MAX_DISPLAY_LISTS 1024
 #define OP_BUFFER_MAX_SIZE 4096