mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
Fix VMware capitalization.
Signed-off-by: Vinson Lee <vlee@freedesktop.org> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Neha Bhende <bhenden@vmware.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7260>
This commit is contained in:
parent
0e7d45c89a
commit
fdb1997ab5
@ -34,7 +34,7 @@ Software drivers include:
|
||||
- :doc:`llvmpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
|
||||
and is multi-threaded
|
||||
- softpipe - a reference Gallium driver
|
||||
- :doc:`svga <drivers/vmware-guest>` - driver for VMWare virtual GPU
|
||||
- :doc:`svga <drivers/vmware-guest>` - driver for VMware virtual GPU
|
||||
- `swr <https://www.openswr.org/>`__ - x86-optimized software renderer
|
||||
for visualization workloads
|
||||
- `virgl <https://virgil3d.github.io/>`__ - research project for
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Copyright © 2016 Bas Nieuwenhuizen
|
||||
*
|
||||
* Based on u_format.h which is:
|
||||
* Copyright 2009-2010 Vmware, Inc.
|
||||
* Copyright 2009-2010 VMware, Inc.
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Copyright © 2016 Bas Nieuwenhuizen
|
||||
*
|
||||
* Based on u_format.h which is:
|
||||
* Copyright 2009-2010 Vmware, Inc.
|
||||
* Copyright 2009-2010 VMware, Inc.
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2008-2009 Vmware, Inc.
|
||||
* Copyright 2008-2009 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2008-2009 Vmware, Inc.
|
||||
* Copyright 2008-2009 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2009-2010 Vmware, Inc.
|
||||
* Copyright 2009-2010 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2010 Vmware, Inc.
|
||||
* Copyright 2010 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2008-2010 Vmware, Inc.
|
||||
* Copyright 2008-2010 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
*
|
||||
* Copyright 2010 Vmware, Inc.
|
||||
* Copyright 2010 VMware, Inc.
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
|
Loading…
Reference in New Issue
Block a user