1Mesa 10.2.2 Release Notes / June 24, 2014 2========================================= 3 4Mesa 10.2.2 is a bug fix release which fixes bugs found since the 10.2.1 5release. 6 7Mesa 10.2.2 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 14SHA256 checksums 15---------------- 16 17:: 18 19 38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c MesaLib-10.2.2.tar.bz2 20 2af2ec8b4db624c352e961eefbcce6c8d1f86d44c5542f6f378c50e1b958d453 MesaLib-10.2.2.tar.gz 21 d4c0372da59367a344d62ebcdf5cf61039c9cae6925f40f2dab8f8d95cf22da9 MesaLib-10.2.2.zip 22 23New features 24------------ 25 26None 27 28Bug fixes 29--------- 30 31This list is likely incomplete. 32 33- `Bug 54372 <https://bugs.freedesktop.org/show_bug.cgi?id=54372>`__ - 34 GLX_INTEL_swap_event crashes driver when swapping window buffers 35- `Bug 66452 <https://bugs.freedesktop.org/show_bug.cgi?id=66452>`__ - 36 JUNIPER UVD accelerated playback of WMV3 streams does not work 37- `Bug 74005 <https://bugs.freedesktop.org/show_bug.cgi?id=74005>`__ - 38 [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails 39- `Bug 77865 <https://bugs.freedesktop.org/show_bug.cgi?id=77865>`__ - 40 [BDW] Many Ogles3conform framebuffer_blit cases fail 41- `Bug 78581 <https://bugs.freedesktop.org/show_bug.cgi?id=78581>`__ - 42 OpenCL: clBuildProgram prints error messages directly rather than 43 storing them 44- `Bug 79029 <https://bugs.freedesktop.org/show_bug.cgi?id=79029>`__ - 45 INTEL_DEBUG=shader_time is full of lies 46- `Bug 79729 <https://bugs.freedesktop.org/show_bug.cgi?id=79729>`__ - 47 [i965] glClear on a multisample texture doesn't work 48- `Bug 79907 <https://bugs.freedesktop.org/show_bug.cgi?id=79907>`__ - 49 Mesa 10.2.1 --enable-vdpau default=auto broken 50- `Bug 80115 <https://bugs.freedesktop.org/show_bug.cgi?id=80115>`__ - 51 MESA_META_DRAW_BUFFERS induced GL_INVALID_VALUE errors 52 53Changes 54------- 55 56Adrian Negreanu (8): 57 58- add megadriver_stub_FILES 59- android: adapt to the megadriver mechanism 60- android: add libloader to libGLES_mesa and libmesa_egl_dri2 61- android: add src/gallium/auxiliary as include path for 62 libmesa_dricore 63- android, egl: add correct drm include for libmesa_egl_dri2 64- android, egl: typo dri2_fallback_pixmap_surface -> 65 dri2_fallback_create_pixmap_surface 66- android, mesa_gen_matypes: pull in timespec POSIX definition 67- android, dricore: undefined reference to \_mesa_streaming_load_memcpy 68 69Carl Worth (1): 70 71- Update VERSION to 10.2.2 72 73Daniel Manjarres (1): 74 75- glx: Don't crash on swap event for a Window (non-GLXWindow) 76 77Emil Velikov (3): 78 79- targets/xa: limit the amount of exported symbols 80- configure: error out when building opencl without LLVM 81- configure: correctly autodetect xvmc/vdpau/omx 82 83Grigori Goronzy (1): 84 85- radeon/uvd: disable VC-1 simple/main on UVD 2.x 86 87Iago Toral Quiroga (1): 88 89- mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program. 90 91Ian Romanick (3): 92 93- docs: Add initial 10.2.1 release notes 94- docs: Add MD5 checksum, etc. for 10.2.1 release 95- meta: Respect the driver's maximum number of draw buffers 96 97Ilia Mirkin (7): 98 99- gk110/ir: emit saturate flag on fadd when needed 100- gk110/ir: fix emitting constbuf file index 101- gk110/ir: fix bfind emission 102- nv50: make sure to mark first scissor dirty after blit 103- nv30: plug some memory leaks on screen destroy and shader compile 104- nv30: avoid dangling references to deleted contexts 105- nv30: hack to avoid errors on unexpected color/zeta combinations 106 107Jason Ekstrand (1): 108 109- meta_blit: properly compute texture width for the CopyTexSubImage 110 fallback 111 112José Fonseca (1): 113 114- mesa/main: Prevent sefgault on 115 glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING). 116 117Kenneth Graunke (9): 118 119- i965: Don't use the head sentinel as an fs_inst in Gen4 workaround 120 code. 121- i965: Invalidate live intervals when inserting Gen4 SEND workarounds. 122- i965/vec4: Fix dead code elimination for VGRFs of size > 1. 123- i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell. 124- i965: Drop Broadwell perf_debugs about missing MOCS that aren't 125 missing. 126- i965: Add missing newlines to a few perf_debug messages. 127- i965/vec4: Use the sampler for pull constant loads on Broadwell. 128- i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell. 129- i965: Save meta stencil blit programs in the context. 130 131Kristian Høgsberg (1): 132 133- mesa: Remove glClear optimization based on drawable size 134 135Michel Dänzer (1): 136 137- configure: Only check for OpenCL without LLVM when the latter is 138 certain 139 140Neil Roberts (1): 141 142- i965: Set the fast clear color value for texture surfaces 143 144Tom Stellard (2): 145 146- clover: Prevent Clang from printing number of errors and warnings to 147 stderr. 148- clover: Don't use llvm's global context 149 150Ville Syrjälä (1): 151 152- i915: Fix gen2 texblend setup 153