From e7424d72405a1cb1fb5ac625b340043aaa9f88be Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Sun, 19 Sep 2010 16:54:39 +0800 Subject: st/egl: Rename kms backend to drm. The main use of the backend is to support EGL_MESA_drm_display. drm should be a better name. --- docs/egl.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/egl.html b/docs/egl.html index 4758267294..d38f2dd7b7 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -72,13 +72,13 @@ drivers will be installed to ${libdir}/egl.

  • --with-egl-platforms

    List the platforms (window systems) to support. Its argument is a comma -seprated string such as --with-egl-platforms=x11,kms. It decides +seprated string such as --with-egl-platforms=x11,drm. It decides the platforms a driver may support. The first listed platform is also used by the main library to decide the native platform: the platform the EGL native types such as EGLNativeDisplayType or EGLNativeWindowType defined for.

    -

    The available platforms are x11, kms, +

    The available platforms are x11, drm, fbdev, and gdi. The gdi platform can only be built with SCons.

    -- cgit v1.2.3 From a8fde1ba4df17427c82404e0c91930a6290391bf Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 20 Sep 2010 08:54:04 -0600 Subject: docs: remove old broken link --- docs/news.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/news.html b/docs/news.html index 09385ad35e..2f3f143fcd 100644 --- a/docs/news.html +++ b/docs/news.html @@ -1277,7 +1277,6 @@ grateful.

    March 18, 1999

    The new webpages are now online. Enjoy, and let me know if you find any errors. -For an eye-candy free version you can use http://www.mesa3d.org/txt/.

    February 16, 1999

    SGI releases its GLX -- cgit v1.2.3 From 0bc3e1f4f4b0827ac4a880cdbdb1da069e80fac9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 20 Sep 2010 08:57:53 -0600 Subject: docs: mark as obsolete, remove dead links --- docs/fbdev-dri.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index e941b1679e..0eea5e8e32 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -9,6 +9,9 @@

    Mesa fbdev/DRI Drivers


    +

    NOTE: this information is obsolete and will be removed at +a future date

    +

    1. Introduction

    @@ -22,7 +25,7 @@ Contributors to this project include Jon Smirl, Keith Whitwell and Dave Airlie.

    Applications in the fbdev/DRI environment use -the MiniGLX interface to choose pixel +the MiniGLX interface to choose pixel formats, create rendering contexts, etc. It's a subset of the GLX and Xlib interfaces allowing some degree of application portability between the X and X-less environments. @@ -315,8 +318,7 @@ It means that the sample_server process is not running.

    5.0 Programming Information

    -OpenGL/Mesa is interfaced to fbdev via the MiniGLX -interface. +OpenGL/Mesa is interfaced to fbdev via the MiniGLX interface. MiniGLX is a subset of Xlib and GLX API functions which provides just enough functionality to setup OpenGL rendering and respond to simple input events. @@ -332,7 +334,7 @@ This allows some degree of flexibility for software development and testing. However, the MiniGLX API is not binary-compatible with full Xlib/GLX. Some of the structures are different and some macros/functions work differently. -See the GL/miniglx.h header file for details. +See the GL/miniglx.h header file for details.

    -- cgit v1.2.3 From 4d435c400da37970a094a8b054f149c2552c9ddf Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 4 Oct 2010 16:35:09 -0700 Subject: docs: Add list of bugs fixed in 7.9 --- docs/relnotes-7.9.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'docs') diff --git a/docs/relnotes-7.9.html b/docs/relnotes-7.9.html index 8f32ed006a..b6f3ec1d06 100644 --- a/docs/relnotes-7.9.html +++ b/docs/relnotes-7.9.html @@ -42,11 +42,63 @@ tbd
  • 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 +
  • Initial "signs of life" support for Sandybridge hardware in i965 DRI + driver. +

    Bug fixes

    +

    This list is likely incomplete.

    -- cgit v1.2.3 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.