mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 21:50:38 +02:00
i915,r200,radeon,vega: Change vendor from "VMware, Inc." to "Mesa Project".
These are components which were originally developed by Tungsten Graphics, which was in turn acquired by VMware, but are de facto now being maintained by third-party contributors of the Mesa open-source community. This matches what's reported by swrast driver and a few other components. Suggested by Ian Romanick.
This commit is contained in:
parent
f0c2662b12
commit
a1e528a0f0
4 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@
|
|||
static const char *
|
||||
i915_get_vendor(struct pipe_screen *screen)
|
||||
{
|
||||
return "VMware, Inc.";
|
||||
return "Mesa Project";
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ VGHardwareQueryResult vegaHardwareQuery(VGHardwareQueryType key,
|
|||
const VGubyte *vegaGetString(VGStringID name)
|
||||
{
|
||||
struct vg_context *ctx = vg_current_context();
|
||||
static const VGubyte *vendor = (VGubyte *)"VMware, Inc.";
|
||||
static const VGubyte *vendor = (VGubyte *)"Mesa Project";
|
||||
static const VGubyte *renderer = (VGubyte *)"Vega OpenVG 1.1";
|
||||
static const VGubyte *version = (VGubyte *)"1.1";
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ static const GLubyte *r200GetString( struct gl_context *ctx, GLenum name )
|
|||
|
||||
switch ( name ) {
|
||||
case GL_VENDOR:
|
||||
return (GLubyte *)"VMware, Inc.";
|
||||
return (GLubyte *)"Mesa Project";
|
||||
|
||||
case GL_RENDERER:
|
||||
offset = driGetRendererString( buffer, "R200", agp_mode );
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ static const GLubyte *radeonGetString(struct gl_context * ctx, GLenum name)
|
|||
|
||||
switch (name) {
|
||||
case GL_VENDOR:
|
||||
return (GLubyte *) "VMware, Inc.";
|
||||
return (GLubyte *) "Mesa Project";
|
||||
|
||||
case GL_RENDERER:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue