mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2024-11-23 04:12:42 +00:00
Intel driver 31.0.101.5382 is still broken
This commit is contained in:
parent
30150e889e
commit
2204f40d7a
1 changed files with 2 additions and 2 deletions
|
@ -3340,10 +3340,10 @@ namespace RHI
|
||||||
|
|
||||||
// with direct descriptor heap indexing on Intel,
|
// with direct descriptor heap indexing on Intel,
|
||||||
// *Texture*.GetDimensions() calls return incorrect values
|
// *Texture*.GetDimensions() calls return incorrect values
|
||||||
// UMD version 31.0.101.5379 (0x001f000000651503) is still broken
|
// UMD version 31.0.101.5382 (0x001F000000651506) is still broken
|
||||||
if(initDesc.directDescriptorHeapIndexing &&
|
if(initDesc.directDescriptorHeapIndexing &&
|
||||||
rhi.vendorId == VENDORID_INTEL &&
|
rhi.vendorId == VENDORID_INTEL &&
|
||||||
rhi.umdVersion <= 0x001f000000651503)
|
rhi.umdVersion <= 0x001F000000651506)
|
||||||
{
|
{
|
||||||
ri.Error(ERR_FATAL, "This Intel driver is known to have incorrect behavior.\n");
|
ri.Error(ERR_FATAL, "This Intel driver is known to have incorrect behavior.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue