1.1 --- a/src/pvr2/glutil.h Fri Mar 28 12:32:25 2008 +0000
1.2 +++ b/src/pvr2/glutil.h Sat Apr 19 02:39:37 2008 +0000
1.5 gboolean isGLExtensionSupported( const char *extension );
1.8 + * Test if secondary color (GL_COLOR_SUM) is supported.
1.10 +gboolean isGLSecondaryColorSupported();
1.12 +gboolean isGLVertexBufferSupported();
1.13 +gboolean isGLPixelBufferSupported();
1.14 +gboolean isGLMirroredTextureSupported();
1.16 /****** Shader handling (gl_sl.c) *****/
1.17 gboolean glsl_is_supported(void);