jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
5.6 KiB

1 year ago
  1. ## Mesa 3-D Graphics Library v19.2.1
  2. ### Mesa License
  3. ```
  4. Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
  5. Permission is hereby granted, free of charge, to any person obtaining a
  6. copy of this software and associated documentation files (the "Software"),
  7. to deal in the Software without restriction, including without limitation
  8. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  9. and/or sell copies of the Software, and to permit persons to whom the
  10. Software is furnished to do so, subject to the following conditions:
  11. The above copyright notice and this permission notice shall be included
  12. in all copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  14. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  16. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  17. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  18. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  19. SOFTWARE.
  20. Attention, Contributors
  21. When contributing to the Mesa project you must agree to the licensing terms
  22. of the component to which you're contributing.
  23. The following section lists the primary components of the Mesa distribution
  24. and their respective licenses.
  25. Mesa Component Licenses
  26. Component Location License
  27. ------------------------------------------------------------------
  28. Main Mesa code src/mesa/ MIT
  29. Device drivers src/mesa/drivers/* MIT, generally
  30. Gallium code src/gallium/ MIT
  31. Ext headers GL/glext.h Khronos
  32. GL/glxext.h Khronos
  33. GL/wglext.h Khronos
  34. KHR/khrplatform.h Khronos
  35. *****************************************************************************
  36. ----
  37. include/GL/gl.h :
  38. Mesa 3-D graphics library
  39. Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
  40. Copyright (C) 2009 VMware, Inc. All Rights Reserved.
  41. Permission is hereby granted, free of charge, to any person obtaining a
  42. copy of this software and associated documentation files (the "Software"),
  43. to deal in the Software without restriction, including without limitation
  44. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  45. and/or sell copies of the Software, and to permit persons to whom the
  46. Software is furnished to do so, subject to the following conditions:
  47. The above copyright notice and this permission notice shall be included
  48. in all copies or substantial portions of the Software.
  49. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  50. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  51. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  52. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  53. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  54. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  55. OTHER DEALINGS IN THE SOFTWARE.
  56. *****************************************************************************
  57. ----
  58. include/GL/glext.h
  59. include/GL/glxext.h
  60. include/GL/wglxext.h :
  61. Copyright (c) 2013 - 2018 The Khronos Group Inc.
  62. Permission is hereby granted, free of charge, to any person obtaining a
  63. copy of this software and/or associated documentation files (the
  64. "Materials"), to deal in the Materials without restriction, including
  65. without limitation the rights to use, copy, modify, merge, publish,
  66. distribute, sublicense, and/or sell copies of the Materials, and to
  67. permit persons to whom the Materials are furnished to do so, subject to
  68. the following conditions:
  69. The above copyright notice and this permission notice shall be included
  70. in all copies or substantial portions of the Materials.
  71. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  72. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  73. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  74. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  75. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  76. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  77. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  78. *****************************************************************************
  79. ----
  80. include/KHR/khrplatform.h :
  81. Copyright (c) 2008 - 2018 The Khronos Group Inc.
  82. Permission is hereby granted, free of charge, to any person obtaining a
  83. copy of this software and/or associated documentation files (the
  84. "Materials"), to deal in the Materials without restriction, including
  85. without limitation the rights to use, copy, modify, merge, publish,
  86. distribute, sublicense, and/or sell copies of the Materials, and to
  87. permit persons to whom the Materials are furnished to do so, subject to
  88. the following conditions:
  89. The above copyright notice and this permission notice shall be included
  90. in all copies or substantial portions of the Materials.
  91. THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  92. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  93. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  94. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  95. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  96. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  97. MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
  98. *****************************************************************************
  99. ```