Chromium Code Reviews
Descriptiongpu: Workaround invalid values from GetShaderPrecisionFormat
N4 reports negative numbers in the range when they should be positive,
so we take the absolute value of the range before sending it to the
client.
Some devices report highp precisions when they can't actually be used,
so we force highp precisions to 0 (usupported) in those cases before
sending it to the client.
BUG=245755
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205832
Patch Set 1 #
Total comments: 4
Patch Set 2 : Put magic numbers for highp in a shared function #Messages
Total messages: 10 (0 generated)
|