mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-14 14:30:32 +01:00
XQuartz: GLX: OpenGL.framework on Tiger doesn't have glBlitFramebufferEXT
(cherry picked from commit e01662cadc)
This commit is contained in:
parent
66a6fbbfa3
commit
e2b4d3d4a1
1 changed files with 2 additions and 0 deletions
|
|
@ -855,7 +855,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