From 57b730080408b826ec4090932edd3887d799d0ca Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Tue, 5 Oct 2010 02:56:14 +0200 Subject: update release notes for Gallium I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. (cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a) Conflicts: docs/relnotes-7.9.html --- docs/relnotes-7.9.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index b6f3ec1d06..f4d3ed9689 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -37,20 +37,35 @@ tbd
  • New, improved GLSL compiler written by Intel. See the Shading Language page for more information. -
  • GL_EXT_timer_query extension (i965 driver only) +
  • New, very experimental Gallium driver for R600-R700 Radeons. +
  • GL_EXT_timer_query extension (i965 driver and softpipe only)
  • GL_EXT_framebuffer_multisample extension (intel drivers, MAX_SAMPLES = 1)
  • GL_ARB_texture_swizzle extension (alias of GL_EXT_texture_swizzle) -
  • GL_ARB_draw_elements_base_vertex, GL_ARB_fragment_program_shadow - and GL_EXT_draw_buffers2 in Gallium drivers +
  • 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 +
  • GL_ARB_depth_clamp and GL_NV_depth_clamp extensions (in nv50 and r600 + Gallium drivers) +
  • GL_ARB_half_float_vertex extension (in nvfx, r300, r600, softpipe, + and llvmpipe Gallium drivers) +
  • GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium + drivers) +
  • GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe + Gallium drivers) +
  • GL_ATI_texture_mirror_once (in nvfx, nv50, r300, r600, softpipe, and + llvmpipe Gallium drivers) +
  • GL_NV_conditional_render (in r300 Gallium driver)
  • Initial "signs of life" support for Sandybridge hardware in i965 DRI driver. -

    Bug fixes

    This list is likely incomplete.