17ec681f3SmrgMesa 11.0.1 Release Notes / September 26, 2015
27ec681f3Smrg==============================================
37ec681f3Smrg
47ec681f3SmrgMesa 11.0.1 is a bug fix release which fixes bugs found since the 11.0.0
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 11.0.1 implements the OpenGL 4.1 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
117ec681f3Smrg4.1. OpenGL 4.1 is **only** available if requested at context creation
127ec681f3Smrgbecause compatibility contexts are not supported.
137ec681f3Smrg
147ec681f3SmrgSHA256 checksums
157ec681f3Smrg----------------
167ec681f3Smrg
177ec681f3Smrg::
187ec681f3Smrg
197ec681f3Smrg   6dab262877e12c0546a0e2970c6835a0f217e6d4026ccecb3cd5dd733d1ce867  mesa-11.0.1.tar.gz
207ec681f3Smrg   43d0dfcd1f1e36f07f8228cd76d90175d3fc74c1ed25d7071794a100a98ef2a6  mesa-11.0.1.tar.xz
217ec681f3Smrg
227ec681f3SmrgNew features
237ec681f3Smrg------------
247ec681f3Smrg
257ec681f3SmrgNone
267ec681f3Smrg
277ec681f3SmrgBug fixes
287ec681f3Smrg---------
297ec681f3Smrg
307ec681f3SmrgThis list is likely incomplete.
317ec681f3Smrg
327ec681f3Smrg-  `Bug 38109 <https://bugs.freedesktop.org/show_bug.cgi?id=38109>`__ -
337ec681f3Smrg   i915 driver crashes if too few vertices are submitted (Mesa 7.10.2)
347ec681f3Smrg-  `Bug 91114 <https://bugs.freedesktop.org/show_bug.cgi?id=91114>`__ -
357ec681f3Smrg   ES3-CTS.gtf.GL3Tests.shadow.shadow_execution_vert fails
367ec681f3Smrg-  `Bug 91716 <https://bugs.freedesktop.org/show_bug.cgi?id=91716>`__ -
377ec681f3Smrg   [bisected] piglit.shaders.glsl-vs-int-attrib regresses on 32 bit BYT,
387ec681f3Smrg   HSW, IVB, SNB
397ec681f3Smrg-  `Bug 91719 <https://bugs.freedesktop.org/show_bug.cgi?id=91719>`__ -
407ec681f3Smrg   [SNB,HSW,BYT] dEQP regressions associated with using NIR for vertex
417ec681f3Smrg   shaders
427ec681f3Smrg-  `Bug 92009 <https://bugs.freedesktop.org/show_bug.cgi?id=92009>`__ -
437ec681f3Smrg   ES3-CTS.gtf.GL3Tests.packed_pixels.packed_pixels fails
447ec681f3Smrg
457ec681f3SmrgChanges
467ec681f3Smrg-------
477ec681f3Smrg
487ec681f3SmrgAntia Puentes (2):
497ec681f3Smrg
507ec681f3Smrg-  i965/vec4: Fix saturation errors when coalescing registers
517ec681f3Smrg-  i965/vec4_nir: Load constants as integers
527ec681f3Smrg
537ec681f3SmrgAnuj Phogat (1):
547ec681f3Smrg
557ec681f3Smrg-  meta: Abort meta pbo path if TexSubImage need signed unsigned
567ec681f3Smrg   conversion
577ec681f3Smrg
587ec681f3SmrgEmil Velikov (2):
597ec681f3Smrg
607ec681f3Smrg-  docs: add sha256 checksums for 11.0.0
617ec681f3Smrg-  Update version to 11.0.1
627ec681f3Smrg
637ec681f3SmrgIago Toral Quiroga (1):
647ec681f3Smrg
657ec681f3Smrg-  mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default
667ec681f3Smrg   framebuffer.
677ec681f3Smrg
687ec681f3SmrgIan Romanick (5):
697ec681f3Smrg
707ec681f3Smrg-  t_dd_dmatmp: Make "count" actually be the count
717ec681f3Smrg-  t_dd_dmatmp: Clean up improper code formatting from previous patch
727ec681f3Smrg-  t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
737ec681f3Smrg-  t_dd_dmatmp: Pull out common 'count -= count & 3' code
747ec681f3Smrg-  t_dd_dmatmp: Use addition instead of subtraction in loop bounds
757ec681f3Smrg
767ec681f3SmrgIlia Mirkin (6):
777ec681f3Smrg
787ec681f3Smrg-  st/mesa: avoid integer overflows with buffers >= 512MB
797ec681f3Smrg-  nv50, nvc0: fix max texture buffer size to 128M elements
807ec681f3Smrg-  freedreno/a3xx: fix blending of L8 format
817ec681f3Smrg-  nv50,nvc0: detect underlying resource changes and update tic
827ec681f3Smrg-  nv50,nvc0: flush texture cache in presence of coherent bufs
837ec681f3Smrg-  radeonsi: load fmask ptr relative to the resources array
847ec681f3Smrg
857ec681f3SmrgJason Ekstrand (2):
867ec681f3Smrg
877ec681f3Smrg-  nir: Fix a bunch of ralloc parenting errors
887ec681f3Smrg-  i965/vec4: Don't reswizzle hardware registers
897ec681f3Smrg
907ec681f3SmrgJeremy Huddleston (1):
917ec681f3Smrg
927ec681f3Smrg-  configure.ac: Add support to enable read-only text segment on x86.
937ec681f3Smrg
947ec681f3SmrgRay Strode (1):
957ec681f3Smrg
967ec681f3Smrg-  gbm: convert gbm bo format to fourcc format on dma-buf import
977ec681f3Smrg
987ec681f3SmrgTapani Pälli (2):
997ec681f3Smrg
1007ec681f3Smrg-  mesa: fix errors when reading depth with glReadPixels
1017ec681f3Smrg-  i965: fix textureGrad for cubemaps
1027ec681f3Smrg
1037ec681f3SmrgUlrich Weigand (1):
1047ec681f3Smrg
1057ec681f3Smrg-  mesa: Fix texture compression on big-endian systems
106