r300g: fix scons build
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
#include "r300_screen.h"
|
||||
#include "r300_state_invariant.h"
|
||||
#include "r300_texture.h"
|
||||
#include "r300_winsys.h"
|
||||
|
||||
#include "radeon_winsys.h"
|
||||
|
||||
static void r300_destroy_context(struct pipe_context* context)
|
||||
{
|
||||
|
||||
@@ -33,9 +33,8 @@ extern "C" {
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "util/u_simple_screen.h"
|
||||
|
||||
#include "radeon_winsys.h"
|
||||
struct radeon_winsys;
|
||||
|
||||
/* Creates a new r300 screen. */
|
||||
struct pipe_screen* r300_create_screen(struct radeon_winsys* radeon_winsys);
|
||||
|
||||
Reference in New Issue
Block a user