Summary: | [r600] Total War: Warhammer black textures and flickering. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Christian Lanig <freedesktop> |
Component: | Drivers/Gallium/r600 | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED MOVED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Christian Lanig
2018-01-22 23:41:03 UTC
There is probably a reason why the game requirements state rx480 as a minimum... Even on macs its says amd cards newer than 2014, which excludes everything pre-gcn. I wouldn't be surprised at all if it actually fails due to the number of supported texture units, there are definitely games out there which require more than what pre-gcn hw can do. (With d3d10 apps can use 16 samplers and 128 resources, but with GL since resources and samplers aren't separated they are restricted to whatever the hw can do for samplers for resources too, which is 32 for newer hw (actually there's no hw limit but that's the limit just about every gl driver from any vendor will support), but pre-gcn chips can only do 18.) This would be mostly unfixable (well technically it would be fixable using some real ugly and complex hacks trying to deduplicate samplers but I doubt anyone will ever implement it). Albeit this is just a wild guess, it's possible there's legitimate driver bugs which cause it to misrender. -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/624. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.