Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update OSMesa #24543

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update OSMesa.

  • Loading branch information
jdm committed Oct 25, 2019
commit 00b6920648f5f2109cef4dfed4373c14be40b669

Some generated files are not rendered by default. Learn more.

@@ -73,4 +73,4 @@ sig = "1.0"
winapi = { version = "0.3", features = ["wingdi", "winuser", "winnt", "winbase", "processenv", "namedpipeapi", "ntdef", "minwindef", "handleapi", "debugapi"] }

[target.'cfg(any(target_os = "macos", all(target_arch = "x86_64", target_os = "linux")))'.dependencies]
osmesa-src = {git = "https://github.com/servo/osmesa-src"}
osmesa-src = {git = "https://github.com/servo/osmesa-src", branch = "meson"}
@@ -233,9 +233,9 @@ def set_osmesa_env(bin_path, env):
if not osmesa_dep_path:
return None
osmesa_path = path.join(osmesa_dep_path,
"out", "src", "gallium", "targets", "osmesa", ".libs")
"out", "src", "gallium", "targets", "osmesa")
glapi_path = path.join(osmesa_dep_path,
"out", "src", "mapi", "shared-glapi", ".libs")
"out", "src", "mapi", "shared-glapi")
append_to_path_env(osmesa_path + ":" + glapi_path, env, "DYLD_LIBRARY_PATH")
env["GALLIUM_DRIVER"] = "softpipe"
return env
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.