05e7f7f4388bde882b7ce74124000a4d435affff |
|
22-Apr-2015 |
Zoë Blade <zoe@bytenoise.co.uk> |
Fix a few typos Reviewed-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/glx/apple/apple_glx.c
|
5a459a036e33683410bab4df431ed553bd0eeb66 |
|
12-May-2014 |
Jon TURNEY <jon.turney@dronecode.org.uk> |
Fix build of appleglx Define GLX_USE_APPLEGL, as config/darwin used to, to turn on specific code to use the applegl direct renderer Convert src/glx/apple/Makefile to automake Since the applegl libGL is now built by linking libappleglx into libGL, rather than by linking selected files into a special libGL: - Remove duplicate code in apple/glxreply.c and apple/apple_glx.c. This makes apple/glxreply.c empty, so remove it - Some indirect rendering code is already guarded by !GLX_USE_APPLEGL, but we need to add those guards to indirect_glx.c, indirect_init.c (via it's generator), render2.c and vertarr.c so they don't generate anything Fix and update various includes glapi_gentable.c (which is only used on darwin), should be included in shared glapi as well, to provide _glapi_create_table_from_handle() Note that neither swrast nor indirect is supported in the APPLEGL path at the moment, which makes things more complex than they need to be. More untangling is needed to allow that v2: Correct apple/Makefile.am for srcdir != builddir Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
fa5ed99d8e809fb86e486a40273a4a6971055398 |
|
20-Jul-2013 |
Jeremy Huddleston Sequoia <jeremyhu@apple.com> |
Apple: glFlush() is not needed with CGLFlushDrawable() <rdar://problem/14496373> Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
51691f0767f6a75a1f549cd979a878a0ad12a228 |
|
29-Apr-2012 |
Jeremy Huddleston <jeremyhu@apple.com> |
darwin: Use ASL for logging Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
a128355ecb5b782a69461a04991e4cffb32249db |
|
14-Jun-2011 |
Jeremy Huddleston <jeremyhu@apple.com> |
apple: Set the glapi dispatch table on context bind Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
e157f381f21a1d5307f64b6ec3cc1b26d4ddf576 |
|
08-Jun-2011 |
Jeremy Huddleston <jeremyhu@apple.com> |
apple: Remove apple_glx_get_proc_address Now that we're using glapi, we don't need to special case this. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
7d215e7c4d0ca8a18d91d4f30f79b97835a6d6c4 |
|
08-Jun-2011 |
Jeremy Huddleston <jeremyhu@apple.com> |
apple: Use glapi rather than reinventing the wheel With this change, Apple's libGL is now using glapi rather than implementing its own dispatch. In this implementation, two dispatch tables are created: __ogl_framework_api always points into OpenGL.framework. __applegl_api is the vtable that is used. It points into OpenGL.framework or to local implementations that override / interpose this in OpenGL.framework The initialization for __ogl_framework_api was copied from XQuartz with some modifications and probably still needs further edits to better deal with aliases. This is a good step towards supporting both indirect and direct rendering on darwin. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
ad503c41557606d15b0420c824369456f6d20a8f |
|
01-Apr-2010 |
Jeremy Huddleston <jeremyhu@apple.com> |
apple: Initial import of libGL for OSX from AppleSGLX svn repository. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|
115203281cf791221f586f03c14cfe4e0a44dd7a |
|
02-Apr-2010 |
Jeremy Huddleston <jeremyhu@apple.com> |
Revert accidental commits from the xquartz tree This reverts commit 9aadc793f3db64cefa0b08f18abad424a659dacc. This reverts commit 69ea4e7718efb60b6b0d795a355cebd6712ceac1. This reverts commit dbe8b013936d977ec63d6607bfd2fc6772d29787. This reverts commit 23215ef4d60a86d9f3b3fdc08e3fdadc59e98890. This reverts commit 9495e3703062d1ddaf3161f4efc23f0b51284d9b. This reverts commit 0594cf70883b64692ba617d85f4f9b4e636e5c2b. This reverts commit 86a7978d37393ee34f876569ac06ffdb8d7289ae. This reverts commit 437902ce978cde9a0e1aa260f12dc232a8501c42.
/external/mesa3d/src/glx/apple/apple_glx.c
|
0594cf70883b64692ba617d85f4f9b4e636e5c2b |
|
01-Apr-2010 |
Jeremy Huddleston <jeremyhu@apple.com> |
apple: Initial import of libGL for OSX from AppleSGLX svn repository. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
/external/mesa3d/src/glx/apple/apple_glx.c
|