diff options
author | Corbin Simpson <[email protected]> | 2009-01-09 05:11:19 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:20 -0800 |
commit | afe2de0a235f8e4312ecbb7275640502098a8a81 (patch) | |
tree | 1662acaa7f1667400bbd3fea6e6f16d18e4f882a /src/gallium/drivers/r300/r300_surface.h | |
parent | b1776eb14471e7a4d09d3c8a73f02b19b106883b (diff) |
gallium-r300: Fit it all together now.
In theory, it could work, but there's still some very big gaps.
Anything marked with XXX should be taken care of first, probably.
Diffstat (limited to 'src/gallium/drivers/r300/r300_surface.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_surface.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_surface.h b/src/gallium/drivers/r300/r300_surface.h index 3e3d813d993..29858eb5417 100644 --- a/src/gallium/drivers/r300/r300_surface.h +++ b/src/gallium/drivers/r300/r300_surface.h @@ -23,6 +23,14 @@ #ifndef R300_SURFACE_H #define R300_SURFACE_H +#include "pipe/p_context.h" +#include "pipe/p_screen.h" + +#include "util/u_rect.h" + #include "r300_blit.h" +#include "r300_context.h" + +void r300_init_surface_functions(struct r300_context* r300); #endif /* R300_SURFACE_H */ |