1Mesa 9.0.1 Release Notes / November 16th, 2012 2============================================== 3 4Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 5release. 6 7Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.1. OpenGL 3.1 is **only** available if requested at context creation 12because GL_ARB_compatibility is not supported. 13 14MD5 checksums 15------------- 16 17:: 18 19 97d6554c05ea7449398afe3a0ede7018 MesaLib-9.0.1.tar.bz2 20 fd0fd5a6e56bc3dd210c80e42baef975 MesaLib-9.0.1.tar.gz 21 c2683d957acd530a00f747f50317186f MesaLib-9.0.1.zip 22 23New features 24------------ 25 26None. 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 44912 <https://bugs.freedesktop.org/show_bug.cgi?id=44912>`__ - 34 [bisected] WebGL conformance/textures/texture-mips tests fails 35- `Bug 55856 <https://bugs.freedesktop.org/show_bug.cgi?id=55856>`__ - 36 kwin with gles window content is not updating (gen4) 37- `Bug 56057 <https://bugs.freedesktop.org/show_bug.cgi?id=56057>`__ - 38 INTEL_swap_event not correctly listed 39- `Bug 56211 <https://bugs.freedesktop.org/show_bug.cgi?id=56211>`__ - 40 src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: 41 Assertion \`u_minify(stImage->pt->height0, src_level) == 42 stImage->base.Height' failed. 43 44Changes 45------- 46 47The full set of changes can be viewed by using the following GIT 48command: 49 50:: 51 52 git log mesa-9.0..mesa-9.0.1 53 54Adam Jackson (1): 55 56- glx: Add GLXBadProfileARB to the error string list 57 58Andreas Boll (7): 59 60- docs: add news item for 9.0 release 61- mesa: add get-pick-list.sh script into bin/ 62- mesa: add initial .cherry-ignore file for the 9.0 branch 63- mesa: use .cherry-ignore in the get-pick-list.sh script 64- build: add config.sub and config.guess to tarballs target 65- build: add missing Makefile.in files to tarballs target 66- build: add missing files to tarballs target 67 68Brian Paul (2): 69 70- mesa: don't call TexImage driver hooks for zero-sized images 71- mesa: fix error check for zero-sized compressed subtexture 72 73Fredrik Höglund (1): 74 75- egl_dri2/x11: Fix eglPostSubBufferNV() 76 77Ian Romanick (5): 78 79- docs: Add 9.0 release md5sums 80- i965: Fix regression in depth texture rendering on pre-SNB 81- glx: Set sRGBCapable to a default value 82- docs: Add 9.0.1 release notes 83- mesa: Bump version to 9.0.1 84 85Imre Deak (7): 86 87- mesa: glGet: fix indentation of \_mesa_init_get_hash 88- mesa: glGet: fix indentation of find_value 89- mesa: glGet: fix indentation of print_table_stats 90- mesa: glGet: fix API check for EGL_image_external enums 91- glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section 92- mesa: glGet: fix parameter lookup for apps using multiple APIs 93- glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS 94 95Jonas Ådahl (1): 96 97- wayland: Destroy frame callback when destroying surface 98 99Kenneth Graunke (1): 100 101- glsl: Allow ir_if in the linker's move_non_declarations function. 102 103Kristian Høgsberg (5): 104 105- gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import() 106- gbm: Use the kms dumb ioctls for cursor instead of libkms 107- egl/wayland: Update to Wayland 0.99 API 108- wayland: Remove 0.85 compatibility #ifdefs 109- wayland: Drop support for ill-defined, unused wl_egl_pixmap 110 111Marcin Slusarz (1): 112 113- nouveau: use pre-calculated stride for resource_get_handle 114 115Matt Turner (4): 116 117- egl: Return EGL_BAD_MATCH for invalid profile attributes 118- Re-add HAVE_PTHREADS preprocessor macro 119- build: Ship install-sh in the tarball 120- ralloc: Annotate printf functions with PRINTFLIKE(...) 121 122Michel Dänzer (2): 123 124- st/mesa: Fix source miptree level for copying data to finalized 125 miptree. 126- st/mesa: Fix assertions for copying texture image to finalized 127 miptree. 128 129Owen W. Taylor (1): 130 131- glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString() 132 133Quentin Glidic (1): 134 135- intel: Add missing #include <time.h> 136 137Tomeu Vizoso (1): 138 139- mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs 140