fixups for interface changes (mostly state trackers)

This commit is contained in:
Roland Scheidegger
2009-11-30 23:02:49 +01:00
parent ac400ffce6
commit decf6ed810
38 changed files with 87 additions and 233 deletions

View File

@@ -249,9 +249,6 @@ st_context_create(struct st_device *st_dev)
memset( &templat, 0, sizeof( templat ) );
templat.target = PIPE_TEXTURE_2D;
templat.format = PIPE_FORMAT_A8R8G8B8_UNORM;
templat.block.size = 4;
templat.block.width = 1;
templat.block.height = 1;
templat.width0 = 1;
templat.height0 = 1;
templat.depth0 = 1;