diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2013-08-03 17:31:53 -0700 |
---|---|---|
committer | Kenneth Graunke <kenneth@whitecape.org> | 2013-08-12 13:12:47 -0700 |
commit | 53d8cff63b30326eaaafe3019d00354d4775a622 (patch) | |
tree | b4ef0e6bb5c858c48c18c832417bf3c4a077dbbb /src/mesa/drivers/dri/common | |
parent | a9b800aa81cffdcaef2490ff49986099feae2663 (diff) |
i965/fs: Log a performance warning if skipping 16-wide due to pulls.
Usually, the driver creates both 8-wide and 16-wide variants of every
fragment shader. When 16-wide compilation fails, it logs a performance
warning explaining why only an 8-wide program exists.
However, when there are pull parameters, the driver won't even bother
trying the 16-wide compile (since it would fail). In this case, it
failed to emit a performance warning, leaving no explanation for the
missing 16-wide program.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/mesa/drivers/dri/common')
0 files changed, 0 insertions, 0 deletions