Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / api_loopback.h
index a4858e44f47863a8f20d3f60b313a04e599245df..6f85bbc1d92e7c3d2ce3aabfe1dc6db5b6797e38 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Mesa 3-D graphics library
  * Version:  3.5
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
+
+
 #ifndef API_LOOPBACK_H
 #define API_LOOPBACK_H
 
 #include "glheader.h"
 
-struct _glapi_table;
 
-extern void _mesa_loopback_prefer_float( struct _glapi_table *dest,
-                                        GLboolean prefer_float_colors );
+struct _glapi_table;
 
-extern void _mesa_loopback_init_api_table( struct _glapi_table *dest,
-                                          GLboolean prefer_float_colors );
+extern void _mesa_loopback_init_api_table( struct _glapi_table *dest );
 
 #endif