|
b980c563
|
2018-11-27T11:34:27
|
|
Reformat all cpp and h files.
This applies git cl format --full to all ANGLE sources.
Bug: angleproject:2986
Change-Id: Ib504e618c1589332a37e97696cdc3515d739308f
Reviewed-on: https://chromium-review.googlesource.com/c/1351367
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
|
|
81efa8ec
|
2016-04-12T14:17:19
|
|
Disable pointer conversion warning in XNVCtrl
This warning happens on some older versions of the X headers, such
as those present on the current Chromium
linux_chromium_chromeos_rel_ng bots. The default warnings in the GN
build are slightly more strict than in GYP which is why we need to
add some isolated warning disables.
BUG=432959
Change-Id: Id6218780195c59f160adae789305638d3463be9a
Reviewed-on: https://chromium-review.googlesource.com/338424
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
|
|
cc068e93
|
2016-02-29T16:37:04
|
|
Add DisplayGL::getDriverVersion and implementation on Linux NVIDIA
Some GPU driver bug workarounds should be active only for specific
driver version ranges. This adds NVIDIA Linux driver detection using
the XNVCtrl X11 extension.
BUG=590870
Change-Id: I8cbf692a0c8a6da7473169f29d720bdc2d07663d
Reviewed-on: https://chromium-review.googlesource.com/329637
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
|