URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcac7020cfbde4d97985a932f1a90eb42e84c277
Author: Matt Turner <[email protected]>
Date:   Sun Jun 29 18:24:18 2014 -0700

    i965/fs: Mark case unreachable to silence warning.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d826729dabab53896cdbb1f453c76fab1c7e696
Author: Matt Turner <[email protected]>
Date:   Sun Jun 29 14:54:01 2014 -0700

    i965: Use unreachable() instead of unconditional assert().
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d10c2c304c65e37a940edbbc84f37e5cf88f33
Author: Matt Turner <[email protected]>
Date:   Sun Jun 29 19:12:04 2014 -0700

    mesa: Make unreachable macro take a string argument.
    
    To aid in debugging.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e65844023492c1ebc12c3fd299fe614164fe32a2
Author: Matt Turner <[email protected]>
Date:   Sat Jun 28 20:33:17 2014 -0700

    i965/vec4: Remove useless conditionals.
    
    Setting a couple of bits is the same cost or less as conditionally
    setting a couple of bits.

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e90d1fb62a6ef53c15eff76e242c510145178a9
Author: Matt Turner <[email protected]>
Date:   Sat Jun 28 20:02:51 2014 -0700

    i965/fs: Pass cfg to calculate_live_intervals().
    
    We've often created the CFG immediately before, so use it when
    available.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec1b2d6aa075c678f0eb0405be64253450f995a1
Author: Matt Turner <[email protected]>
Date:   Sat Jun 28 19:52:04 2014 -0700

    i965: Mark fields in the live interval classes protected.
    
    cfg, for instance, is a pointer to a local variable in
    calculate_live_intervals, certainly not valid after that function has
    returned.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=021094481cc8d2d6dd199e39fd77818bb22b6e64
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 22:43:21 2014 -0700

    glsl: Remove now unused foreach_list* macros.
    
    foreach_list_typed_const was never used as far as I can tell.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=266109736a9a69c3fdbe49fe1665a7a63c5cc122
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 16:31:38 2014 -0700

    i965: Use typed foreach_in_list_safe instead of foreach_list_safe.
    
    Acked-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5030ac0ac15d3c91c4352789f94281da9a9dcad
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 15:53:19 2014 -0700

    i965: Use typed foreach_in_list instead of foreach_list.
    
    Acked-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc2fbbafd216676ccc7c3abd794ecb7dd1fa631f
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 12:42:00 2014 -0700

    i965: Add and use foreach_inst_in_block macros.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8e5f0a342505a4d10cbcdee03592c96d286b57c
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 12:41:35 2014 -0700

    i965/fs: Use is_head_sentinel() instead of ->prev == NULL.
    
    Makes it more clear what we're doing and requires less knowledge of
    exec_list.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6bb8bb7ce50dfec83e6be88fc21bb63315d516a
Author: Matt Turner <[email protected]>
Date:   Wed Jun 25 10:51:30 2014 -0700

    mesa: Add and use foreach_list_typed_safe.
    
    Acked-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=22cd9173295e2212e355db514bfc52138d03079d
Author: Matt Turner <[email protected]>
Date:   Wed Jun 25 10:32:38 2014 -0700

    mesa: Add and use foreach_in_list_use_after.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d49173a97b2756c3bc12411b26f98c5b22d94e22
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 22:29:08 2014 -0700

    glsl: Replace uses of foreach_list_const.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd8f65498a407fd8d4a17fd622755f14c27d014a
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 22:11:04 2014 -0700

    glsl: Replace another couple uses of foreach_list.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e217ad1d79498a0622374d10a7eee108d470e21
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 22:02:24 2014 -0700

    glsl: Use foreach_list_typed when possible.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=373824d7699c0316ded81edf014bc7cd8d3290f2
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 21:58:50 2014 -0700

    mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6a16f6d0e489e6d2a1a75bcf34be00e892b3120
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 21:58:35 2014 -0700

    glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0cb82d0c4ceba437c351d1e37fdb86fe5aed997
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 21:43:45 2014 -0700

    mesa: Use typed foreach_in_list instead of foreach_list.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d78446d782e2d942b4cd0cd00a27bf922ccd479
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 21:34:05 2014 -0700

    glsl: Use typed foreach_in_list instead of foreach_list.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=da9f0316e6ea628c085040a0c145580301207489
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 16:32:29 2014 -0700

    glsl: Add typed foreach_in_list_safe macro.
    
    Reviewed-by: Ian Romanick <[email protected]>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=35976810405cedaf49151151d10c52e19636d684
Author: Matt Turner <[email protected]>
Date:   Tue Jun 24 16:36:04 2014 -0700

    glsl: Add typed foreach_in_list/_reverse macros.
    
    Reviewed-by: Ian Romanick <[email protected]>

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to