Search
lxdream.org :: lxdream/src/pvr2/glutil.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/glutil.h
changeset 1134:f502f3d32f90
prev1130:5f56fc931112
next1140:7dc1c71ece76
author nkeynes
date Fri Oct 22 20:55:32 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Dump more information with --gl-info, and print it a little more nicely
file annotate diff log raw
1.1 --- a/src/pvr2/glutil.h Fri Sep 17 20:08:50 2010 +1000
1.2 +++ b/src/pvr2/glutil.h Fri Oct 22 20:55:32 2010 +1000
1.3 @@ -45,16 +45,21 @@
1.4 gboolean isGLSecondaryColorSupported();
1.5
1.6 gboolean isGLVertexBufferSupported();
1.7 +gboolean isGLVertexRangeSupported();
1.8 gboolean isGLPixelBufferSupported();
1.9 gboolean isGLMirroredTextureSupported();
1.10
1.11 /****** Shader handling (gl_sl.c) *****/
1.12 gboolean glsl_is_supported(void);
1.13 +const char *glsl_get_version(void);
1.14 gboolean glsl_load_shaders( );
1.15 void glsl_unload_shaders(void);
1.16 gboolean glsl_set_shader( unsigned program_id );
1.17 void glsl_clear_shader();
1.18
1.19 +/* Convenience formatting function for driver use */
1.20 +void fprint_extensions( FILE *out, const char *extensions );
1.21 +
1.22 #ifdef __cplusplus
1.23 }
1.24 #endif
.