i965/cs: Create the brw_compute_program struct, and the code to initialize it.
[mesa.git] / src / mesa / drivers / dri / r200 / r200_context.h
index fed5d29dc7d690feeb9088301309e66dadb02b80..eb498f7406bd29e2e1037d468c14adf791f2aaf4 100644 (file)
@@ -29,7 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 /*
  * Authors:
- *   Keith Whitwell <keith@tungstengraphics.com>
+ *   Keith Whitwell <keithw@vmware.com>
  */
 
 #ifndef __R200_CONTEXT_H__