r600g: Implement GL_ARB_texture_gather
[mesa.git] / src / mesa / swrast / swrast.h
index 359a985fdead76a21a2f316c62e711b531252657..ac3dbe3041e17586b04b2ec0f746255ae6549141 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5
  *
  * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
  *
@@ -27,7 +26,7 @@
 /**
  * \file swrast/swrast.h
  * \brief Public interface to the software rasterization functions.
- * \author Keith Whitwell <keith@tungstengraphics.com>
+ * \author Keith Whitwell <keithw@vmware.com>
  */
 
 #ifndef SWRAST_H