mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 13:20:30 +01:00
XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
This commit is contained in:
parent
e2450a4227
commit
e01662cadc
1 changed files with 2 additions and 0 deletions
|
|
@ -1291,7 +1291,9 @@ static void setup_dispatch_table(void) {
|
|||
SET_BlendEquationSeparateEXT(disp, glBlendEquationSeparateEXT);
|
||||
SET_BlendFunc(disp, glBlendFunc);
|
||||
SET_BlendFuncSeparateEXT(disp, glBlendFuncSeparateEXT);
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED > 1050
|
||||
SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT);
|
||||
#endif
|
||||
SET_BufferDataARB(disp, glBufferDataARB);
|
||||
SET_BufferSubDataARB(disp, glBufferSubDataARB);
|
||||
SET_CallList(disp, glCallList);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue