diff options
author | Brian Paul <[email protected]> | 2013-04-26 13:49:35 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-26 16:22:30 -0600 |
commit | 49dda2d92f7563057601091e084d0fe154d00d25 (patch) | |
tree | 0d9c12306f034a6a3084dd0f2bfc469d89423412 /src/gallium/include/pipe/p_state.h | |
parent | ff74cf62b1244bd3bc53e83b685582f73fe6ffdd (diff) |
mesa: fix the compressed TexSubImage size checking code
Before, we'd incorrectly generate an error if we we tried to
replace a non-4x4 block near the edge of a NPOT compressed texture.
For example, if the dest image was 15 texels wide and xoffset=12
and width=3 we'd incorrectly generate GL_INVALID_OPERATION.
Verified with new tests added to piglit s3tc-errors test.
Note: This is a candidate for the stable branches.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_state.h')
0 files changed, 0 insertions, 0 deletions