17ec681f3SmrgMesa 10.0.1 Release Notes / (December 12, 2013) 27ec681f3Smrg=============================================== 37ec681f3Smrg 47ec681f3SmrgMesa 10.0.1 is a bug fix release which fixes bugs found since the 10.0 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.0.1 implements the OpenGL 3.3 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.3. OpenGL 3.3 is **only** available if requested at context creation 127ec681f3Smrgbecause compatibility contexts not supported. 137ec681f3Smrg 147ec681f3SmrgMD5 checksums 157ec681f3Smrg------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 0a72ca5b36046a658bf6038326ff32ed MesaLib-10.0.1.tar.bz2 207ec681f3Smrg 01bde35c912e504ba62caf1ef9f7022c MesaLib-10.0.1.tar.gz 217ec681f3Smrg 59a174a11a89e6b1b8ee9c3f7e3c388c MesaLib-10.0.1.zip 227ec681f3Smrg 237ec681f3SmrgNew features 247ec681f3Smrg------------ 257ec681f3Smrg 267ec681f3SmrgNone 277ec681f3Smrg 287ec681f3SmrgBug fixes 297ec681f3Smrg--------- 307ec681f3Smrg 317ec681f3SmrgThis list is likely incomplete. 327ec681f3Smrg 337ec681f3Smrg- `Bug 64323 <https://bugs.freedesktop.org/show_bug.cgi?id=64323>`__ - 347ec681f3Smrg Severe misrendering in Left 4 Dead 2 357ec681f3Smrg- `Bug 68838 <https://bugs.freedesktop.org/show_bug.cgi?id=68838>`__ - 367ec681f3Smrg GLSL: struct declarations produce a "empty declaration warning" in 377ec681f3Smrg 9.2 387ec681f3Smrg- `Bug 69155 <https://bugs.freedesktop.org/show_bug.cgi?id=69155>`__ - 397ec681f3Smrg [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory 407ec681f3Smrg corruption/failures 417ec681f3Smrg- `Bug 70250 <https://bugs.freedesktop.org/show_bug.cgi?id=70250>`__ - 427ec681f3Smrg weston-terminal rendering corrupted with output transform 90 and 270 437ec681f3Smrg- `Bug 70601 <https://bugs.freedesktop.org/show_bug.cgi?id=70601>`__ - 447ec681f3Smrg [SNB Bisected]Piglit spec/ARB_texture_float/multisample-formats 2 457ec681f3Smrg GL_ARB_texture_float fails 467ec681f3Smrg- `Bug 72230 <https://bugs.freedesktop.org/show_bug.cgi?id=72230>`__ - 477ec681f3Smrg Unable to extract MesaLib-10.0.0.tar.{gz,bz2} with bsdtar 487ec681f3Smrg- `Bug 72325 <https://bugs.freedesktop.org/show_bug.cgi?id=72325>`__ - 497ec681f3Smrg [swrast] piglit glean fbo regression 507ec681f3Smrg- `Bug 72327 <https://bugs.freedesktop.org/show_bug.cgi?id=72327>`__ - 517ec681f3Smrg [swrast] piglit glean pointSprite regression 527ec681f3Smrg 537ec681f3SmrgChanges 547ec681f3Smrg------- 557ec681f3Smrg 567ec681f3SmrgThe full set of changes can be viewed by using the following git 577ec681f3Smrgcommand: 587ec681f3Smrg 597ec681f3Smrg:: 607ec681f3Smrg 617ec681f3Smrg git log mesa-10.0..mesa-10.0.1 627ec681f3Smrg 637ec681f3SmrgAxel Davy (2): 647ec681f3Smrg 657ec681f3Smrg- egl/wayland: Flush the wl_display at the end of SwapBuffers 667ec681f3Smrg- Enable throttling in SwapBuffers 677ec681f3Smrg 687ec681f3SmrgChad Versace (2): 697ec681f3Smrg 707ec681f3Smrg- i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs 717ec681f3Smrg- i965: Add extra-alignment for non-msrt fast color clear for all hw 727ec681f3Smrg (v2) 737ec681f3Smrg 747ec681f3SmrgDave Airlie (1): 757ec681f3Smrg 767ec681f3Smrg- swrast: fix readback regression since inversion fix 777ec681f3Smrg 787ec681f3SmrgEmil Velikov (1): 797ec681f3Smrg 807ec681f3Smrg- automake: include only one copy VERSION in tarball 817ec681f3Smrg 827ec681f3SmrgIan Romanick (3): 837ec681f3Smrg 847ec681f3Smrg- docs: Add 10.0 release md5sums 857ec681f3Smrg- Remove a057b83 from the pick list 867ec681f3Smrg- glsl: Don't emit empty declaration warning for a struct specifier 877ec681f3Smrg 887ec681f3SmrgIlia Mirkin (8): 897ec681f3Smrg 907ec681f3Smrg- mesa: don't leak performance monitors on context destroy 917ec681f3Smrg- nv50: Fix GPU_READING/WRITING bit removal 927ec681f3Smrg- nouveau: avoid leaking fences while waiting 937ec681f3Smrg- nv50: wait on the buf's fence before sticking it into pushbuf 947ec681f3Smrg- nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0) 957ec681f3Smrg- nouveau/video: update h264 picparm field names based on usage 967ec681f3Smrg- nouveau/video: update a few more h264 picparm field names 977ec681f3Smrg- nv50: report 15 max inputs for fragment programs 987ec681f3Smrg 997ec681f3SmrgJordan Justen (1): 1007ec681f3Smrg 1017ec681f3Smrg- dri megadriver_stub: add compatibility for older DRI loaders 1027ec681f3Smrg 1037ec681f3SmrgKristian Høgsberg (2): 1047ec681f3Smrg 1057ec681f3Smrg- egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffers 1067ec681f3Smrg- egl/wayland: Send commit after flushing the driver context 1077ec681f3Smrg 1087ec681f3SmrgMaarten Lankhorst (1): 1097ec681f3Smrg 1107ec681f3Smrg- nouveau: Fix compiler warning regression 1117ec681f3Smrg 1127ec681f3SmrgPaul Berry (1): 1137ec681f3Smrg 1147ec681f3Smrg- i965/gen6: Fix multisample resolve blits for luminance/intensity 32F 1157ec681f3Smrg formats. 1167ec681f3Smrg 1177ec681f3SmrgThomas Hellstrom (1): 1187ec681f3Smrg 1197ec681f3Smrg- st/xa: Bump major version number to 2 1207ec681f3Smrg 1217ec681f3SmrgTom Stellard (2): 1227ec681f3Smrg 1237ec681f3Smrg- r300/compiler/tests: Fix segfault 1247ec681f3Smrg- r300/compiler/tests: Fix line length check in test parser 125