diff options
author | Jordan Justen <[email protected]> | 2016-05-10 14:22:13 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2016-05-10 22:54:46 -0700 |
commit | 2c1c060b031a7c179653ee83f28f7325c47ebd04 (patch) | |
tree | f2d4a852104ca544a7f4fba09bfb1e48cdf13046 /src/util/strtod.c | |
parent | e3d43dc5eae5271e2c87bab702aa7409d3dd0b23 (diff) |
util/ralloc: Remove double zero'ing of rzalloc buffers
Juha-Pekka found this back in May 2015:
<[email protected]>
From the discussion, obviously it would be preferable to make
ralloc_size no longer return zeroed memory, but Juha-Pekka found that
it would break Mesa.
In <[email protected]>, Juha-Pekka mentioned that patches
exist to fix i965 when ralloc_size is fixed to not zero memory, but
the patches have not made their way to mesa-dev yet.
For now, let's stop doing the double zeroing of rzalloc buffers.
v2:
* Move ralloc_size code to rzalloc_size, and add a comment as
suggested by Ken.
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/util/strtod.c')
0 files changed, 0 insertions, 0 deletions