1Mesa 9.2.5 Release Notes / (December 12, 2013) 2============================================== 3 4Mesa 9.2.5 is a bug fix release which fixes bugs found since the 9.2.4 5release. 6 7Mesa 9.2 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 9fb4de29ca1d9cfd03cbdefa123ba336 MesaLib-9.2.5.tar.bz2 20 1146c7c332767174f3de782b88d8e8ca MesaLib-9.2.5.tar.gz 21 a9a6c46dac7ea26fd272bf14894d95f3 MesaLib-9.2.5.zip 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 62142 <https://bugs.freedesktop.org/show_bug.cgi?id=62142>`__ - 34 Mesa/demo mipmap_limits upside down with running by SOFTWARE 35- `Bug 64323 <https://bugs.freedesktop.org/show_bug.cgi?id=64323>`__ - 36 Severe misrendering in Left 4 Dead 2 37- `Bug 66213 <https://bugs.freedesktop.org/show_bug.cgi?id=66213>`__ - 38 Certain Mesa Demos Rendering Inverted (vertically) 39- `Bug 68838 <https://bugs.freedesktop.org/show_bug.cgi?id=68838>`__ - 40 GLSL: struct declarations produce a "empty declaration warning" in 41 9.2 42- `Bug 69155 <https://bugs.freedesktop.org/show_bug.cgi?id=69155>`__ - 43 [NV50 gallium] [piglit] bin/varying-packing-simple triggers memory 44 corruption/failures 45- `Bug 72325 <https://bugs.freedesktop.org/show_bug.cgi?id=72325>`__ - 46 [swrast] piglit glean fbo regression 47- `Bug 72327 <https://bugs.freedesktop.org/show_bug.cgi?id=72327>`__ - 48 [swrast] piglit glean pointSprite regression 49 50Changes 51------- 52 53The full set of changes can be viewed by using the following GIT 54command: 55 56:: 57 58 git log mesa-9.2.4..mesa-9.2.5 59 60Chad Versace (2): 61 62- i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTs 63- i965: Add extra-alignment for non-msrt fast color clear for all hw 64 (v2) 65 66Chris Forbes (4): 67 68- i965: Gen4-5: Don't enable hardware alpha test with MRT 69- i965: Gen4-5: Include alpha func/ref in program key 70- i965/fs: Gen4-5: Setup discard masks for MRT alpha test 71- i965/fs: Gen4-5: Implement alpha test in shader for MRT 72 73Chí-Thanh Christopher Nguyễn (1): 74 75- st/xorg: Handle new DamageUnregister API which has only one argument 76 77Dave Airlie (3): 78 79- mesa/swrast: fix inverted front buffer rendering with old-school 80 swrast 81- glx: don't fail out when no configs if we have visuals 82- swrast: fix readback regression since inversion fix 83 84Ian Romanick (1): 85 86- glsl: Don't emit empty declaration warning for a struct specifier 87 88Ilia Mirkin (4): 89 90- nv50: Fix GPU_READING/WRITING bit removal 91- nouveau: avoid leaking fences while waiting 92- nv50: wait on the buf's fence before sticking it into pushbuf 93- nv50: report 15 max inputs for fragment programs 94 95Tom Stellard (2): 96 97- r300/compiler/tests: Fix segfault 98- r300/compiler/tests: Fix line length check in test parser 99