GLdc/GL
Hayden Kowalchuk c842b6de48 chore: matrix.c unused notation, memcpy changes
- moved to memcpy4
- removed unused arrays
- moved to proper glDepthRangef signature
- rewrote gluLookAt for current and future gcc
2020-03-05 14:53:48 -05:00
..
clip.c feat: clip.c changed to moop math 2020-03-05 14:44:41 -05:00
config.h fix: config.h moved to #pragma once 2020-03-05 14:45:05 -05:00
draw.c fix: draw.c inline changes, and unused notation 2020-03-05 14:48:37 -05:00
error.c
flush.c
fog.c
framebuffer.c fix: framebuffer.c marking inline, unused notation 2020-03-05 14:49:23 -05:00
glu.c fix: glu.c changed to float, reordered math 2020-03-05 14:50:14 -05:00
immediate.c
lighting.c
matrix.c chore: matrix.c unused notation, memcpy changes 2020-03-05 14:53:48 -05:00
private.h Inline some things 2020-02-29 13:25:30 +00:00
profiler.c
profiler.h
state.c
texture.c Fix memory leak (thanks @HaydenKow) 2020-03-02 19:20:42 +00:00
util.c
version.h