Changes between Initial Version and Version 1 of Ticket #6714


Ignore:
Timestamp:
07/14/2015 05:23:25 PM (10 years ago)
Author:
Douglas R. Reno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #6714 – Description

    initial v1  
    11New point version.   Seems to be frequent releases lately.
     2
     3URL: ftp://ftp.freedesktop.org/pub/mesa/10.6.2/mesa-10.6.2.tar.gz
     4
     5MD5SUM: 4745c16a04bf328d017ef7f99aa24c2b  mesa-10.6.2.tar.gz
     6
     7Release Announcement: http://lists.freedesktop.org/archives/mesa-announce/2015-July/000164.html
     8
     9Changes:
     10
     11
     12{{{
     13
     14This time around we have a considerable list of fixes, most of which in
     15the glsl, core mesa, and i965 & nouveau codebases.
     16
     17From a users perspective that relates to GPU lockup and incorrect
     18rendering patches, removed unneeded dependency of external SHA1
     19implementations, and crashfix when multiple versions of libudev are
     20available at runtime.
     21
     22Chris Wilson (1):
     23      loader: Look for any version of currently linked libudev.so
     24
     25Emil Velikov (3):
     26      docs: Add sha256 checksums for the 10.6.1 release
     27      Update version to 10.6.2
     28      Add release notes for the 10.6.2 release
     29
     30Ilia Mirkin (8):
     31      nv50/ir: propagate modifier to right arg when const-folding mad
     32      nv50/ir: fix emission of address reg in 3rd source
     33      nv50/ir: copy joinAt when splitting both before and after
     34      mesa: reset the source packing when creating temp transfer image
     35      nv50/ir: don't emit src2 in immediate form
     36      mesa/prog: relative offsets into constbufs are not constant
     37      nv50/ir: UCMP arguments are float, so make sure modifiers are applied
     38      nvc0: turn sample counts off during blit
     39
     40Kenneth Graunke (5):
     41      i965/fs: Fix ir_txs in emit_texture_gen4_simd16().
     42      i965: Reserve more batch space to accomodate Gen6 perfmonitors.
     43      i965/vs: Fix matNxM vertex attributes where M != 4.
     44      Revert "glsl: clone inputs and outputs during linking"
     45      Revert "i965: Delete linked GLSL IR when using NIR."
     46
     47Marek Olšák (3):
     48      r600g: disable single-sample fast color clear due to hangs
     49      radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
     50      st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
     51
     52Mario Kleiner (2):
     53      nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
     54      winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
     55
     56Matt Turner (2):
     57      i965/fs: Don't mess up stride for uniform integer multiplication.
     58      Revert SHA1 additions.
     59
     60Michel Dänzer (1):
     61      winsys/radeon: Unmap GPU VM address range when destroying BO
     62
     63Mike Stroyan (2):
     64      meta: Only change and restore viewport 0 in mesa meta mode
     65      i965: allocate at least 1 BLEND_STATE element
     66
     67Neil Roberts (4):
     68      i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
     69      glsl: Add missing check for whether an expression is an add operation
     70      glsl: Make sure not to dereference NULL
     71      i965: Don't try to print the GLSL IR if it has been freed
     72
     73Tapani Pälli (8):
     74      glsl: clone inputs and outputs during linking
     75      i965: Delete linked GLSL IR when using NIR.
     76      glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00
     77      mesa/glsl: new compiler option EmitNoIndirectSampler
     78      i965: use EmitNoIndirectSampler for gen < 7
     79      i915: use EmitNoIndirectSampler
     80      mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5
     81      glsl: validate sampler array indexing for 'constant-index-expression'
     82}}}