Search
lxdream.org :: lxdream/test/timer.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.c
changeset 731:ee2e929cca3a
prev272:fb6be85235e8
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/test/timer.c Thu Jan 11 06:53:31 2007 +0000
1.2 +++ b/test/timer.c Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -1,4 +1,4 @@
1.4 -#include "../lib.h"
1.5 +#include "lib.h"
1.6 #define TMU_CHANNEL 2
1.7 #define BASE_TICKS_PER_US 200
1.8 #define CLOCK_DIVIDER 16
.