Search
lxdream.org :: lxdream/src/drivers/video_nsgl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_nsgl.c
changeset 757:2780bc393e7c
prev736:a02d1475ccfd
author nkeynes
date Wed Sep 10 02:03:20 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Initial impl of the alternate PVR DMA channel
file annotate diff log raw
1.1 --- a/src/drivers/video_nsgl.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/video_nsgl.c Wed Sep 10 02:03:20 2008 +0000
1.3 @@ -17,6 +17,7 @@
1.4 */
1.5
1.6 #include <AppKit/NSOpenGL.h>
1.7 +#include <Foundation/NSAutoreleasePool.h>
1.8 #include "drivers/video_nsgl.h"
1.9 #include "drivers/video_gl.h"
1.10 #include "pvr2/glutil.h"
.