llvmpipe: hook up basic gs and multiple constant buffer support

This commit is contained in:
Keith Whitwell
2010-05-28 16:54:35 +01:00
parent 0cdc0a702c
commit a6d9d18fae
8 changed files with 135 additions and 10 deletions

View File

@@ -219,7 +219,7 @@ llvmpipe_resource_create(struct pipe_screen *_screen,
pipe_reference_init(&lpr->base.reference, 1);
lpr->base.screen = &screen->base;
assert(lpr->base.bind);
/* assert(lpr->base.bind); */
if (resource_is_texture(&lpr->base)) {
if (lpr->base.bind & PIPE_BIND_DISPLAY_TARGET) {