Module: Mesa
Branch: main
Commit: 6fccacda1eb621e6be728dd33a7df366b58ec475
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fccacda1eb621e6be728dd33a7df366b58ec475

Author: Caio Oliveira <[email protected]>
Date:   Thu Dec 14 23:15:18 2023 -0800

compiler/types: Use a typedef for glsl_type

Most of the code now will see `const glsl_type *` instead of
`const struct glsl_type *`.

Acked-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26708>

---

 src/compiler/glsl_types.c | 442 +++++++++++++++++++++++-----------------------
 src/compiler/glsl_types.h | 420 +++++++++++++++++++++----------------------
 2 files changed, 431 insertions(+), 431 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=6fccacda1eb621e6be728dd33a7df366b58ec475

Reply via email to