mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
agx: Drop cmdline version back to ES3.0
The patch needed for this to work was dropped. Fixes the standalone
compiler.
Fixes: 972409dacb ("asahi: Stub command-line compiler for AGX G13B")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11023>
This commit is contained in:
parent
10e9a1bd32
commit
1f2d1423bb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ compile_shader(char **argv)
|
|||
};
|
||||
|
||||
struct standalone_options options = {
|
||||
.glsl_version = 310, /* ES - needed for precision */
|
||||
.glsl_version = 300, /* ES - needed for precision */
|
||||
.do_link = true,
|
||||
.lower_precision = true
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue