10.3.5.rst revision 7ec681f3
17ec681f3SmrgMesa 10.3.5 Release Notes / December 5, 2014
27ec681f3Smrg============================================
37ec681f3Smrg
47ec681f3SmrgMesa 10.3.5 is a bug fix release which fixes bugs found since the 10.3.4
57ec681f3Smrgrelease.
67ec681f3Smrg
77ec681f3SmrgMesa 10.3.5 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   7ea71c3cce89114df3dc050376afa1c6f6bf235d77a68f9703273603d6a90621  MesaLib-10.3.5.tar.gz
207ec681f3Smrg   eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae  MesaLib-10.3.5.tar.bz2
217ec681f3Smrg   164bc64ba63fb07ff255ff8de6ed3c95ff545dfe8f864c44c33abe94788da910  MesaLib-10.3.5.zip
227ec681f3Smrg
237ec681f3SmrgNew features
247ec681f3Smrg------------
257ec681f3Smrg
267ec681f3SmrgNone
277ec681f3Smrg
287ec681f3SmrgBug fixes
297ec681f3Smrg---------
307ec681f3Smrg
317ec681f3SmrgThis list is likely incomplete.
327ec681f3Smrg
337ec681f3Smrg-  `Bug 86618 <https://bugs.freedesktop.org/show_bug.cgi?id=86618>`__ -
347ec681f3Smrg   [NV96] neg modifiers not working in MIN and MAX operations
357ec681f3Smrg
367ec681f3SmrgChanges
377ec681f3Smrg-------
387ec681f3Smrg
397ec681f3SmrgBrian Paul (2):
407ec681f3Smrg
417ec681f3Smrg-  mesa: fix arithmetic error in \_mesa_compute_compressed_pixelstore()
427ec681f3Smrg-  mesa: fix height error check for 1D array textures
437ec681f3Smrg
447ec681f3SmrgChris Forbes (2):
457ec681f3Smrg
467ec681f3Smrg-  i965: Handle nested uniform array indexing
477ec681f3Smrg-  mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
487ec681f3Smrg
497ec681f3SmrgEmil Velikov (2):
507ec681f3Smrg
517ec681f3Smrg-  docs: Add sha256 sums for the 10.3.5 release
527ec681f3Smrg-  Update version to 10.3.5
537ec681f3Smrg
547ec681f3SmrgIlia Mirkin (6):
557ec681f3Smrg
567ec681f3Smrg-  nv50/ir: set neg modifiers on min/max args
577ec681f3Smrg-  nv50,nvc0: actually check constbufs for invalidation
587ec681f3Smrg-  nv50,nvc0: buffer resources can be bound as other things down the
597ec681f3Smrg   line
607ec681f3Smrg-  freedreno/ir3: don't pass consts to madsh.m16 in MOD logic
617ec681f3Smrg-  freedreno/a3xx: only enable blend clamp for non-float formats
627ec681f3Smrg-  freedreno/ir3: fix UMAD
637ec681f3Smrg
647ec681f3SmrgRob Clark (1):
657ec681f3Smrg
667ec681f3Smrg-  configure.ac: bump libdrm_freedreno requirement
67