diff options
author | Brian Paul <[email protected]> | 2010-10-12 18:32:06 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-10-12 18:32:06 -0600 |
commit | 1ca5f7cc31df3d5c80fcea855e536eb2a8245f9e (patch) | |
tree | 4d89e94b76428be3110cd8fab88665a8db23fdee | |
parent | 5f612f5c006ff006ad1d2b90fbfdcdbee271771e (diff) |
mesa: remove assertion w/ undeclared variable texelBytes
-rw-r--r-- | src/mesa/main/texstore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c index dd967ef536a..108bb0dd9d2 100644 --- a/src/mesa/main/texstore.c +++ b/src/mesa/main/texstore.c @@ -3122,7 +3122,6 @@ _mesa_texstore_s8(TEXSTORE_PARAMS) { ASSERT(dstFormat == MESA_FORMAT_S8); ASSERT(srcFormat == GL_STENCIL_INDEX); - ASSERT(texelBytes == 1); if (!ctx->_ImageTransferState && !srcPacking->SwapBytes && |