summaryrefslogtreecommitdiff
path: root/src/glx/apple
AgeCommit message (Expand)AuthorFilesLines
2022-11-03glapi: #include "util/glheader.h" in glapi_priv.h and glapitable.h directlyYonggang Luo4-4/+0
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo4-4/+4
2022-11-02glx: Fixes apple/apple_visual.c that include non-exist util/debug.hYonggang Luo1-1/+1
2022-11-02utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*Illia Abernikhin4-6/+6
2021-05-02glx: Fix macOS build.Vinson Lee3-1/+3
2021-04-22glx: Convert undocumented LIBGL_DIAGNOSTIC to LIBGL_DEBUG=verboseAdam Jackson3-26/+9
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+1
2019-08-23glx: Fix up glXQueryGLXPbufferSGIX on macOS.Vinson Lee1-1/+0
2019-08-22glx: Sync <GL/glxext.h> with KhronosAdam Jackson1-1/+1
2019-04-15Delete autotoolsDylan Baker1-46/+0
2018-09-06apple/glx/log: added missing va_end() after va_copy()Andrii Simiklit1-0/+1
2018-04-06meson: fix warnings about comparing unlike typesDylan Baker1-1/+1
2018-03-12glx: remove empty GLX_SGIX_swap_group stubsEmil Velikov1-12/+0
2018-03-12glx: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov1-21/+0
2018-03-08glx/apple: Ship meson build file in tarballThierry Reding1-1/+3
2018-02-05meson: build src/glx/appleJon Turney1-0/+61
2018-02-01glx/apple: locate dispatch table functions to wrap by nameJon Turney1-7/+5
2018-02-01glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney1-0/+1
2017-09-12glx: turn LIBGL_PROFILE_CORE into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_ALLOW_SOFTWARE into a booleanEric Engestrom1-2/+2
2017-09-12egl+glx: turn LIBGL_ALWAYS_SOFTWARE into a booleanEric Engestrom1-1/+1
2017-09-12glx: turn LIBGL_DIAGNOSTIC into a booleanEric Engestrom3-4/+9
2017-05-04glx/apple: remove empty variable SHARED_GLAPI_CFLAGSEmil Velikov1-1/+0
2017-01-27glx/apple: automake: include builddir prior to srcdirEmil Velikov1-2/+2
2017-01-18glx: unify GLX_SGIX_pbuffer aliased declarationsEmil Velikov1-16/+0
2016-08-15glx: apple specific occurences of dummyContext checkTapani Pälli2-3/+3
2015-04-27Fix a few typosZoë Blade3-4/+4
2015-04-14glx: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-02-10darwin: build fixJeremy Huddleston Sequoia1-0/+1
2014-12-12mesa: Add notes/readme files to distribution.Matt Turner1-0/+2
2014-12-12glx/apple: Add headers to distribution.Matt Turner1-1/+10
2014-05-31darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...Jeremy Huddleston Sequoia1-2/+0
2014-05-24darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia1-10/+20
2014-05-24darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia1-2/+16
2014-05-23appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY1-0/+5
2014-05-23Fix build of appleglxJon TURNEY9-271/+40
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2014-03-11configure: use LIB_EXT rather than hardcoded .soEmil Velikov1-4/+4
2014-03-11configure: remove old makefile variablesEmil Velikov1-5/+4
2014-02-28glx/apple: Fixed glx context memory leak in case of failure.Siavash Eliasi1-0/+1
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry3-3/+3
2012-10-01build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner1-1/+1
2012-09-24darwin: do not create double-buffered offscreen pixel formatsJonas Maebe1-1/+1
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-2/+2
2012-08-13build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers1-0/+4
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-1/+1
2012-05-18darwin: Address a build failure on Leopard and earlier OS versionsJeremy Huddleston1-0/+10
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4