mesa/src/glx/apple
Vinson Lee b05166e3d2 glx: Fix up glXQueryGLXPbufferSGIX on macOS.
Fix this build error on macOS.

../src/glx/apple/glx_empty.c:158:4: error: void function 'glXQueryGLXPbufferSGIX' should not return a value [-Wreturn-type]
   return 0;
   ^      ~

Fixes: 3dd299c3d5 ("glx: Sync <GL/glxext.h> with Khronos")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Adam Jackson <ajax@redhat.com>
2019-08-23 11:05:23 -04:00
..
apple_cgl.c
apple_cgl.h
apple_glapi.c glx/apple: locate dispatch table functions to wrap by name 2018-02-01 15:14:08 +00:00
apple_glx.c
apple_glx.h
apple_glx_context.c glx: turn LIBGL_DIAGNOSTIC into a boolean 2017-09-12 13:53:11 +01:00
apple_glx_context.h
apple_glx_drawable.c
apple_glx_drawable.h
apple_glx_log.c apple/glx/log: added missing va_end() after va_copy() 2018-09-06 17:33:27 +01:00
apple_glx_log.h
apple_glx_pbuffer.c glx: turn LIBGL_DIAGNOSTIC into a boolean 2017-09-12 13:53:11 +01:00
apple_glx_pixmap.c
apple_glx_surface.c
apple_visual.c glx/apple: include util/debug.h for env_var_as_boolean prototype 2018-02-01 15:14:02 +00:00
apple_visual.h
apple_xgl_api.h
apple_xgl_api_read.c
apple_xgl_api_stereo.c
apple_xgl_api_viewport.c
appledri.c
appledri.h
appledristr.h
glx_empty.c glx: Fix up glXQueryGLXPbufferSGIX on macOS. 2019-08-23 11:05:23 -04:00
meson.build meson: fix warnings about comparing unlike types 2018-04-06 15:29:53 -07:00
RELEASE_NOTES
TODO