17ec681f3SmrgMesa 10.6.1 Release Notes / June 29, 2015 27ec681f3Smrg========================================= 37ec681f3Smrg 47ec681f3SmrgMesa 10.6.1 is a bug fix release which fixes bugs found since the 10.6.0 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.6.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 are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg b4cccd4d0eabcc2bca00c3175d3ad88fdda57ffdb883a7998525b873a21fe607 mesa-10.6.1.tar.gz 207ec681f3Smrg 6c80a2b647e57c85dc36e609d9aed17f878f0d8e0cf9ace86d14cf604101e1eb mesa-10.6.1.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 90347 <https://bugs.freedesktop.org/show_bug.cgi?id=90347>`__ - 337ec681f3Smrg [NVE0+] Failure to insert texbar under some circumstances (causing 347ec681f3Smrg bad colors in Terasology) 357ec681f3Smrg 367ec681f3SmrgChanges 377ec681f3Smrg------- 387ec681f3Smrg 397ec681f3SmrgAnuj Phogat (4): 407ec681f3Smrg 417ec681f3Smrg- mesa: Handle integer formats in need_rgb_to_luminance_conversion() 427ec681f3Smrg- mesa: Use helper function need_rgb_to_luminance_conversion() 437ec681f3Smrg- mesa: Turn need_rgb_to_luminance_conversion() in to a global function 447ec681f3Smrg- meta: Abort meta path if ReadPixels need rgb to luminance conversion 457ec681f3Smrg 467ec681f3SmrgBen Widawsky (1): 477ec681f3Smrg 487ec681f3Smrg- i965/gen9: Implement Push Constant Buffer workaround 497ec681f3Smrg 507ec681f3SmrgBoyan Ding (2): 517ec681f3Smrg 527ec681f3Smrg- egl/x11: Set version of swrastLoader to 2 537ec681f3Smrg- egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals 547ec681f3Smrg 557ec681f3SmrgEmil Velikov (6): 567ec681f3Smrg 577ec681f3Smrg- docs: Add sha256sums for the 10.6.0 release 587ec681f3Smrg- configure: warn about shared_glapi & xlib-glx only when both are set 597ec681f3Smrg- configure: error out when building backend-less libEGL 607ec681f3Smrg- configure: error out when building libEGL without shared-glapi 617ec681f3Smrg- gbm: do not (over)link against libglapi.so 627ec681f3Smrg- Update version to 10.6.1 637ec681f3Smrg 647ec681f3SmrgFrank Henigman (1): 657ec681f3Smrg 667ec681f3Smrg- gbm: dlopen libglapi so gbm_create_device works 677ec681f3Smrg 687ec681f3SmrgIlia Mirkin (9): 697ec681f3Smrg 707ec681f3Smrg- nvc0/ir: fix collection of first uses for texture barrier insertion 717ec681f3Smrg- nv50,nvc0: clamp uniform size to 64k 727ec681f3Smrg- nvc0/ir: can't have a join on a load with an indirect source 737ec681f3Smrg- glsl: handle conversions to double when comparing param matches 747ec681f3Smrg- glsl: add version checks to conditionals for builtin variable 757ec681f3Smrg enablement 767ec681f3Smrg- mesa: add GL_PROGRAM_PIPELINE support in KHR_debug calls 777ec681f3Smrg- glsl: binding point is a texture unit, which is a combined space 787ec681f3Smrg- nvc0: always put all tfb bufs into bufctx 797ec681f3Smrg- nv50,nvc0: make sure to pushbuf_refn before putting bo into 807ec681f3Smrg pushbuf_data 81