Changes between Initial Version and Version 2 of Ticket #6390


Ignore:
Timestamp:
04/13/2015 05:22:02 PM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6390

    • Property Owner changed from blfs-book@… to Fernando de Oliveira
    • Property Status newassigned
  • Ticket #6390 – Description

    initial v2  
    22SHA256: 8701ee1be4f5c03238f5e63c1a9bd4cc03a2f6c0155ed42a1ae7d58f18912ba2  mesa-10.5.3.tar.xz
    33
    4 [http://lists.freedesktop.org/archives/mesa-announce/2015-April/000150.html]
     4[http://www.mesa3d.org/relnotes/10.5.3.html]
    55
    66{{{
    7 Mesa 10.5.3 is now available. This release addresses issues in the OpenCL
    8 state-tracker (clover) and nearly every dri driver. Unlike mesa 10.5.2,
    9 the build process should finally be python/mako free :-)
     7Mesa 10.5.3 is a bug fix release which fixes bugs found since the 10.5.2
     8release.
    109
     10Mesa 10.5.3 implements the OpenGL 3.3 API, but the version reported by
     11glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
     12glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being
     13used. Some drivers don't support all the features required in OpenGL 3.3.
     14OpenGL 3.3 is only available if requested at context creation because
     15compatibility contexts are not supported.
    1116
    12 Dave Airlie (1):
    13       st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
     17...
    1418
    15 Emil Velikov (6):
    16       docs: Add sha256 sums for the 10.5.2 release
    17       xmlpool: don't forget to ship the MOS
    18       configure.ac: error out if python/mako is not found when required
    19       dist: add the VG depedencies into the tarball
    20       Update version to 10.5.3
    21       Add release notes for the 10.5.3 release
     19New features
    2220
    23 Iago Toral Quiroga (1):
    24       i965: Do not render primitives in non-zero streams then TF is
    25       disabled
     21None
    2622
    27 Ilia Mirkin (7):
    28       st/mesa: update arrays when the current attrib has been updated
    29       nv50/ir: take postFactor into account when doing peephole
    30       optimizations
    31       nv50/ir/gk110: fix offset flag position for TXD opcode
    32       freedreno/a3xx: fix 3d texture layout
    33       freedreno/a3xx: point size should not be divided by 2
    34       nv50: allocate more offset space for occlusion queries
    35       nv50,nvc0: limit the y-tiling of 3d textures to the first level's
    36       tiling
     23Bug fixes
    3724
    38 Kenneth Graunke (2):
    39       i965: Fix instanced geometry shaders on Gen8+.
    40       i965: Add forgotten multi-stream code to Gen8 SOL state.
     25This list is likely incomplete.
    4126
    42 Marcin Ślusarz (1):
    43       nouveau: synchronize "scratch runout" destruction with the command
    44       stream
     27    Bug 83962 - [HSW/BYT]Piglit
     28    spec_ARB_gpu_shader5_arb_gpu_shader5-emitstreamvertex_nodraw fails
     29    Bug 89679 - [NV50] Portal/Half-Life 2 will not start (native Steam)
     30    Bug 89746 - Mesa and LLVM 3.6+ break opengl for genymotion
     31    Bug 89754 - vertexAttrib fails WebGL Conformance test with mesa
     32    drivers
     33    Bug 89758 - pow WebGL Conformance test with mesa drivers
     34    Bug 89759 - WebGL OGL ES GLSL conformance test with mesa drivers
     35    fails
     36    Bug 89905 - scons build broken on 10.5.2 due to activated vega st
    4537
    46 Michel Dänzer (1):
    47       radeonsi: Cache LLVMTargetMachineRef in context instead of in screen
    48 
    49 Tom Stellard (1):
    50       clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when
    51       compilation fails v2
    52 
    53 Ville Syrjälä (1):
    54       i965: Fix URB size for CHV
     38...
    5539}}}