diff options
| author | Michel Dänzer <daenzer@vmware.com> | 2009-05-20 17:00:48 +0200 |
|---|---|---|
| committer | Michel Dänzer <daenzer@vmware.com> | 2009-05-20 17:00:48 +0200 |
| commit | b9bd1abf2664a75642ee5e1999697bbe480b9172 (patch) | |
| tree | 06e34f206854badbb1ec5f31abdf661900ab389e /docs/relnotes-7.5.html | |
| parent | c696dd0f62c195d71cf7ecbdd04d9b156dd0da0b (diff) | |
| parent | 0c75cb5afe81b0de9d006f9f9b75fdc9a15038d0 (diff) | |
Merge branch 'master' into radeon-rewrite
Conflicts:
src/mesa/drivers/dri/r300/r300_context.c
src/mesa/drivers/dri/r300/r300_texstate.c
Diffstat (limited to 'docs/relnotes-7.5.html')
| -rw-r--r-- | docs/relnotes-7.5.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/relnotes-7.5.html b/docs/relnotes-7.5.html index 3de243d1b2..d47b21d827 100644 --- a/docs/relnotes-7.5.html +++ b/docs/relnotes-7.5.html @@ -46,7 +46,7 @@ tbd <h2>New features</h2> <ul> -<li>Gallium - this is the new architecture for OS-independent and +<li>Gallium3D - this is the new architecture for OS-independent and API-independent 3D drivers. Gallium3D is intended for GPUs that fully support vertex/fragment shaders. The Gallium3D drivers currently included are: @@ -54,8 +54,10 @@ tbd <li>softpipe - a software/reference driver <li>i915 - Intel 915/945 driver <li><a href="cell.html">Cell</a> - IBM/Sony/Toshiba Cell processor driver - <li>nouveau - preliminary driver for NVIDIA GPUs (still under development) - <li>r300 - preliminary driver for R300 (still under development) + <li>nouveau (for NVIDIA GPUs) and R300 for (AMD/ATI R300). + <b>PLEASE NOTE: these drivers are incomplete and still under development. + It's probably NOT worthwhile to report any bugs unless you have patches. + </b> </ul> <li>GL_ARB_framebuffer_object extension (software drivers, i965 driver) <li>Reworked two-sided stencil support. |
