summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/blend.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 22:08:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 22:08:26 +0000
commitb34024bc6207efb460e621ccd9bc08b944b2c235 (patch)
tree2ea574e6c96e84b1e9ee88e542ebc03db67560a8 /src/mesa/main/blend.h
parent42fcf03e3a39eb68889f25c279203183e2d820e9 (diff)
downloadexternal_mesa3d-b34024bc6207efb460e621ccd9bc08b944b2c235.zip
external_mesa3d-b34024bc6207efb460e621ccd9bc08b944b2c235.tar.gz
external_mesa3d-b34024bc6207efb460e621ccd9bc08b944b2c235.tar.bz2
replaced gl_ prefix with _mesa_ prefix on blend funcs
Diffstat (limited to 'src/mesa/main/blend.h')
-rw-r--r--src/mesa/main/blend.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/main/blend.h b/src/mesa/main/blend.h
index 8396880..880fcd1 100644
--- a/src/mesa/main/blend.h
+++ b/src/mesa/main/blend.h
@@ -1,10 +1,10 @@
-/* $Id: blend.h,v 1.2 1999/11/11 01:22:25 brianp Exp $ */
+/* $Id: blend.h,v 1.3 2000/02/02 22:08:26 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.1
+ * Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 2000 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"),
@@ -34,14 +34,14 @@
extern void
-gl_blend_span( GLcontext *ctx, GLuint n, GLint x, GLint y,
- GLubyte rgba[][4], const GLubyte mask[] );
+_mesa_blend_span( GLcontext *ctx, GLuint n, GLint x, GLint y,
+ GLubyte rgba[][4], const GLubyte mask[] );
extern void
-gl_blend_pixels( GLcontext *ctx,
- GLuint n, const GLint x[], const GLint y[],
- GLubyte rgba[][4], const GLubyte mask[] );
+_mesa_blend_pixels( GLcontext *ctx,
+ GLuint n, const GLint x[], const GLint y[],
+ GLubyte rgba[][4], const GLubyte mask[] );
extern void