X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fintro.html;h=be164c883dd59be2bc9f6a22c49bcf31024ba633;hb=17b27725fe5dd61ed461a45fb320464b45f045d8;hp=33a006a74b5a47e98fb8b218750fb41a877286c7;hpb=4d864b087e9c998b28b37e10d41418edbaba9fab;p=mesa.git diff --git a/docs/intro.html b/docs/intro.html index 33a006a74b5..be164c883dd 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -1,35 +1,56 @@ - + + + + + Mesa Introduction + + + -Mesa Introduction +
+

The Mesa 3D Graphics Library

+
- + +
- - -

Introduction

+

Introduction

-Mesa is an open-source implementation of the -OpenGL specification - +The Mesa project began as an open-source implementation of the +OpenGL specification - a system for rendering interactive 3D graphics.

-A variety of device drivers allows Mesa to be used in many different -environments ranging from software emulation to complete hardware acceleration -for modern GPUs. +Over the years the project has grown to implement more graphics APIs, +including +OpenGL ES (versions 1, 2, 3), +OpenCL, +OpenMAX, +VDPAU, +VA API, +XvMC and +Vulkan. +

+ +

+A variety of device drivers allows the Mesa libraries to be used in many +different environments ranging from software emulation to complete hardware +acceleration for modern GPUs.

-Mesa ties into several other open-source projects: the -Direct Rendering Infrastructure -and X.org to provide OpenGL -support to users of X on Linux, FreeBSD and other operating systems. +Mesa ties into several other open-source projects: the +Direct Rendering +Infrastructure and X.org to +provide OpenGL support on Linux, FreeBSD and other operating +systems.

-

Project History

+

Project History

The Mesa project was originally started by Brian Paul. @@ -76,7 +97,7 @@ the OpenGL API, so they didn't feel threatened by the project. 1995-1996: I continue working on Mesa both during my spare time and during my work hours at the Space Science and Engineering Center at the University of Wisconsin in Madison. My supervisor, Bill Hibbard, lets me do this because -Mesa is now being using for the Vis5D project. +Mesa is now being using for the Vis5D project.

October 1996: Mesa 2.0 is released. It implements the OpenGL 1.1 specification.

@@ -110,11 +131,9 @@ It implements the OpenGL 1.3 specification.

-November 2001: I cofound -Tungsten Graphics, Inc. with Keith Whitwell, Jens Owen, David Dawes and -Frank LaMonica. -I continue to develop Mesa as part of my resposibilities with Tungsten -Graphics and as a spare-time project. +November 2001: I cofounded Tungsten Graphics, Inc. with Keith Whitwell, +Jens Owen, David Dawes and Frank LaMonica. +Tungsten Graphics was acquired by VMware in December 2008.

@@ -128,26 +147,109 @@ specification as well as the GL_ARB_vertex_program and GL_ARB_fragment_program extensions.

+

+June 2007: Mesa 7.0 is released, implementing the OpenGL 2.1 specification +and OpenGL Shading Language. +

+ +

+2008: Keith Whitwell and other Tungsten Graphics employees develop +Gallium +- a new GPU abstraction layer. The latest Mesa drivers are based on +Gallium and other APIs such as OpenVG are implemented on top of Gallium. +

+ +

+February 2012: Mesa 8.0 is released, implementing the OpenGL 3.0 specification +and version 1.30 of the OpenGL Shading Language. +

+ +

+July 2016: Mesa 12.0 is released, including OpenGL 4.3 support and initial +support for Vulkan for Intel GPUs. Plus, there's another gallium software +driver ("swr") based on LLVM and developed by Intel. +

+ +

+Ongoing: Mesa is the OpenGL implementation for devices designed by +Intel, AMD, NVIDIA, Qualcomm, Broadcom, Vivante, plus the VMware and +VirGL virtual GPUs. +There's also several software-based renderers: swrast (the legacy +Mesa rasterizer), softpipe (a gallium reference driver), llvmpipe +(LLVM/JIT-based high-speed rasterizer) and swr (another LLVM-based driver). +

+

+Work continues on the drivers and core Mesa to implement newer versions +of the OpenGL, OpenGL ES and Vulkan specifications. +

+ + + +

Major Versions

+ +

+This is a summary of the major versions of Mesa. +Mesa's major version number has been incremented whenever a new version +of the OpenGL specification is implemented. +

+ +

Version 12.x features

+

+Version 12.x of Mesa implements the OpenGL 4.3 API, but not all drivers +support OpenGL 4.3. +

-Ongoing: Mesa is used as the core of many hardware OpenGL drivers for -the XFree86 X.org X servers within the -DRI project. -I continue to enhance Mesa with new extensions and features. +Initial support for Vulkan is also included.

+

Version 11.x features

+

+Version 11.x of Mesa implements the OpenGL 4.1 API, but not all drivers +support OpenGL 4.1. +

-

Major Versions

+

Version 10.x features

-This is a summary of the major versions of Mesa. Note that Mesa's major -version number tracks OpenGL's minor version number (+1). -Work is underway to implement the OpenGL 2.0 specification. +Version 10.x of Mesa implements the OpenGL 3.3 API, but not all drivers +support OpenGL 3.3.

-

Version 6.x features

+

Version 9.x features

+

+Version 9.x of Mesa implements the OpenGL 3.1 API. +While the driver for Intel Sandy Bridge and Ivy Bridge is the only +driver to support OpenGL 3.1, many developers across the open-source +community contributed features required for OpenGL 3.1. The primary +features added since the Mesa 8.0 release are +GL_ARB_texture_buffer_object and GL_ARB_uniform_buffer_object. +

+

+Version 9.0 of Mesa also included the first release of the Clover state +tracker for OpenCL. +

+ + +

Version 8.x features

+

+Version 8.x of Mesa implements the OpenGL 3.0 API. +The developers at Intel deserve a lot of credit for implementing most +of the OpenGL 3.0 features in core Mesa, the GLSL compiler as well as +the i965 driver. +

+ + +

Version 7.x features

+

+Version 7.x of Mesa implements the OpenGL 2.1 API. The main feature +of OpenGL 2.x is the OpenGL Shading Language. +

+ + +

Version 6.x features

Version 6.x of Mesa implements the OpenGL 1.5 API with the following extensions incorporated as standard features: @@ -181,13 +283,13 @@ GL_SRC2_ALPHA GL_SOURCE2_ALPHA

See the - + OpenGL specification for more details.

-

Version 5.x features

+

Version 5.x features

Version 5.x of Mesa implements the OpenGL 1.4 API with the following extensions incorporated as standard features: @@ -213,7 +315,7 @@ extensions incorporated as standard features: -

Version 4.x features

+

Version 4.x features

Version 4.x of Mesa implements the OpenGL 1.3 API with the following @@ -232,7 +334,7 @@ extensions incorporated as standard features:

  • GL_ARB_transpose_matrix -

    Version 3.x features

    +

    Version 3.x features

    Version 3.x of Mesa implements the OpenGL 1.2 API with the following @@ -248,7 +350,7 @@ features: -

    Version 2.x features

    +

    Version 2.x features

    Version 2.x of Mesa implements the OpenGL 1.1 API with the following features. @@ -297,6 +399,6 @@ features. - +