i965: Drop debug check for knowing the size of a type.
authorEric Anholt <eric@anholt.net>
Wed, 23 Jan 2013 01:36:53 +0000 (17:36 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 25 Jan 2013 17:40:39 +0000 (09:40 -0800)
commit9aa02a205d886b27325428785a63be7f8b8ae5ec
treedc4193d4c5c8f74cdfdc9ccc36c7a0b8880aa2d6
parent5ae3c207918e10282f53402ae276b31b2235c2dc
i965: Drop debug check for knowing the size of a type.

This was added in b93684f5f311f89c965960ab42bfea71a397b180, but there's
no need for it -- get_size has to succeed, and it has an assert for us
in debug builds.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_draw_upload.c