r300g: fix warnings

This commit is contained in:
Marek Olšák
2009-12-04 16:06:16 +01:00
committed by Corbin Simpson
parent 6bb415f862
commit 3da8265cd3
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -36,8 +36,8 @@
#include "r300_screen.h"
#include "r300_state_derived.h"
#include "r300_state_invariant.h"
#include "radeon_winsys.h"
#include "r300_texture.h"
#include "r300_winsys.h"
static enum pipe_error r300_clear_hash_table(void* key, void* value,
void* data)
+2
View File
@@ -35,6 +35,8 @@ extern "C" {
#include "pipe/p_state.h"
#include "pipe/internal/p_winsys_screen.h"
#include "radeon_winsys.h"
struct pipe_context* r300_create_context(struct pipe_screen* screen,
struct radeon_winsys* radeon_winsys);
@@ -35,7 +35,9 @@
#include "radeon_bo_gem.h"
#include "softpipe/sp_texture.h"
#include "r300_context.h"
#include "util/u_math.h"
#include <X11/Xutil.h>
struct radeon_vl_context
{
Display *display;