cosmetic changes
authorMichal Krol <mjkrol@gmail.org>
Thu, 13 Jan 2005 14:13:19 +0000 (14:13 +0000)
committerMichal Krol <mjkrol@gmail.org>
Thu, 13 Jan 2005 14:13:19 +0000 (14:13 +0000)
src/mesa/shader/shaderobjects.h

index f1cb1b1a9017b527852a6ec2809ec88a5773dc6d..7f0f0706a01e4b5df728c40587da66f9f3738a58 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.1
+ * Version:  6.3
  *
- * Copyright (C) 2004  Brian Paul   All Rights Reserved.
+ * Copyright (C) 2004-2005  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
 #ifndef SHADEROBJECTS_H
 #define SHADEROBJECTS_H
 
-
 #include "mtypes.h"
 
-#if _HAVE_FULL_GL
+#if FEATURE_ARB_shader_objects
 
 extern void GLAPIENTRY
 _mesa_DeleteObjectARB(GLhandleARB obj);
@@ -147,7 +146,7 @@ _mesa_GetUniformivARB (GLhandleARB, GLint, GLint *);
 extern void GLAPIENTRY
 _mesa_GetShaderSourceARB (GLhandleARB, GLsizei, GLsizei *, GLcharARB *);
 
-/* GL_ARB_vertex_shader */
+#if FEATURE_ARB_vertex_shader
 
 extern void GLAPIENTRY
 _mesa_BindAttribLocationARB (GLhandleARB, GLuint, const GLcharARB *);
@@ -156,16 +155,14 @@ extern void GLAPIENTRY
 _mesa_GetActiveAttribARB (GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *);
 
 extern GLint GLAPIENTRY
-_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);
-
-
-
-extern void _mesa_init_shaderobjects( GLcontext * ctx );
-
-#else
+_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);\r
+\r
+#endif
 
-/** No-op */
+extern void\r
+_mesa_init_shaderobjects (GLcontext *ctx);
 
 #endif
 
 #endif
+\r