[Mesa-dev] [PATCH 2/2] s/Tungsten Graphics/VMware/
Jose Fonseca
jfonseca at vmware.com
Fri Jan 17 14:07:53 PST 2014
----- Original Message -----
> On 01/17/2014 12:56 PM, Ian Romanick wrote:
> > On 01/17/2014 08:33 AM, jfonseca at vmware.com wrote:
> >> diff --git a/src/mesa/drivers/dri/r200/r200_context.c
> >> b/src/mesa/drivers/dri/r200/r200_context.c
> >> index f82424b..f613e56 100644
> >> --- a/src/mesa/drivers/dri/r200/r200_context.c
> >> +++ b/src/mesa/drivers/dri/r200/r200_context.c
> >> @@ -29,7 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> >> SOFTWARE.
> >>
> >> /*
> >> * Authors:
> >> - * Keith Whitwell <keith at tungstengraphics.com>
> >> + * Keith Whitwell <keithw at vmware.com>
> >> */
> >>
> >> #include <stdbool.h>
> >> @@ -80,7 +80,7 @@ static const GLubyte *r200GetString( struct gl_context
> >> *ctx, GLenum name )
> >>
> >> switch ( name ) {
> >> case GL_VENDOR:
> >> - return (GLubyte *)"Tungsten Graphics, Inc.";
> >> + return (GLubyte *)"VMware, Inc.";
> >>
> >
> > Since VMware isn't maintaining radeon or r200, I seems like this should
> > be "Mesa Project", like swrast.
>
> Yeah, the last thing we need is people contacting us when they have
> problems with these drivers.
Sounds good to me too.
Jose
More information about the mesa-dev
mailing list