[Mesa-dev] [Bug 102218] Nier:Automata (through wine) - Bloom too bright

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Aug 16 19:38:33 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=102218

--- Comment #3 from Philip Rebohle <philip.rebohle at tu-dortmund.de> ---
I've tried to create a sample program that reproduces the issue, but so far,
the shader that breaks the game actually works correctly in an isolated
environment.



Anyway, in the apitrace, the following sequence of dispatch/draw calls is
involved:

glDispatchCompute(13,7,1):
This invokes the misbehaving compute shader.

glDispatchCompute(1,1,1):
Processes the output of that compute shader, computes the actual average
brightness of the image and mixes it with the average brightness of the
previous frame.

glDrawArrays(GL_TRIANGLE_STRIP, 0, 4):
Uses the output of the previous compute shader to render the (more or less)
final image.



My system specs:
- Arch Linux 64-bit
- AMD RX 480
- Linux 4.12.6
- Mesa 17.1.6 (tested with mesa-git as well, same issue)
- LLVM 4.0.1

I haven't succeeded in building mesa-git against LLVM 5.0rc2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170816/b1db5881/attachment.html>


More information about the mesa-dev mailing list