diff options
author | Neil Roberts <[email protected]> | 2016-01-21 17:28:07 +0000 |
---|---|---|
committer | Neil Roberts <[email protected]> | 2016-01-21 21:45:53 +0000 |
commit | cbf0e64ee1e2d4514dbec9e4fbf688098fcef318 (patch) | |
tree | 099eb1b92a0d13c4e90db1c32759f731732b00dd /src/mesa/main/dd.h | |
parent | 666d96d1697fc9a1452519285758cc16240290d2 (diff) |
texobj: Remove redundant checks that the texture cube faces match size
The texture mipmap completeness checking code was checking whether all
of the faces have the same size. However this is pointless because the
code just above it checks whether the face has the expected size
calculated for the mipmap level anyway so the error condition could
never be reached. This patch just removes it.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
0 files changed, 0 insertions, 0 deletions