17ec681f3SmrgMesa 10.2.6 Release Notes / August 19, 2014
27ec681f3Smrg===========================================
37ec681f3Smrg
47ec681f3SmrgMesa 10.2.6 is a bug fix release which fixes bugs found since the 10.2.5
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 10.2.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   193314d2adba98e43697d726739ac46b4299aae324fa1821aa226890c28ac806  MesaLib-10.2.6.tar.bz2
207ec681f3Smrg   f7a45a5977b485eb95ac024205c584a0c112fe3951c2313c797579bb16a7a448  MesaLib-10.2.6.tar.gz
217ec681f3Smrg   6d086d6fcda8f317adfaaae40011decf2f2e2dc80819c4a7a77c76f73512e8d8  MesaLib-10.2.6.zip
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgNone
277ec681f3Smrg
287ec681f3SmrgBug fixes
297ec681f3Smrg---------
307ec681f3Smrg
317ec681f3SmrgThis list is likely incomplete.
327ec681f3Smrg
337ec681f3Smrg-  `Bug 81450 <https://bugs.freedesktop.org/show_bug.cgi?id=81450>`__ -
347ec681f3Smrg   [BDW]Piglit
357ec681f3Smrg   spec_glsl-1.30_execution_tex-miplevel-selection_textureGrad_1DArray
367ec681f3Smrg   cases intel_do_flush_locked failed
377ec681f3Smrg
387ec681f3SmrgChanges
397ec681f3Smrg-------
407ec681f3Smrg
417ec681f3SmrgAnuj Phogat (15):
427ec681f3Smrg
437ec681f3Smrg-  mesa: Fix error condition for valid texture targets in glTexStorage\*
447ec681f3Smrg   functions
457ec681f3Smrg-  mesa: Turn target_can_be_compressed() in to a utility function
467ec681f3Smrg-  mesa: Add error condition for using compressed internalformat in
477ec681f3Smrg   glTexStorage3D()
487ec681f3Smrg-  mesa: Fix condition for using compressed internalformat in
497ec681f3Smrg   glCompressedTexImage3D()
507ec681f3Smrg-  mesa: Add utility function \_mesa_is_enum_format_snorm()
517ec681f3Smrg-  mesa: Don't allow snorm internal formats in glCopyTexImage*() in
527ec681f3Smrg   GLES3
537ec681f3Smrg-  mesa: Add a helper function \_mesa_is_enum_format_unsized()
547ec681f3Smrg-  mesa: Add a gles3 error condition for sized internalformat in
557ec681f3Smrg   glCopyTexImage*()
567ec681f3Smrg-  mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in
577ec681f3Smrg   glCopyTexImage*()
587ec681f3Smrg-  mesa: Add utility function \_mesa_is_enum_format_unorm()
597ec681f3Smrg-  mesa: Add gles3 condition for normalized internal formats in
607ec681f3Smrg   glCopyTexImage*()
617ec681f3Smrg-  mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal
627ec681f3Smrg   formats
637ec681f3Smrg-  meta: Use \_mesa_get_format_bits() to get the GL_RED_BITS
647ec681f3Smrg-  egl: Fix OpenGL ES version checks in \_eglParseContextAttribList()
657ec681f3Smrg-  meta: Fix datatype computation in get_temp_image_type()
667ec681f3Smrg
677ec681f3SmrgBrian Paul (1):
687ec681f3Smrg
697ec681f3Smrg-  mesa: fix assertion in \_mesa_drawbuffers()
707ec681f3Smrg
717ec681f3SmrgCarl Worth (2):
727ec681f3Smrg
737ec681f3Smrg-  docs: Add sha256 sums to the 10.2.5 release notes
747ec681f3Smrg-  Update VERSION to 10.2.6
757ec681f3Smrg
767ec681f3SmrgIlia Mirkin (1):
777ec681f3Smrg
787ec681f3Smrg-  mesa/st: only convert AND(a, NOT(b)) into MAD when not using native
797ec681f3Smrg   integers
807ec681f3Smrg
817ec681f3SmrgJordan Justen (1):
827ec681f3Smrg
837ec681f3Smrg-  i965/miptree: Layout 1D Array as 2D Array with height of 1
847ec681f3Smrg
857ec681f3SmrgMaarten Lankhorst (1):
867ec681f3Smrg
877ec681f3Smrg-  configure.ac: Do not require llvm on x32
887ec681f3Smrg
897ec681f3SmrgMarek Olšák (4):
907ec681f3Smrg
917ec681f3Smrg-  st/mesa: fix blit-based partial TexSubImage for 1D arrays
927ec681f3Smrg-  radeon,r200: fix buffer validation after CS flush
937ec681f3Smrg-  radeonsi: fix a hang with instancing in Unigine Heaven/Valley on
947ec681f3Smrg   Hawaii
957ec681f3Smrg-  radeonsi: fix CMASK and HTILE allocation on Tahiti
967ec681f3Smrg
977ec681f3SmrgPali Rohár (1):
987ec681f3Smrg
997ec681f3Smrg-  configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB
1007ec681f3Smrg
1017ec681f3SmrgRoland Scheidegger (1):
1027ec681f3Smrg
1037ec681f3Smrg-  gallivm: fix up out-of-bounds level when using conformant
1047ec681f3Smrg   out-of-bound behavior
105