Mesa (master): i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.

Kenneth Graunke kwg at kemper.freedesktop.org
Fri Jul 28 20:42:09 UTC 2017


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Jul 28 13:37:57 2017 -0700

i965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.

In commit 877128505431adaf817dc8069172ebe4a1cdf5d8, José replaced the
Tungsten Graphics copyright notices with VMware, as Tungsten is gone.

I later imported brw_bufmgr.c, reintroducing a Tungsten copyright.
This commit does the equivalent of José's change to the new file.

---

 src/mesa/drivers/dri/i965/brw_bufmgr.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_bufmgr.c b/src/mesa/drivers/dri/i965/brw_bufmgr.c
index 3ac3627953..020d64849d 100644
--- a/src/mesa/drivers/dri/i965/brw_bufmgr.c
+++ b/src/mesa/drivers/dri/i965/brw_bufmgr.c
@@ -1,7 +1,7 @@
 /*
  * Copyright © 2007 Red Hat Inc.
  * Copyright © 2007-2017 Intel Corporation
- * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
+ * Copyright © 2006 VMware, Inc.
  * All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -25,8 +25,8 @@
  */
 
 /*
- * Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com>
- *          Keith Whitwell <keithw-at-tungstengraphics-dot-com>
+ * Authors: Thomas Hellström <thellstrom at vmware.com>
+ *          Keith Whitwell <keithw at vmware.com>
  *          Eric Anholt <eric at anholt.net>
  *          Dave Airlie <airlied at linux.ie>
  */




More information about the mesa-commit mailing list