URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed0046c5b47e9a7983d5331bd97ea7c91582b0fd
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 16:58:42 2022 +1000

    glsl: drop glheader.h include.
    
    This is unused.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=16fa44205744a336c55049b4e8fcf5995c0df9a7
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 16:31:03 2022 +1000

    mesa: split struct gl_config into it's own header.
    
    avoids context.h/mtypes.h deps.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4346f392993855ed4debba43032a498e2cd53ee4
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 16:27:02 2022 +1000

    mesa: more mtypes.h cleanups
    
    Add more from pepp
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=090f90017338b5ab6526615df83c9c3b00291cca
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 16:22:05 2022 +1000

    docs: update docs for new extension header.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=07edaa14096acace4f0370e869f919b8fffe0e82
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 16:14:45 2022 +1000

    vbo: drop unused mtypes.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db6f9b8fce18039043f5662d7a56782aa45dfbb
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:38:39 2022 +1000

    glsl: drop some more context.h/mtypes.h interactions
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b7f6276000a39a582acd22456337b56954219af
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:28:08 2022 +1000

    glsl/fp64: move context.h dependent checks into main.
    
    allows dropping context.h include.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=23b361ae12172112e80c9f3e61c14daa912da8d9
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:11:21 2022 +1000

    glsl: move off mtypes.h in lots of places.
    
    This moves to the new split out header files, should mean less recompiling
    for unrelated changes.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7b9b4086c85688026cccf6741dea4c101af119a
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:08:46 2022 +1000

    mtypes: move gl_shader_variable to shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=79834f4defc67f76990e21e3a16c55cfa47d4017
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:03:47 2022 +1000

    mtypes: move bindless image/sampler objects to shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0506c99ccd0b947b9f170aa4a85ab69d82d1b4d9
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 15:01:47 2022 +1000

    mtypes: move uniform shader types to shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=57a7915face5576d354e825bb30d018656bcb690
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:50:57 2022 +1000

    mtypes: move transform feedback internal structs to shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc38e6e7d3cd6010e9a6879ad18c305b1f0d5822
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:45:26 2022 +1000

    mtypes: more gl_active_atomic_buffer to shader_types.h
    
    allows dropping mtypes.h in glsl compiler
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eb50f738d129aab9b0f4e183e4827759c0c8905
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:45:12 2022 +1000

    mtypes: move gl_program to shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6dfa370ee3125f8785c56d821a98042ff084be4
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:26:08 2022 +1000

    mtypes: move gl_linked_shader and gl_shader_program to new shader_types.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa5788b88932c3c529cb378250c2fadbec6afad9
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:23:06 2022 +1000

    mesa: move ast_to_hir.cpp off mtypes.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=74fa9c06207a11ab7e179642465b06dda6140792
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:22:18 2022 +1000

    glsl: move ast_function.cpp off mtypes.h
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4aa10c08952832a8ea70dca705b7fec056cf83c
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:19:53 2022 +1000

    glsl: avoid rebuilding builtin functions on mtypes.h changes.
    
    Restrict to when shader types or consts change
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=72123213ceefc6b4cc3dfde427fdb3806ebbf78f
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:19:29 2022 +1000

    mesa: move some gl shader types to shader_types.h.
    
    This moves some of these to further removes mtypes.h from the GLSL compiler.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b40958cbff2c8e3606505558729f1e65434fbca8
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:15:16 2022 +1000

    glsl: remove some deps on mtypes.h.
    
    This should reduce having to rebuild parts of the GLSL compiler
    when mtypes.h changes.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=02bab148f9474dd1d00709aed18357a22cc08504
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 14:12:43 2022 +1000

    mesa/mtypes: move matrix enums to shader_enums.h
    
    These are used in the compiler backend also.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=379fc6b269e854df1509a702c6da08814c62fa07
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 08:21:15 2022 +1000

    mtypes: split gl extensions and consts out into a separate header
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=717a720e9c959d04dff45346edaf432cbc9bb270
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 13:31:55 2022 +1000

    mesa: drop unused context parameter to shader program data reference.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3868b30fc4f25845624535aabb68aa02b3d30bf5
Author: Dave Airlie <[email protected]>
Date:   Fri Jan 7 13:05:09 2022 +1000

    glsl/parser: extract consts/exts/api out of context at start.
    
    This stores these pointers separately. in theory now gl_context
    can be made more opaque later, if we split header files ups.
    
    Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
    Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

Reply via email to