17ec681f3SmrgMesa 10.5.3 Release Notes / April 12, 2015 27ec681f3Smrg========================================== 37ec681f3Smrg 47ec681f3SmrgMesa 10.5.3 is a bug fix release which fixes bugs found since the 10.5.2 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 10.5.3 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 2371b8e210ccd19f61dd94b6664d612e5a479ba7d431a074512d87633bd6aeb4 mesa-10.5.3.tar.gz 207ec681f3Smrg 8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2 mesa-10.5.3.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 83962 <https://bugs.freedesktop.org/show_bug.cgi?id=83962>`__ - 337ec681f3Smrg [HSW/BYT]Piglit 347ec681f3Smrg spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails 357ec681f3Smrg- `Bug 89679 <https://bugs.freedesktop.org/show_bug.cgi?id=89679>`__ - 367ec681f3Smrg [NV50] Portal/Half-Life 2 will not start (native Steam) 377ec681f3Smrg- `Bug 89746 <https://bugs.freedesktop.org/show_bug.cgi?id=89746>`__ - 387ec681f3Smrg Mesa and LLVM 3.6+ break opengl for genymotion 397ec681f3Smrg- `Bug 89754 <https://bugs.freedesktop.org/show_bug.cgi?id=89754>`__ - 407ec681f3Smrg vertexAttrib fails WebGL Conformance test with mesa drivers 417ec681f3Smrg- `Bug 89758 <https://bugs.freedesktop.org/show_bug.cgi?id=89758>`__ - 427ec681f3Smrg pow WebGL Conformance test with mesa drivers 437ec681f3Smrg- `Bug 89759 <https://bugs.freedesktop.org/show_bug.cgi?id=89759>`__ - 447ec681f3Smrg WebGL OGL ES GLSL conformance test with mesa drivers fails 457ec681f3Smrg- `Bug 89905 <https://bugs.freedesktop.org/show_bug.cgi?id=89905>`__ - 467ec681f3Smrg scons build broken on 10.5.2 due to activated vega st 477ec681f3Smrg 487ec681f3SmrgChanges 497ec681f3Smrg------- 507ec681f3Smrg 517ec681f3SmrgDave Airlie (1): 527ec681f3Smrg 537ec681f3Smrg- st_glsl_to_tgsi: only do mov copy propagation on temps (v2) 547ec681f3Smrg 557ec681f3SmrgEmil Velikov (5): 567ec681f3Smrg 577ec681f3Smrg- docs: Add sha256 sums for the 10.5.2 release 587ec681f3Smrg- xmlpool: don't forget to ship the MOS 597ec681f3Smrg- configure.ac: error out if python/mako is not found when required 607ec681f3Smrg- dist: add the VG depedencies into the tarball 617ec681f3Smrg- Update version to 10.5.3 627ec681f3Smrg 637ec681f3SmrgIago Toral Quiroga (1): 647ec681f3Smrg 657ec681f3Smrg- i965: Do not render primitives in non-zero streams then TF is 667ec681f3Smrg disabled 677ec681f3Smrg 687ec681f3SmrgIlia Mirkin (7): 697ec681f3Smrg 707ec681f3Smrg- st/mesa: update arrays when the current attrib has been updated 717ec681f3Smrg- nv50/ir: take postFactor into account when doing peephole 727ec681f3Smrg optimizations 737ec681f3Smrg- nv50/ir/gk110: fix offset flag position for TXD opcode 747ec681f3Smrg- freedreno/a3xx: fix 3d texture layout 757ec681f3Smrg- freedreno/a3xx: point size should not be divided by 2 767ec681f3Smrg- nv50: allocate more offset space for occlusion queries 777ec681f3Smrg- nv50,nvc0: limit the y-tiling of 3d textures to the first level's 787ec681f3Smrg tiling 797ec681f3Smrg 807ec681f3SmrgKenneth Graunke (2): 817ec681f3Smrg 827ec681f3Smrg- i965: Fix instanced geometry shaders on Gen8+. 837ec681f3Smrg- i965: Add forgotten multi-stream code to Gen8 SOL state. 847ec681f3Smrg 857ec681f3SmrgMarcin Ślusarz (1): 867ec681f3Smrg 877ec681f3Smrg- nouveau: synchronize "scratch runout" destruction with the command 887ec681f3Smrg stream 897ec681f3Smrg 907ec681f3SmrgMichel Dänzer (1): 917ec681f3Smrg 927ec681f3Smrg- radeonsi: Cache LLVMTargetMachineRef in context instead of in screen 937ec681f3Smrg 947ec681f3SmrgTom Stellard (1): 957ec681f3Smrg 967ec681f3Smrg- clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when 977ec681f3Smrg compilation fails v2 987ec681f3Smrg 997ec681f3SmrgVille Syrjälä (1): 1007ec681f3Smrg 1017ec681f3Smrg- i965: Fix URB size for CHV 102