Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2d065110
Kaydet (Commit)
2d065110
authored
Haz 03, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
document that these are references to mozilla bugs
Change-Id: Ie84924ee77805ce4b4f6d5a7e77213ce2d51877f
üst
b19ec43a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
WinDeviceInfo.cxx
vcl/opengl/win/WinDeviceInfo.cxx
+7
-9
No files found.
vcl/opengl/win/WinDeviceInfo.cxx
Dosyayı görüntüle @
2d065110
...
...
@@ -1001,7 +1001,7 @@ void WinOpenGLDeviceInfo::GetData()
mbHasDriverVersionMismatch
=
false
;
if
(
maAdapterVendorID
==
GetDeviceVendor
(
wgl
::
VendorIntel
))
{
// we've had big crashers (
bugs 590373 and
595364) apparently correlated
// we've had big crashers (
moz#590373 and moz#
595364) apparently correlated
// with bad Intel driver installations where the DriverVersion reported
// by the registry was not the version of the DLL.
OUString
aDLLFileName
(
"igd10umd32.dll"
);
...
...
@@ -1031,8 +1031,6 @@ void WinOpenGLDeviceInfo::GetData()
}
}
// Macro for assigning a device vendor id to a string.
#define DECLARE_VENDOR_ID(name, deviceId) \
case name: \
...
...
@@ -1102,7 +1100,7 @@ void WinOpenGLDeviceInfo::FillBlacklist()
wgl
::
DRIVER_LESS_THAN
,
wgl
::
V
(
8
,
62
,
0
,
0
),
"9.6"
);
/*
*
Bug
783517 - crashes in AMD driver on Windows 8
*
moz#
783517 - crashes in AMD driver on Windows 8
*/
APPEND_TO_DRIVER_BLOCKLIST_RANGE
(
wgl
::
DRIVER_OS_WINDOWS_8
,
GetDeviceVendor
(
wgl
::
VendorATI
),
wgl
::
DriverInfo
::
allDevices
,
...
...
@@ -1113,8 +1111,8 @@ void WinOpenGLDeviceInfo::FillBlacklist()
/* OpenGL on any ATI/AMD hardware is discouraged
* See:
* bug 619773 - WebGL: Crash with blue screen : "NMI: Parity Check / Memory Parity Error"
* bugs
584403, 584404,
620924 - crashes in atioglxx
* bug
moz#
619773 - WebGL: Crash with blue screen : "NMI: Parity Check / Memory Parity Error"
* bugs
moz#584403, moz#584404, moz#
620924 - crashes in atioglxx
* + many complaints about incorrect rendering
*/
APPEND_TO_DRIVER_BLOCKLIST2
(
wgl
::
DRIVER_OS_ALL
,
...
...
@@ -1134,7 +1132,7 @@ void WinOpenGLDeviceInfo::FillBlacklist()
* Intel entries
*/
/* The driver versions used here come from
bug
594877. They might not
/* The driver versions used here come from
moz#
594877. They might not
* be particularly relevant anymore.
*/
#define IMPLEMENT_INTEL_DRIVER_BLOCKLIST(winVer, devFamily, driverVer) \
...
...
@@ -1151,7 +1149,7 @@ void WinOpenGLDeviceInfo::FillBlacklist()
// StretchRect seems to suffer from precision issues which leads to artifacting
// during content drawing starting with at least version 6.14.10.5082
// and going until 6.14.10.5218. See
bug 919454 and bug
949275 for more info.
// and going until 6.14.10.5218. See
moz#919454 and mox#
949275 for more info.
APPEND_TO_DRIVER_BLOCKLIST_RANGE
(
wgl
::
DRIVER_OS_WINDOWS_XP
,
GetDeviceVendor
(
wgl
::
VendorIntel
),
const_cast
<
wgl
::
DriverInfo
::
DeviceFamilyVector
*>
(
wgl
::
DriverInfo
::
GetDeviceFamily
(
wgl
::
IntelGMAX4500HD
)),
...
...
@@ -1181,7 +1179,7 @@ void WinOpenGLDeviceInfo::FillBlacklist()
/**
* Disable acceleration on Intel HD 3000 for graphics drivers <= 8.15.10.2321.
* See bug
1018278 and bug
1060736.
* See bug
moz#1018278 and bug moz#
1060736.
*/
APPEND_TO_DRIVER_BLOCKLIST
(
wgl
::
DRIVER_OS_ALL
,
GetDeviceVendor
(
wgl
::
VendorIntel
),
(
wgl
::
DriverInfo
::
DeviceFamilyVector
*
)
wgl
::
DriverInfo
::
GetDeviceFamily
(
wgl
::
IntelHD3000
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment