From c74ef795c7282681616decc36a9a81cd1b1b6ec7 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 27 Feb 2013 10:45:05 +0100 Subject: libX11 mesa pixman xkeyboard-config xkeyboard-config commit 9993f996e75232385b19cc5078f7fecde6b399b9 libX11 commit b687440c28c7da6ee0ae44514d20248db5161606 pixman commit 2156fb51b353867d5a18b734690ca551f74d4fb1 mesa commit f987d23b28491bd7b0552bd9daffa53a8e073c71 --- mesalib/configure.ac | 5 +- mesalib/docs/index.html | 26 + mesalib/docs/relnotes-9.0.3.html | 247 ++++++++ mesalib/docs/relnotes-9.1.html | 7 +- mesalib/docs/relnotes.html | 1 + mesalib/src/gallium/auxiliary/util/u_blitter.c | 26 +- mesalib/src/gallium/auxiliary/util/u_debug_stack.c | 5 +- .../src/gallium/auxiliary/util/u_dump_defines.c | 31 +- mesalib/src/gallium/auxiliary/util/u_inlines.h | 16 + mesalib/src/glsl/link_varyings.cpp | 19 +- mesalib/src/mapi/glapi/gen/es_EXT.xml | 14 + mesalib/src/mapi/glapi/gen/glX_proto_send.py | 4 +- mesalib/src/mesa/drivers/common/driverfuncs.c | 1 + mesalib/src/mesa/drivers/common/meta.c | 17 +- mesalib/src/mesa/main/context.c | 1 - mesalib/src/mesa/main/dd.h | 4 +- mesalib/src/mesa/main/eval.c | 11 +- mesalib/src/mesa/main/eval.h | 4 +- mesalib/src/mesa/main/extensions.c | 1 + mesalib/src/mesa/main/fbobject.c | 53 ++ mesalib/src/mesa/main/fbobject.h | 4 + mesalib/src/mesa/main/points.c | 3 +- mesalib/src/mesa/main/teximage.c | 6 + mesalib/src/mesa/main/texparam.c | 6 + mesalib/src/mesa/main/texstore.c | 47 +- mesalib/src/mesa/main/texstore.h | 11 + mesalib/src/mesa/main/vtxfmt.c | 10 +- .../src/mesa/state_tracker/st_atom_rasterizer.c | 33 +- mesalib/src/mesa/state_tracker/st_cb_bitmap.c | 13 +- mesalib/src/mesa/state_tracker/st_cb_blit.c | 16 - mesalib/src/mesa/state_tracker/st_cb_blit.h | 7 - .../src/mesa/state_tracker/st_cb_bufferobjects.c | 2 +- mesalib/src/mesa/state_tracker/st_cb_flush.c | 1 - mesalib/src/mesa/state_tracker/st_cb_texture.c | 678 ++++++++++++--------- mesalib/src/mesa/state_tracker/st_context.c | 2 - mesalib/src/mesa/state_tracker/st_context.h | 2 - mesalib/src/mesa/state_tracker/st_draw.c | 2 +- mesalib/src/mesa/state_tracker/st_program.c | 2 +- 38 files changed, 942 insertions(+), 396 deletions(-) create mode 100644 mesalib/docs/relnotes-9.0.3.html (limited to 'mesalib') diff --git a/mesalib/configure.ac b/mesalib/configure.ac index 16c2f8c31..3efef04ae 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -20,7 +20,8 @@ echo \#buildapi-variable-no-builddir >/dev/null # Support silent build rules, requires at least automake-1.11. Disable # by either passing --disable-silent-rules to configure or passing V=1 # to make -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], + [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) @@ -500,7 +501,7 @@ AC_CHECK_FUNC([dlopen], [DEFINES="$DEFINES -DHAVE_DLOPEN"], AC_SUBST([DLOPEN_LIBS]) case "$host_os" in -darwin*) +darwin*|mingw*) ;; *) AC_CHECK_FUNCS([clock_gettime], [CLOCK_LIB=], diff --git a/mesalib/docs/index.html b/mesalib/docs/index.html index 5766df2f1..c7d16204e 100644 --- a/mesalib/docs/index.html +++ b/mesalib/docs/index.html @@ -16,6 +16,32 @@

