summaryrefslogtreecommitdiffstats
path: root/src/hgl
diff options
context:
space:
mode:
authorGrazvydas Ignotas <[email protected]>2017-03-03 00:46:53 +0200
committerTimothy Arceri <[email protected]>2017-03-03 12:11:55 +1100
commit4dc42ae792352c808e79de299d89a85ea87ecc7e (patch)
tree707a8045c1666ee30f6418a929e17ffc497989ca /src/hgl
parent60848555289d2e757aff2f6c53d40c23d46c4489 (diff)
tgsi/ureg: return correct token count in ureg_get_tokens
Valgrind reports that the shader cache writes uninitialized data to disk. Turns out ureg_get_tokens() is returning the count of allocated tokens instead of how many are actually used, so the cache writes out unused space at the end. Use the real count instead. This change should not cause regressions elsewhere because the only ureg_get_tokens() user that cares about token count is the shader cache. Signed-off-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/hgl')
0 files changed, 0 insertions, 0 deletions