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
apple_glx.c
apple_glx.h
apple_glx_context.c
apple_glx_context.h
apple_glx_drawable.c
apple_glx_drawable.h
apple_glx_log.c
apple_glx_log.h
apple_glx_pbuffer.c
apple_glx_pixmap.c
apple_glx_surface.c
apple_visual.c
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
RELEASE_NOTES
TODO