News

+

February 24, 2013

+ +

+Mesa demos 8.1.0 is released. +See the announcement for more information about the release. +You can download it from ftp.freedesktop.org/pub/mesa/demos/8.1.0/. +

+ + +

February 22, 2013

+ +

+Mesa 9.1 is released. +This is a new development release. +See the release notes for more information about the release. +

+ + +

February 21, 2013

+ +

+Mesa 9.0.3 is released. +This is a bug fix release. +

+ +

January 22, 2013

diff --git a/mesalib/docs/relnotes-9.0.3.html b/mesalib/docs/relnotes-9.0.3.html new file mode 100644 index 000000000..e8ec62964 --- /dev/null +++ b/mesalib/docs/relnotes-9.0.3.html @@ -0,0 +1,247 @@ + + + + + Mesa Release Notes + + + + +

+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 9.0.3 Release Notes / February 21th, 2013

+ +

+Mesa 9.0.3 is a bug fix release which fixes bugs found since the 9.0.2 release. +

+

+Mesa 9.0 implements the OpenGL 3.1 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.1. OpenGL +3.1 is only available if requested at context creation +because GL_ARB_compatibility is not supported. +

+ +

MD5 checksums

+
+168384ac0101f4600a15edd3561acdc7  MesaLib-9.0.3.tar.gz
+d7515cc5116c72ac63d735655bd63689  MesaLib-9.0.3.tar.bz2
+a2e1c794572440fd0d839a7d7dfea00c  MesaLib-9.0.3.zip
+
+ +

New features

+

None.

+ +

Bug fixes

+ +

This list is likely incomplete.

+ + + + +

Changes

+

The full set of changes can be viewed by using the following GIT command:

+ +
+  git log mesa-9.0.2..mesa-9.0.3
+
+ +

Adam Jackson (1):

+ + +

Andreas Boll (7):

+ + +

Anuj Phogat (1):

+ + +

Brian Paul (29):

+ + +

Chad Versace (1):

+ + +

Eric Anholt (5):

+ + +

Frank Henigman (1):

+ + +

Jerome Glisse (1):

+ + +

Jordan Justen (1):

+ + +

José Fonseca (2):

+ + +

Kenneth Graunke (19):

+ + +

Marek Olšák (3):

+ + +

Matt Turner (3):

+ + +

Michel Dänzer (1):

+ + +

Paul Berry (1):

+ + +

Roland Scheidegger (1):

+ + +

Stefan Dösinger (3):

+ + +

Zack Rusin (2):

+ + +
+ + diff --git a/mesalib/docs/relnotes-9.1.html b/mesalib/docs/relnotes-9.1.html index 75e82ba99..8232ab8ee 100644 --- a/mesalib/docs/relnotes-9.1.html +++ b/mesalib/docs/relnotes-9.1.html @@ -14,7 +14,7 @@
-

Mesa 9.1 Release Notes / date TBD

+

Mesa 9.1 Release Notes / February 22, 2013

Mesa 9.1 is a new development release. @@ -33,7 +33,9 @@ because GL_ARB_compatibility is not supported.

MD5 checksums

-tbd
+86d40f3056f89949368764bf84aff55e  MesaLib-9.1.tar.gz
+d3891e02215422e120271d976ff1947e  MesaLib-9.1.tar.bz2
+01645f28f53351c23b0beb6c688911d8  MesaLib-9.1.zip
 
@@ -56,6 +58,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_OES_depth_texture_cube_map
  • OpenGL 3.1 core profile support on Radeon HD2000 up to HD6000 series
  • Multisample anti-aliasing support on Radeon X1000 series
  • +
  • OpenGL ES 3.0 support on Intel HD Graphics 2000, 2500, 3000, and 4000
  • diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index e3730913f..2e11bc497 100644 --- a/mesalib/docs/relnotes.html +++ b/mesalib/docs/relnotes.html @@ -22,6 +22,7 @@ The release notes summarize what's new or changed in each Mesa release.