diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 19:22:45 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 19:22:45 +0000 |
commit | f72de22439a2d08bb461af60839baf4fbb3e54df (patch) | |
tree | 40bd572ca41a03c0047b72918571c9a4e12356ac /src/gallium/drivers/i965 | |
parent | 57531baa9260bd818b5fd584d6a6adde3c2d9fde (diff) |
i965g: remove half-finished change to tgsi_parse
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r-- | src/gallium/drivers/i965/brw_state_upload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_state_upload.c b/src/gallium/drivers/i965/brw_state_upload.c index 233dce03df2..bf65ca1cf2a 100644 --- a/src/gallium/drivers/i965/brw_state_upload.c +++ b/src/gallium/drivers/i965/brw_state_upload.c @@ -191,7 +191,7 @@ enum pipe_error brw_validate_state( struct brw_context *brw ) const struct brw_fragment_shader *fp = brw->curr.fragment_shader; if (fp) { assert(fp->info.file_max[TGSI_FILE_SAMPLER] < (int)brw->curr.num_samplers); - assert(fp->info.texture_max <= brw->curr.num_textures); + /*assert(fp->info.texture_max <= brw->curr.num_textures);*/ } } |