17ec681f3SmrgMesa 10.6.6 Release Notes / September 04, 2015 27ec681f3Smrg============================================== 37ec681f3Smrg 47ec681f3SmrgMesa 10.6.6 is a bug fix release which fixes bugs found since the 10.6.5 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.6.6 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 416517aa9df4791f97d34451a9e4da33c966afcd18c115c5769b92b15b018ef5 mesa-10.6.6.tar.gz 207ec681f3Smrg 570f2154b7340ff5db61ff103bc6e85165b8958798b78a50fa2df488e98e5778 mesa-10.6.6.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 84677 <https://bugs.freedesktop.org/show_bug.cgi?id=84677>`__ - 337ec681f3Smrg Triangle disappears with glPolygonMode GL_LINE 347ec681f3Smrg- `Bug 90734 <https://bugs.freedesktop.org/show_bug.cgi?id=90734>`__ - 357ec681f3Smrg glBufferSubData is corrupting data when buffer is > 32k 367ec681f3Smrg- `Bug 90748 <https://bugs.freedesktop.org/show_bug.cgi?id=90748>`__ - 377ec681f3Smrg [BDW 387ec681f3Smrg Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes 397ec681f3Smrg fails 407ec681f3Smrg- `Bug 90902 <https://bugs.freedesktop.org/show_bug.cgi?id=90902>`__ - 417ec681f3Smrg [bsw][regression] dEQP: "Found invalid pixel values" 427ec681f3Smrg- `Bug 90925 <https://bugs.freedesktop.org/show_bug.cgi?id=90925>`__ - 437ec681f3Smrg "high fidelity": Segfault in \_mesa_program_resource_find_name 447ec681f3Smrg- `Bug 91254 <https://bugs.freedesktop.org/show_bug.cgi?id=91254>`__ - 457ec681f3Smrg (regresion) video using VA-API on Intel slow and freeze system with 467ec681f3Smrg mesa 10.6 or 10.6.1 477ec681f3Smrg- `Bug 91292 <https://bugs.freedesktop.org/show_bug.cgi?id=91292>`__ - 487ec681f3Smrg [BDW+] glVertexAttribDivisor not working in combination with 497ec681f3Smrg glPolygonMode 507ec681f3Smrg- `Bug 91673 <https://bugs.freedesktop.org/show_bug.cgi?id=91673>`__ - 517ec681f3Smrg Segfault when calling glTexSubImage2D on storage texture to bound FBO 527ec681f3Smrg- `Bug 91726 <https://bugs.freedesktop.org/show_bug.cgi?id=91726>`__ - 537ec681f3Smrg R600 asserts in tgsi_cmp/make_src_for_op3 547ec681f3Smrg 557ec681f3SmrgChanges 567ec681f3Smrg------- 577ec681f3Smrg 587ec681f3SmrgChris Wilson (2): 597ec681f3Smrg 607ec681f3Smrg- i965: Prevent coordinate overflow in intel_emit_linear_blit 617ec681f3Smrg- i965: Always re-emit the pipeline select during invariant state 627ec681f3Smrg emission 637ec681f3Smrg 647ec681f3SmrgDaniel Scharrer (1): 657ec681f3Smrg 667ec681f3Smrg- mesa: add missing queries for ARB_direct_state_access 677ec681f3Smrg 687ec681f3SmrgDave Airlie (8): 697ec681f3Smrg 707ec681f3Smrg- mesa/arb_gpu_shader_fp64: add support for glGetUniformdv 717ec681f3Smrg- mesa/texgetimage: fix missing stencil check 727ec681f3Smrg- st/readpixels: fix accel path for skipimages. 737ec681f3Smrg- texcompress_s3tc/fxt1: fix stride checks (v1.1) 747ec681f3Smrg- mesa/readpixels: check strides are equal before skipping conversion 757ec681f3Smrg- mesa: enable texture stencil8 for multisample 767ec681f3Smrg- r600/sb: update last_cf for finalize if. 777ec681f3Smrg- r600g: fix calculation for gpr allocation 787ec681f3Smrg 797ec681f3SmrgDavid Heidelberg (1): 807ec681f3Smrg 817ec681f3Smrg- st/nine: Require gcc >= 4.6 827ec681f3Smrg 837ec681f3SmrgEmil Velikov (2): 847ec681f3Smrg 857ec681f3Smrg- docs: add sha256 checksums for 10.6.5 867ec681f3Smrg- get-pick-list.sh: Require explicit "10.6" for nominating stable 877ec681f3Smrg patches 887ec681f3Smrg 897ec681f3SmrgGlenn Kennard (4): 907ec681f3Smrg 917ec681f3Smrg- r600g: Fix assert in tgsi_cmp 927ec681f3Smrg- r600g/sb: Handle undef in read port tracker 937ec681f3Smrg- r600g/sb: Don't read junk after EOP 947ec681f3Smrg- r600g/sb: Don't crash on empty if jump target 957ec681f3Smrg 967ec681f3SmrgIlia Mirkin (5): 977ec681f3Smrg 987ec681f3Smrg- st/mesa: fix assignments with 4-operand arguments (i.e. BFI) 997ec681f3Smrg- st/mesa: pass through 4th opcode argument in bitmap/pixel visitors 1007ec681f3Smrg- nv50,nvc0: disable depth bounds test on blit 1017ec681f3Smrg- nv50: fix 2d engine blits for 64- and 128-bit formats 1027ec681f3Smrg- mesa: only copy the requested teximage faces 1037ec681f3Smrg 1047ec681f3SmrgJason Ekstrand (1): 1057ec681f3Smrg 1067ec681f3Smrg- i965/fs: Split VGRFs after lowering pull constants 1077ec681f3Smrg 1087ec681f3SmrgKenneth Graunke (3): 1097ec681f3Smrg 1107ec681f3Smrg- i965: Fix copy propagation type changes. 1117ec681f3Smrg- Revert "i965: Advertise a line width of 40.0 on Cherryview and 1127ec681f3Smrg Skylake." 1137ec681f3Smrg- i965: Momentarily pretend to support ARB_texture_stencil8 for blits. 1147ec681f3Smrg 1157ec681f3SmrgMarek Olšák (3): 1167ec681f3Smrg 1177ec681f3Smrg- gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packets 1187ec681f3Smrg- mesa: create multisample fallback textures like normal textures 1197ec681f3Smrg- radeonsi: fix a Unigine Heaven hang when drirc is missing 1207ec681f3Smrg 1217ec681f3SmrgMatt Turner (1): 1227ec681f3Smrg 1237ec681f3Smrg- i965/fs: Handle MRF destinations in lower_integer_multiplication(). 1247ec681f3Smrg 1257ec681f3SmrgNeil Roberts (2): 1267ec681f3Smrg 1277ec681f3Smrg- i965: Swap the order of the vertex ID and edge flag attributes 1287ec681f3Smrg- i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is used 1297ec681f3Smrg 1307ec681f3SmrgTapani Pälli (5): 1317ec681f3Smrg 1327ec681f3Smrg- mesa: update fbo state in glTexStorage 1337ec681f3Smrg- glsl: build stageref mask using IR, not symbol table 1347ec681f3Smrg- glsl: expose build_program_resource_list function 1357ec681f3Smrg- glsl: create program resource list after LinkShader 1367ec681f3Smrg- mesa: add GL_RED, GL_RG support for floating point textures 137