summaryrefslogtreecommitdiff
path: root/src/glx/apple
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
2012-05-03darwin: Use ASL for loggingJeremy Huddleston5-21/+183
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston1-9/+10
2012-05-03darwin: Fix an error messageJeremy Huddleston1-1/+1
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston1-0/+7
2012-04-23apple: Fix a use after freeJonas Maebe1-2/+4
2012-03-16darwin: Build create_context.cJeremy Huddleston1-0/+1
2011-12-19glx: Make __glXSendError available in non-Apple buildsIan Romanick3-101/+1
2011-10-21apple: Use the correct (OpenGL.framework) glViewport and glScissor during initJeremy Huddleston5-10/+15
2011-10-21apple: Silence some debug spewJeremy Huddleston1-3/+3
2011-07-16darwin: Include glxhash.c in libGL on darwinJeremy Huddleston1-0/+1
2011-06-17apple: Use apple_cgl_get_dl_handle() rather than opening a new handleJeremy Huddleston1-22/+2
2011-06-14apple: Set the glapi dispatch table on context bindJeremy Huddleston3-3/+2
2011-06-11apple: Request OpenGL 3.2 from OpenGL.framework if availableJeremy Huddleston1-0/+15
2011-06-11apple: Store the CGL API version number for future referenceJeremy Huddleston2-5/+5
2011-06-11apple: Use a struct glx_config * rather than a void * in apple_visual_create_...Jeremy Huddleston2-19/+17
2011-06-11apple: Use _glapi_create_table_from_handle to initialize our dispatch tableJeremy Huddleston1-1117/+1
2011-06-08darwin: Use -fvisibility=hidden to set default symbol visibilityJeremy Huddleston2-20/+7
2011-06-08mesa: merge glapidispatch.h into dispatch.hChia-I Wu1-2/+2
2011-06-07apple: Update dispatch table to current OpenGL specsJeremy Huddleston1-25/+233
2011-06-07apple: Dead code removalJeremy Huddleston24-52219/+0
2011-06-07apple: Remove apple_glx_get_proc_addressJeremy Huddleston2-48/+0
2011-06-07apple: Use glapi rather than reinventing the wheelJeremy Huddleston10-53/+1065
2011-06-07apple: Rename __gl_api to __ogl_framework_apiJeremy Huddleston4-14/+14
2011-06-05apple: Fix multiple build failures in applegl_glx.cJeremy Huddleston1-1/+2
2011-06-05apple: Change from XExtDisplayInfo to struct glx_displayJeremy Huddleston1-4/+6
2011-06-05apple: Rename GLXcontextJeremy Huddleston4-6/+6
2011-06-05apple: Rename __GLcontextModes to struct glx_configJeremy Huddleston1-1/+1
2011-06-05apple: Rename glcontextmodes.[ch] to glxconfig.[ch]Jeremy Huddleston5-5/+5
2011-06-05apple: Update GL specsJeremy Huddleston7-439/+4738
2010-07-28glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.Kristian Høgsberg1-3/+3
2010-07-28glx: Use _X_EXPORT instead of our own PUBLIC macroKristian Høgsberg1-12/+12
2010-07-28glx: Rename __GLcontextModes to struct glx_configKristian Høgsberg5-5/+5
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg1-48/+0
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2-48/+1
2010-07-01mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-2/+0
2010-05-06apple: Move glapi to mapi.Vinson Lee1-1/+2
2010-04-27Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston11-135/+60
2010-04-27Update OpenGL specsJeremy Huddleston10-274/+2522
2010-04-27apple: Use mesa gl.h rather than generating one.Jeremy Huddleston7-181/+48
2010-04-27apple: Integrate our libGL into the existing build system betterJeremy Huddleston1-73/+110