mesa: Remove unused assyntax.h and update related files

Also remove unused .gl-rules::changes in test-source-dep.yml

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Acked-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36635>
This commit is contained in:
Yonggang Luo 2025-08-05 16:57:57 +08:00 committed by Marge Bot
parent f78dee44b8
commit b589b24209
4 changed files with 0 additions and 1756 deletions

View file

@ -174,7 +174,6 @@
- src/mesa/swrast/**/* - src/mesa/swrast/**/*
- src/mesa/swrast_setup/**/* - src/mesa/swrast_setup/**/*
- src/mesa/vbo/**/* - src/mesa/vbo/**/*
- src/mesa/x86/**/*
- src/mesa/x86-64/**/* - src/mesa/x86-64/**/*
when: on_success when: on_success
- !reference [.gallium-core-rules, rules] - !reference [.gallium-core-rules, rules]

View file

@ -85,10 +85,6 @@ This section describes the requirements to make an XFree86 4.0
libGL.so-compatible hardware driver. It is not intended for end libGL.so-compatible hardware driver. It is not intended for end
users of libGL.so. users of libGL.so.
The gl_x86_asm.py and assyntax.h files implement x86-optimized dispatch
of GL functions. They are not required; C-based dispatch can be used
instead, with a slight performance penalty.
Driver loading and binding Driver loading and binding

View file

@ -385,11 +385,6 @@ files_libmesa = files(
) )
inc_libmesa_asm = [] inc_libmesa_asm = []
if with_asm_arch == 'x86'
files_libmesa += files(
'x86/assyntax.h',
)
endif
format_fallback_c = custom_target( format_fallback_c = custom_target(
'format_fallback.c', 'format_fallback.c',

File diff suppressed because it is too large Load diff