diff options
author | Jiadong Zhu <[email protected]> | 2019-07-30 04:13:15 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-09-12 23:28:28 -0400 |
commit | 33aa039acf9ca8d1049a772e97ecdf769416aeb4 (patch) | |
tree | d5b624e43250786038750b6d6c3ba02fb4e38d8f /src/intel/compiler/brw_fs.cpp | |
parent | b4df115d3f3c7e5a1f6105c3737d0fe9a80dfcf2 (diff) |
mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT
_mesa_texstore_z32f_x24s8 calculates source rowStride at a
pace of 64-bit, this will make inaccuracy offset if the width
of src image is an odd number. Modify src pointer to int_32* as
source image format is gl_float which is 32-bit per pixel.
Reviewed by Ilia Mirkin
Signed-off-by: Jiadong Zhu <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_fs.cpp')
0 files changed, 0 insertions, 0 deletions