Changes between Version 6 and Version 30 of Ticket #6593


Ignore:
Timestamp:
Feb 7, 2023, 1:24:08 PM (15 months ago)
Author:
Langbart
Comment:

Update: Vulkan as a renderer backend came with [27488]

The issue remains exactly the same as described in the ticket, but only for OpenGL, when I switch to Vulkan the issue is gone.


  • added the new info to the ticket summary

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6593

    • Property Status newclosed
    • Property Milestone Alpha 26
    • Property Resolutionduplicate
    • Property Summary Performance issue full screen for India biome[macOS] Performance issue full screen for India biome
  • Ticket #6593 – Description

    v6 v30  
    1313* After only reducing the `materialmgr.quality` value from `10` to `1` the performance is ~~much better~~ less bad.
    1414* When only lowering the `adaptivefps.session` from `60` to `20` as mentioned in #6193 the slowdown is **not** noticeable between full screen and window mode.
    15 * When only switching from `OpenGL` to `OpenGL ARB` the slowdown is **not** noticeable.
     15* When only switching from `OpenGL` to `OpenGL ARB` or `Vulkan` (came with [27488]) the slowdown is **not** noticeable.
    1616
    1717=== bisect
     
    1919Just to be clear, I also tested [26858], but the performance problem could not be observed in this big change set, it must be [26859].
    2020 
    21 === reproducible
    22 * The same map on A25 with the same game settings works normally, the problem must have been introduced after [25860].
    23 * Even after increasing `materialmgr.quality` from `2` to `10` the performance was still better in A25 compared to the latest GIT version [27009]. This means that changing the default values with [26976] cannot be the sole reason, but that another change set must also have contributed to the issue.