Comment # 1
on bug 97340
from Daniel Scharrer
Created attachment 125916 [details] GALLIUM_HUD graphs for the scene I can reproduce this on VI. According to GALLIUM_HUD, the frame drops correspond to shader compilations. apitrace profiling shows the slowest calls are glDrawRangeElements, many of which take over 80ms (!). The calls don't use any user shaders so the compilations must be for internal shaders generated by Mesa to implement fixed-function functionality. Trace: http://constexpr.org/tmp/POSTAL2-radeonsi.2.trace.xz (73 MiB) Not sure if there is a good way to fix this (besides making the shader compiler faster). Maybe there could be a lighting super-shader that can be used while more optimized variants are compiled. Kernel: 4.7.0-gentoo Mesa: git-a73116e LLVM: r278309 GPU: R9 380X CPU: FX 8350
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel