URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=67450674c0a5e1654b01f5522fa43106af4609d1
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 14:55:58 2023 -0700

    compiler/types: Move comments and reorganize declarations
    
    Move comments from C++ member functions to the C functions.  In
    some cases just delete comments or consolidate them together.
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfcca138007bdef2ddfe6f376e1186735e0faf79
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 12:29:54 2023 -0700

    compiler/types: Remove warnings about potential fallthrough
    
    None of those cases are expected to fallthrough, but should be unreachable.
    Just break them so they get to the unreachable entry at the end.
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e32cc3d0bd86383542b3298f51b343eaa1edfb3
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 11:45:43 2023 -0700

    compiler/types: Rename glsl_types.cpp to glsl_types.c
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c45276c66514afa07d46e93b0bd7252eed63622f
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 11:20:43 2023 -0700

    compiler/types: Annotate extern "C" only once in glsl_types.cpp
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cecdc686e435af5d879ffac917181e9d642672c5
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 10:04:43 2023 -0700

    compiler/types: Remove usages of C++ members in glsl_types.cpp
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=94bdf351dcf5f3ca93fa0cd21633b4c707e5c140
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 10:46:11 2023 -0700

    compiler/types: Use C instead of C++ constants for builtin types
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=07ee4bd69fdd524b00ea7c6311fa4042bcfd4263
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 09:50:45 2023 -0700

    compiler/types: Add remaining type extraction functions and use them in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ada6183d6066bea60d2a45bd7bc94c352e94fc10
Author: Caio Oliveira <[email protected]>
Date:   Fri Sep 8 08:42:31 2023 -0700

    compiler/types: Add glsl_simple_explicit_type() and simplify 
glsl_simple_type()
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e17adf51dbc97aa94fd57ab4eea5769bc81c3762
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 20:15:35 2023 -0700

    compiler/types: Implement glsl_type::field_type() in terms of existing 
functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e514b89a02a01ed219e3bebbdccd23599646b43
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 20:35:31 2023 -0700

    compiler/types: Add glsl_get_explicit_*() functions and use them in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2a804a25bf7c9cfdf2aee379555a314514012ae
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 20:20:53 2023 -0700

    compiler/types: Add glsl_get_std430_array_stride() and use it in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b42fe62a1f432a86a9794a6b8cb6918fcee1d77
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 20:08:37 2023 -0700

    compiler/types: Add glsl_type_uniform_locations() and use it in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e98ba3b53f823f46c17d0eaffcce80b8dbdf01fe
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 20:03:57 2023 -0700

    compiler/types: Add glsl_type_compare_no_precision() and use it in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ce4d5e033adce089346f98452829ce6f50b3160
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 19:50:36 2023 -0700

    compiler/types: Add glsl_get_mul_type() and use it in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=795bf4244c72fcd3be289487a969077d3fb7babc
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 19:35:54 2023 -0700

    compiler/types: Add more glsl_contains_*() functions and use them in C++
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d4a250d212850998481f3f21322325307e597de
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 16 10:19:22 2023 -0700

    rusticl: Add bindings for glsl_vector_type()
    
    This is going to become inline functions, so add the corresponding
    Rust bindings for it first.
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=68f80e6fc13ff1fff3d4ab2fd9cb67eefe4197ae
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 7 17:47:32 2023 -0700

    compiler/types: Move remaining code from nir_types to glsl_types
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2407d7859c70eddaabd9a23ffd9748643473aa2
Author: Caio Oliveira <[email protected]>
Date:   Wed Sep 6 20:34:49 2023 -0700

    compiler/types: Flip wrapping of numeric type conversion functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bebd40d5c3e30a37881aee5f554a5c1ee5b6ea0
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 18:29:09 2023 -0700

    compiler/types: Flip wrapping of remaining small data getters
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=922fe24739939f1b8d5fbe680e116777fb218fcf
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 18:09:17 2023 -0700

    compiler/types: Flip wrapping of remaining non-trivial type getters
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5e6e5b6d3ff7a99070e1885c27080ce0b3fec71
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 18:00:42 2023 -0700

    compiler/types: Flip wrapping of get row/column type helpers
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=beaac525e83a4ba59cff0546d2d0e8a2648d1bef
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 17:53:34 2023 -0700

    compiler/types: Flip wrapping of various get instance functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c91cf9288a0bc552db534e2a281d92245c7b0eb
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 17:20:29 2023 -0700

    compiler/types: Flip wrapping of texture/sampler/image get instance 
functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=87b3812f10c693330a51f494f1fcf34247b40279
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 17:12:56 2023 -0700

    compiler/types: Flip wrapping of get_instance()
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=21171586199cd7d873090e905d16f328517556fa
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 13:01:52 2023 -0700

    compiler/types: Flip wrapping of record_compare
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e486384540eba0ca20f798769e1d68d8fc352251
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 12:53:32 2023 -0700

    compiler/types: Flip wrapping of layout related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4cfeea85011e7234c026ea674122bfce489068a
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 12:19:39 2023 -0700

    compiler/types: Flip wrapping of interface related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad092fcab56257e275a70e92bf39de1f312070a1
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 11:39:23 2023 -0700

    compiler/types: Flip wrapping of struct related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=421a04f5ba7fbeea1b623a391f77e6a2e49dd3d7
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 11:25:49 2023 -0700

    compiler/types: Flip wrapping of size related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=418e3be14cf67eae88c98f9079961ec326ef364c
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 11:04:49 2023 -0700

    compiler/types: Flip wrapping of CL related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d78110d3562fa6d715920e61c19db16b9c81b7ad
Author: Caio Oliveira <[email protected]>
Date:   Thu Sep 28 12:17:45 2023 -0700

    compiler/types: Flip wrapping of cmat related functions
    
    Also add a missing `struct` related to cmat.
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=67210f90ad8ced44df3726fee6b9b59333730dc4
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 10:53:02 2023 -0700

    compiler/types: Flip wrapping of array related functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bf500af7b259018dac00c0cddb0783c0eaf8655
Author: Caio Oliveira <[email protected]>
Date:   Sat Sep 2 10:25:37 2023 -0700

    compiler/types: Flip wrapping of "type contains?" predicate functions
    
    Reviewed-by: Kenneth Graunke <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25129>

Reply via email to