Minor touchups to fbdev renderbuffer support
This commit is contained in:
@@ -13,6 +13,7 @@ COMMON_SOURCES = \
|
||||
../common/vblank.c \
|
||||
../common/dri_util.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user