From 72ed71877c31eb40b3c6850c076f7bb03f450d2e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 19 Apr 2024 10:23:08 +0200 Subject: [PATCH] glapi: fix param type in TexGenxOES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spec [1] and _mesa_TexGenxOES both agree that it's GLfixed instead of GLint. [1]: https://registry.khronos.org/OpenGL/extensions/OES/OES_texture_cube_map.txt Signed-off-by: Simon Ser Reviewed-by: Marek Olšák Reviewed-by: Ian Romanick Part-of: --- src/mapi/glapi/gen/OES_fixed_point.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mapi/glapi/gen/OES_fixed_point.xml b/src/mapi/glapi/gen/OES_fixed_point.xml index 355d730add8..a6bb47ef025 100644 --- a/src/mapi/glapi/gen/OES_fixed_point.xml +++ b/src/mapi/glapi/gen/OES_fixed_point.xml @@ -248,7 +248,7 @@ - +