17ec681f3SmrgMesa 10.5.7 Release Notes / June 07, 2015 27ec681f3Smrg========================================= 37ec681f3Smrg 47ec681f3SmrgMesa 10.5.7 is a bug fix release which fixes bugs found since the 10.5.6 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.5.7 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 are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 8f865ce497435fdf25d4e35f3b5551b2bcd5f9bc6570561183be82af20d18b82 mesa-10.5.7.tar.gz 207ec681f3Smrg 04d06890cd69af8089d6ca76f40e46dcf9cacfe4a9788b32be620574d4638818 mesa-10.5.7.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 89131 <https://bugs.freedesktop.org/show_bug.cgi?id=89131>`__ - 337ec681f3Smrg [Bisected] Graphical corruption in Weston, shows old framebuffer 347ec681f3Smrg pieces 357ec681f3Smrg 367ec681f3SmrgChanges 377ec681f3Smrg------- 387ec681f3Smrg 397ec681f3SmrgBen Widawsky (1): 407ec681f3Smrg 417ec681f3Smrg- i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+) 427ec681f3Smrg 437ec681f3SmrgEmil Velikov (4): 447ec681f3Smrg 457ec681f3Smrg- docs: Add sha256sums for the 10.5.6 release 467ec681f3Smrg- get-pick-list.sh: Require explicit "10.5" for nominating stable 477ec681f3Smrg patches 487ec681f3Smrg- cherry-ignore: add clover build fix not applicable for 10.5 497ec681f3Smrg- Update version to 10.5.7 507ec681f3Smrg 517ec681f3SmrgIlia Mirkin (18): 527ec681f3Smrg 537ec681f3Smrg- nvc0/ir: set ftz when sources are floats, not just destinations 547ec681f3Smrg- nv50/ir: guess that the constant offset is the starting slot of array 557ec681f3Smrg- nvc0/ir: LOAD's can't be used for shader inputs 567ec681f3Smrg- nvc0: a geometry shader can have up to 1024 vertices output 577ec681f3Smrg- nv50/ir: avoid messing up arg1 of PFETCH 587ec681f3Smrg- nv30: don't leak fragprog consts 597ec681f3Smrg- nv30: avoid leaking render state and draw shaders 607ec681f3Smrg- nv30: fix clip plane uploads and enable changes 617ec681f3Smrg- nv30/draw: avoid leaving stale pointers in draw state 627ec681f3Smrg- nv30/draw: draw expects constbuf size in bytes, not vec4 units 637ec681f3Smrg- st/mesa: don't leak glsl_to_tgsi object on link failure 647ec681f3Smrg- glsl: avoid leaking linked gl_shader when there's a late linker error 657ec681f3Smrg- nv30/draw: fix indexed draws with swtnl path and a resource index 667ec681f3Smrg buffer 677ec681f3Smrg- nv30/draw: only use the DMA1 object (GART) if the bo is not in VRAM 687ec681f3Smrg- nv30/draw: allocate vertex buffers in gart 697ec681f3Smrg- nv30/draw: switch varying hookup logic to know about texcoords 707ec681f3Smrg- nv30: falling back to draw path for edgeflag does no good 717ec681f3Smrg- nv30: avoid doing extra work on clear and hitting unexpected states 727ec681f3Smrg 737ec681f3SmrgJason Ekstrand (1): 747ec681f3Smrg 757ec681f3Smrg- i965/fs: Fix implied_mrf_writes for scratch writes 767ec681f3Smrg 777ec681f3SmrgMarek Olšák (1): 787ec681f3Smrg 797ec681f3Smrg- st/dri: fix postprocessing crash when there's no depth buffer 80