Mesa (master): meta: s/INLINE/inline/

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 4 18:38:49 UTC 2014


Module: Mesa
Branch: master
Commit: c4a0be73ea948513cb83202829c35151b8adf8b9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4a0be73ea948513cb83202829c35151b8adf8b9

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep  4 09:20:20 2014 -0600

meta: s/INLINE/inline/

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/common/meta.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index 85f934d..7a8e627 100644
--- a/src/mesa/drivers/common/meta.c
+++ b/src/mesa/drivers/common/meta.c
@@ -1220,7 +1220,7 @@ _mesa_meta_in_progress(struct gl_context *ctx)
  * Used by the meta-Clear, Draw/CopyPixels and Bitmap functions where the Z
  * value comes from the clear value or raster position.
  */
-static INLINE GLfloat
+static inline GLfloat
 invert_z(GLfloat normZ)
 {
    GLfloat objZ = 1.0f - 2.0f * normZ;




More information about the mesa-commit mailing list