Changes between Initial Version and Version 2 of Ticket #9072


Ignore:
Timestamp:
04/02/2017 06:25:48 PM (7 years ago)
Author:
bdubbs@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9072

    • Property Owner changed from blfs-book@… to bdubbs@…
    • Property Status newassigned
  • Ticket #9072 – Description

    initial v2  
    77In this release we have:
    88
    9 Several patches addressing improvements in the API validation and the
    10 GLSL compiler.
     9Several patches addressing improvements in the API validation and the GLSL compiler.
    1110
    12 Some other bunch of patches for the Intel drivers (both GL and Vulkan),
    13 including a fix for a hang with GfxBench 4.0 CarChase, several
    14 improvements in the Vulkan driver and other crash fixes.
     11Some other bunch of patches for the Intel drivers (both GL and Vulkan), including a fix for a hang with GfxBench 4.0 CarChase, several improvements in the Vulkan driver and other crash fixes.
    1512
    1613Galleon drivers have seen fixed an existing deadlock too.
    1714
    18 For radeonsi, we now include the polaris12 pci id and a fix for a hang
    19 after a shader compile failure.
     15For radeonsi, we now include the polaris12 pci id and a fix for a hang after a shader compile failure.
    2016
    21 nouveau is benefiting now from performance improvements, specially for
    22 the Feral-ported games and some other fixes.
     17nouveau is benefiting now from performance improvements, specially for the Feral-ported games and some other fixes.
    2318
    2419radv, freedreno and clover include some few fixes too.
    2520
    26 On integration side - we had a swr build fix with llvm >= 5.0 and also
    27 a fix for building with MSVC.
    28 
    29 
    30 Alex Deucher (1):
    31       radeonsi: add new polaris12 pci id
    32 
    33 Andres Gomez (6):
    34       glsl: on UBO/SSBOs link error reset the number of active blocks to 0
    35       cherry-ignore: add the Invalidate L2 for TRANSFER_WRITE barriers fix
    36       cherry-ignore: add the Flush after unmap in gbm/dri fix
    37       cherry-ignore: corrected typo in the Flush after unmap in gbm/dri fix
    38       Update version to 17.0.3
    39       docs: add release notes for 17.0.3
    40 
    41 Axel Davy (2):
    42       st/nine: Resolve deadlock in surface/volume dtors when using csmt
    43       st/nine: Use atomics for available_texture_mem
    44 
    45 Bas Nieuwenhuizen (1):
    46       radv: flush DB cache before and after HTILE decompress.
    47 
    48 Dave Airlie (1):
    49       radv: fix primitive reset index emission
    50 
    51 Emil Velikov (1):
    52       docs: add sha256 checksums for 17.0.2
    53 
    54 Ilia Mirkin (1):
    55       st/mesa: set result writemask based on ir type
    56 
    57 Jan Vesely (1):
    58       clover: use pipe_resource references
    59 
    60 Jason Ekstrand (9):
    61       anv/query: Invalidate the correct range
    62       anv/GetQueryPoolResults: Actually implement the spec
    63       anv/image: Return early when unbinding an image
    64       anv/query: Fix the location of timestamp availability
    65       anv: Make anv_get_layerCount a macro
    66       anv/blorp: Use anv_get_layerCount everywhere
    67       anv/cmd_buffer: Apply flush operations prior to executing secondaries
    68       anv/cmd_buffer: Fix bad indentation
    69       anv: Flush caches prior to PIPELINE_SELECT on all gens
    70 
    71 José Fonseca (1):
    72       c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC.
    73 
    74 Juan A. Suarez Romero (1):
    75       tests/cache_test: allow crossing mount points
    76 
    77 Karol Herbst (1):
    78       nvc0/ir: treat FMA like MAD for operand propagation
    79 
    80 Kenneth Graunke (1):
    81       i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.
    82 
    83 Marek Olšák (1):
    84       radeonsi: don't hang on shader compile failure
    85 
    86 Matt Turner (1):
    87       i965/fs: Don't emit SEL instructions for type-converting MOVs.
    88 
    89 Nanley Chery (1):
    90       intel: Correct the BDW surface state size
    91 
    92 Nicolai Hähnle (1):
    93       mesa/main: fix MultiDrawElements[BaseVertex] validation of primcount
    94 
    95 Rob Clark (1):
    96       freedreno: fix memory leak
    97 
    98 Tim Rowley (1):
    99       swr: [rasterizer jitter] fix llvm >= 5.0 build break
    100 
    101 Timothy Arceri (2):
    102       glsl: fix lower jumps for returns when loop is inside an if
    103       mesa: update lower_jumps tests after bug fix
    104 
    105 Topi Pohjolainen (1):
    106       i965/gen8+: Do full stall when switching pipeline
    107 
    108 Xu Randy (1):
    109       anv/blorp: Fix a crash in CmdClearColorImage
    110 
    111 Xu,Randy (1):
    112       anv/genX: Solve the vkCreateGraphicsPipelines crash
    113 }}}
     21On integration side - we had a swr build fix with llvm >= 5.0 and also a fix for building with MSVC.