radeon/fbo: stencil bits fix from Michel in intel fbo code

This commit is contained in:
Dave Airlie 2009-07-13 23:02:54 +10:00
parent 2995bf0d68
commit d9913d7c09
1 changed files with 1 additions and 0 deletions

View File

@ -450,6 +450,7 @@ restart:
rrb->base.BlueBits = texImage->TexFormat->BlueBits;
rrb->base.AlphaBits = texImage->TexFormat->AlphaBits;
rrb->base.DepthBits = texImage->TexFormat->DepthBits;
rrb->base.StencilBits = texImage->TexFormat->StencilBits;
rrb->base.Delete = radeon_delete_renderbuffer;
rrb->base.AllocStorage = radeon_nop_alloc_storage;