From 54db46582aba2252d544fa3956522f9ef06b49cb Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 15 Oct 2012 16:50:35 +0200 Subject: xserver mesa pixman git update 15 oct 2012 xserver: a69429a17bf4630f6e26f61630a1c2b287202627 pixman: d5f2f39319fc358cccda60abe0bc927bd27131c1 mesa: 4004620d34a580c8fdb965d9b640e97453fc8b28 --- mesalib/configure.ac | 2 +- mesalib/docs/relnotes-9.1.html | 64 +++++++++++++ mesalib/docs/relnotes.html | 1 + mesalib/src/gallium/auxiliary/util/u_blitter.c | 5 +- mesalib/src/gallium/auxiliary/util/u_blitter.h | 3 +- mesalib/src/gallium/auxiliary/util/u_debug.c | 29 +++--- mesalib/src/gallium/auxiliary/util/u_debug.h | 4 +- mesalib/src/gallium/auxiliary/util/u_format_s3tc.c | 5 +- mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c | 62 +++++------- mesalib/src/gallium/auxiliary/util/u_inlines.h | 66 ++++--------- mesalib/src/gallium/auxiliary/util/u_pstipple.c | 6 +- mesalib/src/gallium/auxiliary/util/u_resource.c | 28 ++---- mesalib/src/gallium/auxiliary/util/u_slab.h | 2 +- mesalib/src/gallium/auxiliary/util/u_surface.c | 74 ++++++--------- mesalib/src/gallium/auxiliary/util/u_tile.c | 105 +++++++-------------- mesalib/src/gallium/auxiliary/util/u_tile.h | 52 +++++----- mesalib/src/gallium/auxiliary/util/u_transfer.c | 50 ++-------- mesalib/src/gallium/auxiliary/util/u_transfer.h | 44 +++------ mesalib/src/gallium/auxiliary/util/u_upload_mgr.c | 4 +- mesalib/src/mesa/Android.gen.mk | 2 +- mesalib/src/mesa/drivers/dri/Android.mk | 3 +- .../src/mesa/state_tracker/st_atom_pixeltransfer.c | 8 +- mesalib/src/mesa/state_tracker/st_cb_bitmap.c | 32 ++----- .../src/mesa/state_tracker/st_cb_bufferobjects.c | 3 + mesalib/src/mesa/state_tracker/st_cb_drawpixels.c | 64 ++++++------- mesalib/src/mesa/state_tracker/st_cb_fbo.c | 15 ++- mesalib/src/mesa/state_tracker/st_cb_texture.c | 63 ++++++------- mesalib/src/mesa/state_tracker/st_texture.c | 70 +++----------- pixman/pixman/pixman-region.c | 55 +++-------- pixman/pixman/pixman.c | 1 + xorg-server/hw/xfree86/common/Makefile.am | 3 +- xorg-server/hw/xwin/InitOutput.c | 5 +- xorg-server/hw/xwin/Makefile.am | 3 + xorg-server/hw/xwin/glx/Makefile.am | 3 +- xorg-server/man/Xserver.man | 2 +- 35 files changed, 375 insertions(+), 563 deletions(-) create mode 100644 mesalib/docs/relnotes-9.1.html diff --git a/mesalib/configure.ac b/mesalib/configure.ac index 6c7a1929e..aa72523c0 100644 --- a/mesalib/configure.ac +++ b/mesalib/configure.ac @@ -810,7 +810,7 @@ if test "x$enable_dri" = xyes; then fi dnl Find out if X is available. -PKG_CHECK_MODULES([X11], [x11]) +PKG_CHECK_MODULES([X11], [x11], [no_x=no], [no_x=yes]) dnl Try to tell the user that the --x-* options are only used when dnl pkg-config is not available. This must be right after AC_PATH_XTRA. diff --git a/mesalib/docs/relnotes-9.1.html b/mesalib/docs/relnotes-9.1.html new file mode 100644 index 000000000..e5f4b26a1 --- /dev/null +++ b/mesalib/docs/relnotes-9.1.html @@ -0,0 +1,64 @@ + + + + + Mesa Release Notes + + + + +
+

The Mesa 3D Graphics Library

+
+ + +
+ +

Mesa 9.1 Release Notes / date TBD

+ +

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

+

+Mesa 9.1 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

+
+tbd
+
+ + +

New features

+ +

+Note: some of the new features are only available with certain drivers. +

+ + + + +

Bug fixes

+ +

TBD -- This list is likely incomplete.

+ + +

Changes

+ + + +
+ + diff --git a/mesalib/docs/relnotes.html b/mesalib/docs/relnotes.html index 8f8fbd768..62b7b33ee 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.