Module: Mesa Branch: 7.9 Commit: 968a9ec76eadf55e8b58171884e1175d7b8cf59a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=968a9ec76eadf55e8b58171884e1175d7b8cf59a
Author: Marek Olšák <[email protected]> Date: Tue Oct 5 02:06:23 2010 +0200 update release notes for Gallium I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. --- docs/relnotes-7.9.html | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index c12b527..fd23f0e 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -42,16 +42,32 @@ c9dd7419a19bcb24a1fe556ec2e78451 MesaGLUT-7.9-rc1.zip <li>New, improved GLSL compiler written by Intel. See the <a href="shading.html"> Shading Language</a> page for more information. -<li>GL_EXT_timer_query extension (i965 driver only) +<li>New, very experimental Gallium driver for R600-R700 Radeons. +<li>GL_EXT_timer_query extension (i965 driver and softpipe only) <li>GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES = 1) <li>GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle) -<li>GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program_shadow - and GL_EXT_draw_buffers2 in Gallium drivers +<li>GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program_shadow, + GL_ARB_window_pos, GL_EXT_gpu_program_parameters, + GL_ATI_texture_env_combine3, GL_MESA_pack_invert, and GL_OES_EGL_image + extensions in Gallium drivers +<li>GL_ARB_depth_clamp and GL_NV_depth_clamp extensions (in nv50 and r600 + Gallium drivers) +<li>GL_ARB_half_float_vertex extension (in nvfx, r300, r600, softpipe, + and llvmpipe Gallium drivers) +<li>GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium + drivers) +<li>GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe + Gallium drivers) +<li>GL_ATI_texture_mirror_once (in nvfx, nv50, r300, r600, softpipe, and + llvmpipe Gallium drivers) +<li>GL_NV_conditional_render (in r300 Gallium driver) </ul> <h2>Bug fixes</h2> <ul> +<li>Massive improvements to the Gallium driver for R300-R500 Radeons; this + driver is now considered stable for use as a DRI (OpenGL) driver. </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
