1Mesa 10.1.4 Release Notes / (May 20, 2014) 2========================================== 3 4Mesa 10.1.4 is a bug fix release which fixes bugs found since the 10.1.3 5release. 6 7Mesa 10.1.4 implements the OpenGL 3.3 API, but the version reported by 8glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 9glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 10used. Some drivers don't support all the features required in OpenGL 113.3. OpenGL 3.3 is **only** available if requested at context creation 12because compatibility contexts are not supported. 13 14MD5 checksums 15------------- 16 17:: 18 19 e934365d77f384bfaec844999440bef8 MesaLib-10.1.4.tar.gz 20 6fddee101f49b7409cd29994c34ddee7 MesaLib-10.1.4.tar.bz2 21 ba5f48e7d5e373922c804c2651fec6c1 MesaLib-10.1.4.zip 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 78225 <https://bugs.freedesktop.org/show_bug.cgi?id=78225>`__ - 34 Compile error due to undefined reference to \`gbm_dri_backend', fix 35 attached 36- `Bug 78537 <https://bugs.freedesktop.org/show_bug.cgi?id=78537>`__ - 37 no anisotropic filtering in a native Half-Life 2 38 39Changes 40------- 41 42Brian Paul (1): 43 44- mesa: fix double-freeing of dispatch tables inside glBegin/End. 45 46Carl Worth (3): 47 48- docs: Add MD5 sums for 10.1.3 49- cherry-ignore: Roland and Michel agreed to drop these patches. 50- VERSION: Update to 10.1.4 51 52Emil Velikov (1): 53 54- configure: error out if building GBM without dri 55 56Eric Anholt (1): 57 58- i965/vs: Use samplers for UBOs in the VS like we do for non-UBO 59 pulls. 60 61Ilia Mirkin (3): 62 63- nv50/ir: make sure to reverse cond codes on all the OP_SET variants 64- nv50: fix setting of texture ms info to be per-stage 65- nv50/ir: fix integer mul lowering for u32 x u32 -> high u32 66 67Michel Dänzer (1): 68 69- radeonsi: Fix anisotropic filtering state setup 70 71Tom Stellard (2): 72 73- configure.ac: Add LLVM_VERSION_PATCH to DEFINES 74- radeonsi: Enable geometry shaders with LLVM 3.4.1 75