Debugging Tips
diff --git a/mesalib/docs/egl.html b/mesalib/docs/egl.html
index e77c2359d..a715a3ad3 100644
--- a/mesalib/docs/egl.html
+++ b/mesalib/docs/egl.html
@@ -112,13 +112,6 @@ is required if applications mix OpenGL and OpenGL ES.
-
--enable-openvg
-
-
-
OpenVG must be explicitly enabled by this option.
-
-
-
Use EGL
@@ -212,38 +205,15 @@ the X server directly using (XCB-)DRI2 protocol.
-
egl_gallium
-
-
-
This driver is based on Gallium3D. It supports all rendering APIs and
-hardware supported by Gallium3D. It is the only driver that supports OpenVG.
-The supported platforms are X11, DRM, FBDEV, and GDI.
-
-
This driver comes with its own hardware drivers
-(pipe_<hw>) and client API modules
-(st_<api>).
-
-
-
Packaging
The ABI between the main library and its drivers are not stable. Nor is
-there a plan to stabilize it at the moment. Of the EGL drivers,
-egl_gallium has its own hardware drivers and client API modules.
-They are considered internal to egl_gallium and there is also no
-stable ABI between them. These should be kept in mind when packaging for
-distribution.
-
-
Generally, egl_dri2 is preferred over egl_gallium
-when the system already has DRI drivers. As egl_gallium is loaded
-before egl_dri2 when both are available, egl_gallium
-is disabled by default.
+there a plan to stabilize it at the moment.
Developers
-
The sources of the main library and the classic drivers can be found at
-src/egl/. The sources of the egl state tracker can
-be found at src/gallium/state_trackers/egl/.
+
The sources of the main library and drivers can be found at
+src/egl/.
+Mesa 10.4.5 is released.
+This is a bug-fix release.
+
+
February 06, 2015
Mesa 10.4.4 is released.
diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html
index b12e1cb8c..9dbfce58b 100644
--- a/mesalib/docs/install.html
+++ b/mesalib/docs/install.html
@@ -127,14 +127,13 @@ by -debug for debug builds.
To build Mesa with SCons for Windows on Linux using the MinGW crosscompiler toolchain do
Put them all in the same directory to test them.
diff --git a/mesalib/docs/openvg.html b/mesalib/docs/openvg.html
deleted file mode 100644
index 28ebb82e8..000000000
--- a/mesalib/docs/openvg.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- OpenVG State Tracker
-
-
-
-
-
-
The Mesa 3D Graphics Library
-
-
-
-
-
-
OpenVG State Tracker
-
-
-The current version of the OpenVG state tracker implements OpenVG 1.1.
-
-The OpenVG state tracker depends on the Gallium architecture and a working EGL implementation.
-Please refer to Mesa EGL for more information about EGL.
-
-
-
-
Building the library
-
-
Run configure with --enable-openvg and
---enable-gallium-egl. If you do not need OpenGL, you can add
---disable-opengl to save the compilation time.
-
-
Build and install Mesa as usual.
-
-
-
Sample build
-A sample build looks as follows:
-
- $ ./configure --disable-opengl --enable-openvg --enable-gallium-egl
- $ make
- $ make install
-
-
-
It will install libOpenVG.so, libEGL.so, and one
-or more EGL drivers.
-
-
OpenVG Demos
-
-
OpenVG demos can be found in mesa/demos repository.
-
-
-
-
diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html
index 005391974..d4ba11005 100644
--- a/mesalib/docs/relnotes.html
+++ b/mesalib/docs/relnotes.html
@@ -21,6 +21,7 @@ The release notes summarize what's new or changed in each Mesa release.
+Mesa 10.4.5 is a bug fix release which fixes bugs found since the 10.4.4 release.
+
+
+Mesa 10.4.5 implements the OpenGL 3.3 API, but the version reported by
+glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
+glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.3. OpenGL
+3.3 is only available if requested at context creation
+because compatibility contexts are not supported.
+
Bug 88658 - (bisected) Slow video playback on Kabini
+
+
Bug 89069 - Lack of grass in The Talos Principle on radeonsi (native\wine\nine)
+
+
+
+
+
Changes
+
+
Carl Worth (1):
+
+
Revert use of Mesa IR optimizer for ARB_fragment_programs
+
+
+
Emil Velikov (3):
+
+
docs: Add sha256 sums for the 10.4.4 release
+
get-pick-list.sh: Require explicit "10.4" for nominating stable patches
+
Update version to 10.4.5
+
+
+
Ilia Mirkin (3):
+
+
nvc0: bail out of 2d blits with non-A8_UNORM alpha formats
+
st/mesa: treat resource-less xfb buffers as if they weren't there
+
nvc0: allow holes in xfb target lists
+
+
+
Jeremy Huddleston Sequoia (2):
+
+
darwin: build fix
+
darwin: build fix
+
+
+
Kenneth Graunke (4):
+
+
i965: Override swizzles for integer luminance formats.
+
i965: Use a gl_color_union for sampler border color.
+
i965: Fix integer border color on Haswell.
+
glsl: Reduce memory consumption of copy propagation passes.
+
+
+
Laura Ekstrand (1):
+
+
main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.
+
+
+
Marek Olšák (5):
+
+
r600g,radeonsi: don't append to streamout buffers that haven't been used yet
+
radeonsi: fix instanced arrays with non-zero start instance
+
radeonsi: small fix in SPI state
+
mesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
+
radeonsi: fix a crash if a stencil ref state is set before a DSA state
+
+
+
Michel Dänzer (2):
+
+
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
+
Revert "radeon/llvm: enable unsafe math for graphics shaders"
+
+
+
+
+
+
diff --git a/mesalib/docs/relnotes/10.6.0.html b/mesalib/docs/relnotes/10.6.0.html
index 056d3b00d..a396109bb 100644
--- a/mesalib/docs/relnotes/10.6.0.html
+++ b/mesalib/docs/relnotes/10.6.0.html
@@ -49,6 +49,7 @@ Note: some of the new features are only available with certain drivers.
GL_ARB_gpu_shader_fp64 on nvc0, softpipe
GL_ARB_instanced_arrays on freedreno
GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
+
GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600