mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
581b00842e
This corresponds to ANGLE commit 9a2e6ac98a10907b1241bd5709597912e08f63fb It vastly improves D3D11 performance on Intel GPUs by avoiding write to multiple render targets when unneeded.
19 lines
427 B
Python
19 lines
427 B
Python
deps = {
|
|
"third_party/gyp":
|
|
"http://gyp.googlecode.com/svn/trunk@1987",
|
|
|
|
"tests/third_party/googletest":
|
|
"http://googletest.googlecode.com/svn/trunk@629",
|
|
|
|
"tests/third_party/googlemock":
|
|
"http://googlemock.googlecode.com/svn/trunk@410",
|
|
}
|
|
|
|
hooks = [
|
|
{
|
|
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
"pattern": ".",
|
|
"action": ["python", "build/gyp_angle"],
|
|
},
|
|
]
|