mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 01:10:39 +01:00
glx/glvnd: remove the final if defined($extension) guards
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
3bf00b6c6a
commit
f9db61d095
1 changed files with 0 additions and 6 deletions
|
|
@ -941,20 +941,14 @@ const void * const __glXDispatchFunctions[DI_LAST_INDEX + 1] = {
|
|||
__ATTRIB(GetFBConfigAttribSGIX),
|
||||
__ATTRIB(GetFBConfigFromVisualSGIX),
|
||||
__ATTRIB(GetSelectedEventSGIX),
|
||||
#if defined(GLX_SGI_video_sync)
|
||||
__ATTRIB(GetVideoSyncSGI),
|
||||
#endif // defined(GLX_SGI_video_sync)
|
||||
__ATTRIB(GetVisualFromFBConfigSGIX),
|
||||
__ATTRIB(QueryContextInfoEXT),
|
||||
__ATTRIB(QueryGLXPbufferSGIX),
|
||||
__ATTRIB(ReleaseTexImageEXT),
|
||||
__ATTRIB(SelectEventSGIX),
|
||||
#if defined(GLX_SGI_swap_control)
|
||||
__ATTRIB(SwapIntervalSGI),
|
||||
#endif // defined(GLX_SGI_swap_control)
|
||||
#if defined(GLX_SGI_video_sync)
|
||||
__ATTRIB(WaitVideoSyncSGI),
|
||||
#endif // defined(GLX_SGI_video_sync)
|
||||
__ATTRIB(glXBindSwapBarrierSGIX),
|
||||
__ATTRIB(glXCopySubBufferMESA),
|
||||
__ATTRIB(glXCreateGLXPixmapMESA),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue