diff options
author | Michal Krol <michal@vmware.com> | 2009-12-12 16:48:32 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-12-12 16:48:32 +0100 |
commit | a3eb0f718e19653a2ad8e49396c904183be456f3 (patch) | |
tree | 0092574c469ea586a6cab8b8ebb7ac62b8221a2a /docs/relnotes-7.7.html | |
parent | 491f384c3958067e6c4c994041f5d8d413b806bc (diff) | |
parent | 784cca9fa527de771754d76545970f78094b9adf (diff) |
Merge branch 'master' into glsl-pp-rework-2
Conflicts:
progs/perf/drawoverhead.c
progs/perf/teximage.c
progs/perf/vbo.c
progs/perf/vertexrate.c
src/mesa/shader/slang/library/slang_common_builtin_gc.h
Diffstat (limited to 'docs/relnotes-7.7.html')
-rw-r--r-- | docs/relnotes-7.7.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/relnotes-7.7.html b/docs/relnotes-7.7.html index ca6ec55b60..8c8f763b6f 100644 --- a/docs/relnotes-7.7.html +++ b/docs/relnotes-7.7.html @@ -34,20 +34,28 @@ tbd <h2>New features</h2> <ul> +<li>VMware "SVGA" Gallium driver. This is a Gallium3D driver which targets the + VMware virtual graphics device. It allows Linux OpenGL guest applications + to utilize the 3D graphics hardware of the host operating system. <li>GL_ARB_draw_elements_base_vertex (supported in Intel i965 and software drivers)</li> <li>GL_ARB_depth_clamp (supported in Intel i965 DRI and software drivers)</li> <li>GL_NV_depth_clamp (supported in Intel i965 DRI and software drivers)</li> <li>GL_ARB_provoking_vertex (same as GL_EXT_provoking_vertex)</li> +<li>Wavefront .obj file loader/viewer demo (progs/demos/objviewer) </ul> <h2>Bug fixes</h2> <ul> +<li>Many assorted i965 driver fixes. +<li>Many r300-gallium driver fixes; this driver is now considered unstable-quality instead of experimental-quality. </ul> <h2>Changes</h2> <ul> +<li>New Mesa texture/surface format infrastructure +<li>Removed some unused Mesa device driver hooks </ul> </body> |