Search
lxdream.org :: lxdream/src/pvr2/pvr2.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2.h
changeset 1233:06923d1020de
prev1219:3966d3e55351
next1256:a9d29fe74bf3
author nkeynes
date Fri Feb 24 21:17:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Factor video_width/video_height out into video_gl.c
Convert immediate-mode bits in video_gl.c into a structure for glDrawArray
Move setOrtho into defineOrthoMatrix in glutil.c
Rearrange various GL settings to keep a consistent state
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2.h Mon Feb 13 21:43:22 2012 +1000
1.2 +++ b/src/pvr2/pvr2.h Fri Feb 24 21:17:47 2012 +1000
1.3 @@ -316,7 +316,7 @@
1.4 /**
1.5 * Initialize the GL side of the texture cache (texture ids and such).
1.6 */
1.7 -void texcache_gl_init( void );
1.8 +void texcache_gl_init( gboolean withShaders );
1.9
1.10 /**
1.11 * Flush all textures and delete. The cache will be non-functional until
.