From 38e661c7d82fa0b34fbe9b3f3261295787bb6427 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 11 Jan 2012 08:18:52 +0100 Subject: mesa pixman xserver git update 11 jan 2012 --- mesalib/docs/envvars.html | 2 + mesalib/docs/relnotes-7.12.html | 83 ----------------------------------------- mesalib/docs/relnotes-8.0.html | 83 +++++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes.html | 2 +- 4 files changed, 86 insertions(+), 84 deletions(-) delete mode 100644 mesalib/docs/relnotes-7.12.html create mode 100644 mesalib/docs/relnotes-8.0.html (limited to 'mesalib/docs') diff --git a/mesalib/docs/envvars.html b/mesalib/docs/envvars.html index 4b5e89926..5a988847b 100644 --- a/mesalib/docs/envvars.html +++ b/mesalib/docs/envvars.html @@ -140,6 +140,8 @@ Mesa EGL supports different sets of environment variables. See the
  • SOFTPIPE_DUMP_GS - if set, the softpipe driver will print geometry shaders to stderr
  • SOFTPIPE_NO_RAST - if set, rasterization is no-op'd. For profiling purposes. +
  • SOFTPIPE_USE_LLVM - if set, the softpipe driver will try to use LLVM JIT for + vertex shading procesing. diff --git a/mesalib/docs/relnotes-7.12.html b/mesalib/docs/relnotes-7.12.html deleted file mode 100644 index 471bbdac7..000000000 --- a/mesalib/docs/relnotes-7.12.html +++ /dev/null @@ -1,83 +0,0 @@ - - - -Mesa Release Notes - - - - - - - - -

    Mesa 7.12 Release Notes / (release date TBD)

    - -

    -Mesa 7.12 is a new development release. -People who are concerned with stability and reliability should stick -with a previous release or wait for Mesa 7.12.1. -

    -

    -Mesa 7.12 implements the OpenGL 2.1 API, but the version reported by -glGetString(GL_VERSION) depends on the particular driver being used. -Some drivers don't support all the features required in OpenGL 2.1. -

    -

    -See the Compiling/Installing page for prerequisites -for DRI hardware acceleration. -

    - - -

    MD5 checksums

    -
    -tbd
    -
    - - -

    New features

    - - - -

    Bug fixes

    - - - -

    Changes

    - - - - - diff --git a/mesalib/docs/relnotes-8.0.html b/mesalib/docs/relnotes-8.0.html new file mode 100644 index 000000000..4aa175366 --- /dev/null +++ b/mesalib/docs/relnotes-8.0.html @@ -0,0 +1,83 @@ + + + +Mesa Release Notes + + + + + + + + +

    Mesa 8.0 Release Notes / (release date TBD)

    + +

    +Mesa 8.0 is a new development release. +People who are concerned with stability and reliability should stick +with a previous release or wait for Mesa 8.0.1. +

    +

    +Mesa 8.0 implements the OpenGL 3.0 API, but the version reported by +glGetString(GL_VERSION) depends on the particular driver being used. +Some drivers don't support all the features required in OpenGL 3.0. +

    +

    +See the Compiling/Installing page for prerequisites +for DRI hardware acceleration. +

    + + +

    MD5 checksums

    +
    +tbd
    +
    + + +

    New features

    + + + +

    Bug fixes

    + + + +

    Changes

    + + + + + diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 7e02172ed..1dd5442d0 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -13,7 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.