glx/drisw: make the shm/non-shm loader extensions separately.
[mesa.git] / src / glx / apple /
2018-04-06 Dylan Bakermeson: fix warnings about comparing unlike types
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_group stubs
2018-03-12 Emil Velikovglx: remove empty GLX_SGIX_swap_barrier stubs
2018-03-08 Thierry Redingglx/apple: Ship meson build file in tarball
2018-02-05 Jon Turneymeson: build src/glx/apple
2018-02-01 Jon Turneyglx/apple: locate dispatch table functions to wrap...
2018-02-01 Jon Turneyglx/apple: include util/debug.h for env_var_as_boolean...
2017-09-12 Eric Engestromglx: turn LIBGL_PROFILE_CORE into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_ALLOW_SOFTWARE into a boolean
2017-09-12 Eric Engestromegl+glx: turn LIBGL_ALWAYS_SOFTWARE into a boolean
2017-09-12 Eric Engestromglx: turn LIBGL_DIAGNOSTIC into a boolean
2017-05-04 Emil Velikovglx/apple: remove empty variable SHARED_GLAPI_CFLAGS
2017-01-27 Emil Velikovglx/apple: automake: include builddir prior to srcdir
2017-01-18 Emil Velikovglx: unify GLX_SGIX_pbuffer aliased declarations
2016-08-15 Tapani Pälliglx: apple specific occurences of dummyContext check
2015-04-27 Zoë BladeFix a few typos
2015-04-14 Marius Predutglx: replace __FUNCTION__ with __func__
2015-02-11 Jeremy Huddleston... darwin: build fix
2014-12-12 Matt Turnermesa: Add notes/readme files to distribution.
2014-12-12 Matt Turnerglx/apple: Add headers to distribution.
2014-05-31 Jeremy Huddleston... darwin: Remove extra kCGLPFAColorSize attribute when...
2014-05-25 Jeremy Huddleston... darwin: Guard Core Profile usage behind a testing envvar
2014-05-25 Jeremy Huddleston... darwin: Write errors in choosing the pixel format to...
2014-05-23 Jon TURNEYappleglx: Improve error reporting if CGLChoosePixelForm...
2014-05-23 Jon TURNEYFix build of appleglx
2014-05-20 Jeremy Huddleston... darwin: Fix test for kCGLPFAOpenGLProfile support at...
2014-03-11 Emil Velikovconfigure: use LIB_EXT rather than hardcoded .so
2014-03-11 Emil Velikovconfigure: remove old makefile variables
2014-02-28 Siavash Eliasiglx/apple: Fixed glx context memory leak in case of...
2013-07-20 Jeremy Huddleston... Apple: glFlush() is not needed with CGLFlushDrawable()
2013-04-15 Matt Turnerbuild: Rename sources.mak -> Makefile.sources
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-10-01 Matt Turnerbuild: Use AX_PTHREAD's HAVE_PTHREAD preprocessor defin...
2012-09-24 Jonas Maebedarwin: do not create double-buffered offscreen pixel...
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-08-13 Christopher James... build: fix location of generated files in src/mesa...
2012-06-11 Eric Anholtautomake: Globally add stub automake targets to the...
2012-05-18 Jeremy Huddlestondarwin: Address a build failure on Leopard and earlier...
2012-05-17 Jeremy Huddlestondarwin: Eliminate a possible race condition while destr...
2012-05-17 Jeremy Huddlestondarwin: Unlock our mutex before destroying it
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Jeremy Huddlestondarwin: Use ASL for logging
2012-05-03 Jeremy Huddlestondarwin: Make reported errors more user-friendly
2012-05-03 Jeremy Huddlestondarwin: Fix an error message
2012-04-24 Jeremy Huddlestondarwin: Eliminate a pthread mutex leak
2012-04-23 Jonas Maebeapple: Fix a use after free
2012-03-17 Jeremy Huddlestondarwin: Build create_context.c
2011-12-19 Ian Romanickglx: Make __glXSendError available in non-Apple builds
2011-10-21 Jeremy Huddlestonapple: Use the correct (OpenGL.framework) glViewport...
2011-10-21 Jeremy Huddlestonapple: Silence some debug spew
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-17 Jeremy Huddlestondarwin: Include glxhash.c in libGL on darwin
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-17 Jeremy Huddlestonapple: Use apple_cgl_get_dl_handle() rather than openin...
2011-06-14 Jeremy Huddlestonapple: Set the glapi dispatch table on context bind
2011-06-12 Jeremy Huddlestonapple: Request OpenGL 3.2 from OpenGL.framework if...
2011-06-12 Jeremy Huddlestonapple: Store the CGL API version number for future...
2011-06-12 Jeremy Huddlestonapple: Use a struct glx_config * rather than a void...
2011-06-12 Jeremy Huddlestonapple: Use _glapi_create_table_from_handle to initializ...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Jeremy Huddlestondarwin: Use -fvisibility=hidden to set default symbol...
2011-06-08 Chia-I Wumesa: merge glapidispatch.h into dispatch.h
2011-06-08 Jeremy Huddlestonapple: Update dispatch table to current OpenGL specs
2011-06-08 Jeremy Huddlestonapple: Dead code removal
2011-06-08 Jeremy Huddlestonapple: Remove apple_glx_get_proc_address
2011-06-08 Jeremy Huddlestonapple: Use glapi rather than reinventing the wheel
2011-06-08 Jeremy Huddlestonapple: Rename __gl_api to __ogl_framework_api
2011-06-06 Jeremy Huddlestonapple: Fix multiple build failures in applegl_glx.c
2011-06-06 Jeremy Huddlestonapple: Change from XExtDisplayInfo to struct glx_display
2011-06-05 Jeremy Huddlestonapple: Rename GLXcontext
2011-06-05 Jeremy Huddlestonapple: Rename __GLcontextModes to struct glx_config
2011-06-05 Jeremy Huddlestonapple: Rename glcontextmodes.[ch] to glxconfig.[ch]
2011-06-05 Jeremy Huddlestonapple: Update GL specs
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-28 Kristian Høgsbergglx: Rename __GLXcontext and __GLXdisplayPrivate to...
2010-07-28 Kristian Høgsbergglx: Use _X_EXPORT instead of our own PUBLIC macro
2010-07-28 Kristian Høgsbergglx: Rename __GLcontextModes to struct glx_config
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-20 Kristian Høgsbergglx: Remove support for MESA_swap_frame_usage
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-01 Fernando Carrijomesa: Purge macros NEED_EVENTS and NEED_REPLIES
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-07 Vinson Leeapple: Move glapi to mapi.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Jeremy HuddlestonBuildfixes to work around issues in OpenGL.framework
2010-04-27 Jeremy HuddlestonUpdate OpenGL specs
2010-04-27 Jeremy Huddlestonapple: Use mesa gl.h rather than generating one.
2010-04-27 Jeremy Huddlestonapple: Integrate our libGL into the existing build...
2010-04-27 Jeremy Huddlestondarwin: Use clientattrib
2010-04-27 Jeremy Huddlestonapple: Change ifdefs for DRI to be DRI && !APPLE
2010-04-27 Jeremy Huddlestonapple: Remove duplicate headers that already exist...
next