From 8574eba804031f6b19713f0b02952280730bf62e Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 5 Mar 2015 22:17:40 +0100 Subject: fontconfig mesa git update 5 Mar 2015 --- mesalib/docs/relnotes/10.4.5.html | 114 ++++++++++++++++++++++++++++++++++++++ mesalib/docs/relnotes/10.6.0.html | 7 ++- mesalib/docs/relnotes/7.6.html | 2 +- 3 files changed, 121 insertions(+), 2 deletions(-) create mode 100644 mesalib/docs/relnotes/10.4.5.html (limited to 'mesalib/docs/relnotes') diff --git a/mesalib/docs/relnotes/10.4.5.html b/mesalib/docs/relnotes/10.4.5.html new file mode 100644 index 000000000..0a0a22ba6 --- /dev/null +++ b/mesalib/docs/relnotes/10.4.5.html @@ -0,0 +1,114 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 10.4.5 Release Notes / February 21, 2015

+ +

+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. +

+ +

SHA256 checksums

+
+e12bbdaee9a758617e8ebd0bb0e987f72addd11db2e4da25ba695e386cd63843  MesaLib-10.4.5.tar.gz
+bf60000700a9d58e3aca2bfeee7e781053b0d839e61a95b1883e05a2dee247a0  MesaLib-10.4.5.tar.bz2
+3b926de8eee500bb67cf85332c51292f826cc539b8636382aadbb8e70c76527a  MesaLib-10.4.5.zip
+
+ +

New features

+

None

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + + +

Changes

+ +

Carl Worth (1):

+ + +

Emil Velikov (3):

+ + +

Ilia Mirkin (3):

+ + +

Jeremy Huddleston Sequoia (2):

+ + +

Kenneth Graunke (4):

+ + +

Laura Ekstrand (1):

+ + +

Marek Olšák (5):

+ + +

Michel Dänzer (2):

+ + + +
+ + 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
  • Bug fixes

    @@ -57,7 +58,11 @@ TBD.

    Changes

    -TBD. + diff --git a/mesalib/docs/relnotes/7.6.html b/mesalib/docs/relnotes/7.6.html index 86ad4a848..c6eba1d2e 100644 --- a/mesalib/docs/relnotes/7.6.html +++ b/mesalib/docs/relnotes/7.6.html @@ -48,7 +48,7 @@ c49c19c2bbef4f3b7f1389974dff25f4 MesaGLUT-7.6.zip

    New features