mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
Minor touchups to fbdev renderbuffer support
This commit is contained in:
parent
73e8ffe9f3
commit
d83c4e6dd1
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue