Minor touchups to fbdev renderbuffer support

This commit is contained in:
Jon Smirl 2005-05-05 00:28:37 +00:00
parent 73e8ffe9f3
commit d83c4e6dd1
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ COMMON_SOURCES = \
../common/vblank.c \
../common/dri_util.c \
../common/xmlconfig.c \
../common/drirenderbuffer.c \
../common/glcontextmodes.c
DRIVER_SOURCES = \

View file

@ -299,7 +299,7 @@ init_core_functions( struct dd_function_table *functions )
void
static void
fbSetSpanFunctions(driRenderbuffer *drb, const GLvisual *vis)
{
ASSERT(drb->Base.InternalFormat == GL_RGBA);