Mesa (master): 24 new commits

Tim Rowley torowley at kemper.freedesktop.org
Tue May 30 22:28:20 UTC 2017


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c606edb578a5a98d7afe7c66dc340548c3d12add
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Mon May 22 18:56:59 2017 -0500

    swr/rast: code cleanup (no functional change)
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b10c9507cee20edc7cd41682b50c62bb8abef85b
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 24 13:43:48 2017 -0500

    swr/rast: whitespace changes
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac9d7c3d33070ca3ae2cbe482e1766ba7198d44a
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 24 13:43:33 2017 -0500

    swr/rast: code cleanup (no functional change)
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9e999ae322cb625bbd97d2b83b9c8fc2f478803
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 18 15:44:22 2017 -0500

    swr/rast: allow early-z if shader uses depth value
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=628fefc15c41e6a300e17a7a1940185b69ccf708
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 18 13:08:06 2017 -0500

    swr/rast: move wireframe/point triangle binning after culling
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b76dea5d1f40fb83f8047f1fcf4ca8260f9c245
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 18 11:35:58 2017 -0500

    swr/rast: remove unused functions
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d91402fefaf3640959301bfb4ff285d91f05f072
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 18 10:56:20 2017 -0500

    swr/rast: code cleanup (no functional change)
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e271a763eb6f3c2836f4d42f6bcd8e55870f3fe
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 18 10:55:41 2017 -0500

    swr/rast: move binner utility functions to binner.h
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ea9a30f50dabe60fe95c9077457915dd5ed52c4
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 17 17:39:33 2017 -0500

    swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()
    
    Stop double pumping the SIMD8 version.
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb9f7bd717dbaf94a744d352029603a273c7d332
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue May 16 16:51:58 2017 -0500

    swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2438932b7e66c5cd496bdd19e6d96d168b3dd2c8
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue May 16 10:25:21 2017 -0500

    swr/rast: make simd16 logicops avx512f safe
    
    Express the simd16 logicops in terms of avx512f instructions.
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7be26a2d35c2e91fd9f3195b012c163d562eb9df
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Mon May 15 12:33:21 2017 -0500

    swr/rast: SIMD16 FE - add SIMD16 types to jitter
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3c93d8ddf2bd8b427396e1320fcd65fb44467e8
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Fri May 12 12:57:46 2017 -0500

    swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
    
    Fixes instanced GS.
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd14c407341b8546993e5bb0c894db8dfb87349c
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue May 9 15:40:55 2017 -0500

    swr/rast: SIMD16 FE - simplify/refactor StreamOut
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a230af8b44244e5b78a8d879dddedfeb471f80c4
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Mon May 8 13:32:18 2017 -0500

    swr/rast: SIMD16 FE - fix conservative rasterization
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f64aea0959af955841bbde96885aebacb44b4aaf
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Mon May 8 12:45:20 2017 -0500

    swr/rast: SIMD16 FE - interleaved simdvertex output in GS
    
    Eliminates conversion copies on GS output from simdvertex to simd16vertex.
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbd33e71f73842ef80bcd32e9c0e26a4989a532c
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Thu May 4 18:40:35 2017 -0500

    swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsics
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fd68be13333140767822c5f5149956333b726e0
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue May 2 12:19:23 2017 -0500

    swr/rast: SIMD16 FE - primitive assembly simplification
    
    Reduce/simplify vertex storage usage in PA_STATE_OPT, fix PA
    GetNextVSOutput wrap-around behaviour and eliminate unnecessary
    SIMDVERTEX copies/storage for tri fan in PA_STATE_OPT
    
    Fixes the OpenGL tri fan test failure under SIMD16 -
    triangle-rasterization-overdraw.
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c235233652890c7b2f9c100fe7a7021c94ca173
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Mon May 1 17:26:19 2017 -0500

    swr/rast: silence write of cfg graph
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e35777624aa2fd3c27f8effb5d070d4804c5ee6
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed Apr 26 13:46:31 2017 -0500

    swr/rast: add CreateDirectoryPath to recursively create directories
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f094d582ece128eb66157d1058f6093bef743054
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Tue Apr 25 18:53:18 2017 -0500

    swr/rast: add support for DX1_RGB{_SRGB} formats
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42b4e7cb25733205d7fd3fe1c0a3c34f8fa307d7
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 24 13:37:12 2017 -0500

    swr/rast: clean up whitespace
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d542b32045dc17fff0e64784dc8929384c15c29
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 24 13:36:46 2017 -0500

    swr/rast: adjust BinPostSetupPoints* function signature
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b714208415137c975019fa4b991b88503fd7df75
Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Wed May 24 13:36:00 2017 -0500

    swr/rast: remove extra pixel center adjustment in BinPostSetupPoints
    
    Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>




More information about the mesa-commit mailing list