]> git.cworth.org Git - fips/commit
Move metrics-tracking code from glwrap.c to new metrics.c
authorCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:18:33 +0000 (11:18 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 6 May 2013 18:36:56 +0000 (11:36 -0700)
commitc0c549440d852153d1777eca3fa962c1b70483b3
treee1c4ecdd1828c17b3392a40b3a00b320d2bd0b82
parent4ef9d74d4ff12afcc7e31bf13fe2a4993f06b987
Move metrics-tracking code from glwrap.c to new metrics.c

We're moving toward having separate *wrap.c files for each flavor of GL,
(glwrap.c, glxwrap.c, and eglwrap.c). But this metrics-tracking code is
generic to all of those so belongs in a separate module.
Makefile.local
glwrap.c
glwrap.h
metrics.c [new file with mode: 0644]
metrics.h [new file with mode: 0644]