mesa/include/GL
Michel Zou 30115d0038 glapi: fix Warray-parameter
Fixes these new gcc11 warnings:

In file included from ../src/mapi/glapi/glapi_dispatch.c:174:
src/mapi/glapi/gen/glapitemp.h:3191:68: warning: argument 1 of type 'const GLdouble *' {aka 'const double *'} declared as a pointer [-Warray-parameter=]
 3191 | KEYWORD1 void KEYWORD2 NAME(LoadTransposeMatrixd)(const GLdouble * m)
      |                                                   ~~~~~~~~~~~~~~~~~^
In file included from ../src/mapi/glapi/glapi_priv.h:31,
                 from ../src/mapi/glapi/glapi_dispatch.c:40:
../include/GL/gl.h:1901:62: note: previously declared as an array 'const GLdouble[16]' {aka 'const double[16]'}
 1901 | GLAPI void GLAPIENTRY glLoadTransposeMatrixd( const GLdouble m[16] );

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11198>
2021-06-10 10:31:55 +00:00
..
internal gallium/dri: Add Y41x formats 2021-05-21 01:40:22 +00:00
gl.h glapi: fix Warray-parameter 2021-06-10 10:31:55 +00:00
glcorearb.h mesa/gl: Sync with Khronos registry 2019-09-16 16:50:43 +01:00
glext.h mesa/gl: Sync with Khronos registry 2019-09-16 16:50:43 +01:00
glx.h GL: drop symbols mangling support 2019-10-10 21:40:48 +01:00
glxext.h mesa/gl: Sync with Khronos registry 2019-09-16 16:50:43 +01:00
mesa_glinterop.h egl: Fix inclusion of egl.h+mesa_glinterop.h 2017-08-21 14:45:44 -07:00
osmesa.h
wglext.h include: sync GL headers with registry 2019-09-05 09:26:15 +02:00