17ec681f3SmrgMesa 9.2.1 Release Notes / (October 4, 2013) 27ec681f3Smrg============================================ 37ec681f3Smrg 47ec681f3SmrgMesa 9.2.1 is a bug fix release which fixes bugs found since the 9.2 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 9.2 implements the OpenGL 3.1 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg3.1. OpenGL 3.1 is **only** available if requested at context creation 127ec681f3Smrgbecause GL_ARB_compatibility is not supported. 137ec681f3Smrg 147ec681f3SmrgMD5 checksums 157ec681f3Smrg------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg e6cdfa84dfddd86e3d36ec7ff4b6478a MesaLib-9.2.1.tar.gz 207ec681f3Smrg dd4c82667d9c19c28a553b12eba3f8a0 MesaLib-9.2.1.tar.bz2 217ec681f3Smrg d9af0f5607f7d275793d293057ca9ac6 MesaLib-9.2.1.zip 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3SmrgThis list is likely incomplete. 327ec681f3Smrg 337ec681f3Smrg- `Bug 66779 <https://bugs.freedesktop.org/show_bug.cgi?id=66779>`__ - 347ec681f3Smrg Use of uninitialized stack variable with brw_search_cache() 357ec681f3Smrg- `Bug 68233 <https://bugs.freedesktop.org/show_bug.cgi?id=68233>`__ - 367ec681f3Smrg Valgrind errors in mesa 377ec681f3Smrg- `Bug 68250 <https://bugs.freedesktop.org/show_bug.cgi?id=68250>`__ - 387ec681f3Smrg Automatic mipmap generation with texture compression produces borders 397ec681f3Smrg that fade to black 407ec681f3Smrg- `Bug 68637 <https://bugs.freedesktop.org/show_bug.cgi?id=68637>`__ - 417ec681f3Smrg [Bisected IVB/HSW]Unigine demo crash 427ec681f3Smrg- `Bug 68753 <https://bugs.freedesktop.org/show_bug.cgi?id=68753>`__ - 437ec681f3Smrg [regression bisected] GLSL ES: structs members can't have precision 447ec681f3Smrg qualifiers anymore in 9.2 457ec681f3Smrg- `Bug 69525 <https://bugs.freedesktop.org/show_bug.cgi?id=69525>`__ - 467ec681f3Smrg [GM45, bisected] Piglit tex-shadow2drect fails 477ec681f3Smrg 487ec681f3SmrgChanges 497ec681f3Smrg------- 507ec681f3Smrg 517ec681f3SmrgThe full set of changes can be viewed by using the following GIT 527ec681f3Smrgcommand: 537ec681f3Smrg 547ec681f3Smrg:: 557ec681f3Smrg 567ec681f3Smrg git log mesa-9.2..mesa-9.2.1 577ec681f3Smrg 587ec681f3SmrgAlex Deucher (1): 597ec681f3Smrg 607ec681f3Smrg- radeon/winsys: pad IBs to a multiple of 8 DWs 617ec681f3Smrg 627ec681f3SmrgAndreas Boll (1): 637ec681f3Smrg 647ec681f3Smrg- os: First check for \__GLIBC_\_ and then for PIPE_OS_BSD 657ec681f3Smrg 667ec681f3SmrgAnuj Phogat (1): 677ec681f3Smrg 687ec681f3Smrg- glsl: Allow precision qualifiers for sampler types 697ec681f3Smrg 707ec681f3SmrgBrian Paul (2): 717ec681f3Smrg 727ec681f3Smrg- docs: minor fixes for 9.2 release notes 737ec681f3Smrg- mesa: check for bufSize > 0 in \_mesa_GetSynciv() 747ec681f3Smrg 757ec681f3SmrgCarl Worth (3): 767ec681f3Smrg 777ec681f3Smrg- cherry-ignore: Ignore a commit which appeared twice on master 787ec681f3Smrg- Use -Bsymbolic when linking libEGL.so 797ec681f3Smrg- mesa: Bump version to 9.2.1 807ec681f3Smrg 817ec681f3SmrgChris Forbes (3): 827ec681f3Smrg 837ec681f3Smrg- i965/fs: Gen4: Zero out extra coordinates when using shadow compare 847ec681f3Smrg- i965: Fix cube array coordinate normalization 857ec681f3Smrg- i965: fix bogus swizzle in brw_cubemap_normalize 867ec681f3Smrg 877ec681f3SmrgChristoph Bumiller (2): 887ec681f3Smrg 897ec681f3Smrg- nvc0/ir: add f32 long immediate cannot saturate 907ec681f3Smrg- nvc0: delete compute object on screen destruction 917ec681f3Smrg 927ec681f3SmrgDave Airlie (1): 937ec681f3Smrg 947ec681f3Smrg- st/mesa: don't dereference stObj->pt if NULL 957ec681f3Smrg 967ec681f3SmrgDominik Behr (1): 977ec681f3Smrg 987ec681f3Smrg- glsl: propagate max_array_access through function calls 997ec681f3Smrg 1007ec681f3SmrgEmil Velikov (1): 1017ec681f3Smrg 1027ec681f3Smrg- nouveau: initialise the nouveau_transfer maps 1037ec681f3Smrg 1047ec681f3SmrgEric Anholt (4): 1057ec681f3Smrg 1067ec681f3Smrg- mesa: Rip out more extension checking from texformat.c. 1077ec681f3Smrg- mesa: Don't choose S3TC for generic compression if we can't compress. 1087ec681f3Smrg- i965/gen4: Fix fragment program rectangle texture shadow compares. 1097ec681f3Smrg- i965: Reenable glBitmap() after the sRGB winsys enabling. 1107ec681f3Smrg 1117ec681f3SmrgIan Romanick (7): 1127ec681f3Smrg 1137ec681f3Smrg- docs: Add 9.2 release md5sums 1147ec681f3Smrg- Add .cherry-ignore file 1157ec681f3Smrg- mesa: Note that 89a665e should not be picked 1167ec681f3Smrg- glsl: Reallow precision qualifiers on structure members 1177ec681f3Smrg- mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3 1187ec681f3Smrg- mesa: Remove all traces of GL_OES_matrix_get 1197ec681f3Smrg- mesa: Don't return any data for GL_SHADER_BINARY_FORMATS 1207ec681f3Smrg 1217ec681f3SmrgIlia Mirkin (2): 1227ec681f3Smrg 1237ec681f3Smrg- nv30: find first unused texcoord rather than bailing if first is used 1247ec681f3Smrg- nv30: fix inconsistent setting of push->user_priv 1257ec681f3Smrg 1267ec681f3SmrgJoakim Sindholt (1): 1277ec681f3Smrg 1287ec681f3Smrg- nvc0: fix blitctx memory leak 1297ec681f3Smrg 1307ec681f3SmrgJohannes Obermayr (1): 1317ec681f3Smrg 1327ec681f3Smrg- st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND. 1337ec681f3Smrg 1347ec681f3SmrgKenneth Graunke (5): 1357ec681f3Smrg 1367ec681f3Smrg- i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code. 1377ec681f3Smrg- i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code. 1387ec681f3Smrg- i965/vec4: Only zero out unused message components when there are 1397ec681f3Smrg any. 1407ec681f3Smrg- i965: Fix brw_vs_prog_data_compare to actually check field members. 1417ec681f3Smrg- meta: Set correct viewport and projection in 1427ec681f3Smrg decompress_texture_image. 1437ec681f3Smrg 1447ec681f3SmrgMaarten Lankhorst (2): 1457ec681f3Smrg 1467ec681f3Smrg- st/dri: do not create a new context for msaa copy 1477ec681f3Smrg- nvc0: restore viewport after blit 1487ec681f3Smrg 1497ec681f3SmrgMarek Olšák (2): 1507ec681f3Smrg 1517ec681f3Smrg- r600g: fix constant buffer cache flushing 1527ec681f3Smrg- r600g: fix texture buffer object cache flushing 1537ec681f3Smrg 1547ec681f3SmrgPaul Berry (1): 1557ec681f3Smrg 1567ec681f3Smrg- i965: Initialize inout_offset parameter to brw_search_cache(). 1577ec681f3Smrg 1587ec681f3SmrgRico Schüller (1): 1597ec681f3Smrg 1607ec681f3Smrg- glx: Initialize OpenGL version to 1.0 1617ec681f3Smrg 1627ec681f3SmrgTiziano Bacocco (1): 1637ec681f3Smrg 1647ec681f3Smrg- nvc0/ir: fix use after free in texture barrier insertion pass 1657ec681f3Smrg 1667ec681f3SmrgTorsten Duwe (1): 1677ec681f3Smrg 1687ec681f3Smrg- wayland-egl.pc requires wayland-client.pc. 169