move st_create_framebuffer() to new st_framebuffer.c file
This commit is contained in:
@@ -232,6 +232,7 @@ STATETRACKER_SOURCES = \
|
||||
state_tracker/st_debug.c \
|
||||
state_tracker/st_draw.c \
|
||||
state_tracker/st_format.c \
|
||||
state_tracker/st_framebuffer.c \
|
||||
state_tracker/st_mesa_to_tgsi.c \
|
||||
state_tracker/st_program.c \
|
||||
state_tracker/st_mipmap_tree.c
|
||||
|
||||
@@ -155,16 +155,6 @@ void st_destroy_context( struct st_context *st )
|
||||
}
|
||||
|
||||
|
||||
struct st_framebuffer *st_create_framebuffer( const __GLcontextModes *visual )
|
||||
{
|
||||
struct st_framebuffer *stfb
|
||||
= CALLOC_STRUCT(st_framebuffer);
|
||||
if (stfb) {
|
||||
}
|
||||
return stfb;
|
||||
}
|
||||
|
||||
|
||||
void st_make_current(struct st_context *st,
|
||||
struct st_framebuffer *draw,
|
||||
struct st_framebuffer *read)
|
||||
|
||||
Reference in New Issue
Block a user