зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset c4e8e7ad10c2 (bug 1913645) for causing wrench bustages. CLOSED TREE
This commit is contained in:
Родитель
682c113f92
Коммит
0e64c3c72c
|
@ -2469,9 +2469,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glslopt"
|
||||
version = "0.1.11"
|
||||
version = "0.1.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "913662ae8335df058d56e00f11340b20fa82e03e0276587797ef325ab01e50d4"
|
||||
checksum = "ee5be629003d587bab188f3e2e3b010aa2cde7c41ec967b3a244f388d4d81877"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
|
|
@ -23,7 +23,7 @@ sw_compositor = ["swgl"]
|
|||
|
||||
[build-dependencies]
|
||||
build-parallel = "0.1.2"
|
||||
glslopt = "0.1.11"
|
||||
glslopt = "0.1.10"
|
||||
webrender_build = { version = "0.0.2", path = "../webrender_build" }
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -256,7 +256,7 @@ who = "Jamie Nicol <jnicol@mozilla.com>"
|
|||
criteria = "safe-to-deploy"
|
||||
user-id = 84794 # Jamie Nicol (jamienicol)
|
||||
start = "2020-04-07"
|
||||
end = "2025-08-30"
|
||||
end = "2024-04-25"
|
||||
|
||||
[[wildcard-audits.io-surface]]
|
||||
who = "Bobby Holley <bobbyholley@gmail.com>"
|
||||
|
|
|
@ -240,8 +240,8 @@ user-login = "badboy"
|
|||
user-name = "Jan-Erik Rediger"
|
||||
|
||||
[[publisher.glslopt]]
|
||||
version = "0.1.11"
|
||||
when = "2024-08-30"
|
||||
version = "0.1.10"
|
||||
when = "2024-02-13"
|
||||
user-id = 84794
|
||||
user-login = "jamienicol"
|
||||
user-name = "Jamie Nicol"
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -12,7 +12,7 @@
|
|||
[package]
|
||||
edition = "2018"
|
||||
name = "glslopt"
|
||||
version = "0.1.11"
|
||||
version = "0.1.10"
|
||||
authors = ["Jamie Nicol <jnicol@mozilla.com>"]
|
||||
description = "Optimizes GLSL shader code"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
*/
|
||||
#ifdef HAVE___BUILTIN_FFS
|
||||
#define ffs __builtin_ffs
|
||||
#elif defined(_MSC_VER) && (_M_IX86 || _M_ARM || _M_AMD64 || _M_ARM64 || _M_IA64)
|
||||
#elif defined(_MSC_VER) && (_M_IX86 || _M_ARM || _M_AMD64 || _M_IA64)
|
||||
static inline
|
||||
int ffs(int i)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче