Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glx/apple: Ship meson build file in tarball | Thierry Reding | 2018-03-08 | 1 | -1/+3 |
| | | | | | | | | | | | The meson build file for Apple GLX is not listed in the EXTRA_DIST make variable and therefore isn't shipped as part of the release tarball, so meson builds from the tarball will fail. Add the file to EXTRA_DIST to ensure it is included in the tarball. Reviewed-by: Dylan Baker <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | ||||
* | glx/apple: remove empty variable SHARED_GLAPI_CFLAGS | Emil Velikov | 2017-05-04 | 1 | -1/+0 |
| | | | | | | Cc: Jeremy Huddleston Sequoia <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | glx/apple: automake: include builddir prior to srcdir | Emil Velikov | 2017-01-27 | 1 | -2/+2 |
| | | | | | | | | | Analogous to previous commit. Cc: "12.0 13.0" <[email protected]> Cc: Jeremy Huddleston Sequoia <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jeremy Sequoia <[email protected]> | ||||
* | darwin: build fix | Jeremy Huddleston Sequoia | 2015-02-10 | 1 | -0/+1 |
| | | | | | | ../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found Signed-off-by: Jeremy Huddleston Sequoia <[email protected]> | ||||
* | mesa: Add notes/readme files to distribution. | Matt Turner | 2014-12-12 | 1 | -0/+2 |
| | |||||
* | glx/apple: Add headers to distribution. | Matt Turner | 2014-12-12 | 1 | -1/+10 |
| | |||||
* | Fix build of appleglx | Jon TURNEY | 2014-05-23 | 1 | -0/+33 |
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 <[email protected]> Reviewed-by: Jeremy Huddleston Sequoia <[email protected]> Reviewed-by: Emil Velikov <[email protected]> |