diff options
author | Corbin Simpson <[email protected]> | 2009-01-23 02:46:52 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:26 -0800 |
commit | 8e11e0121466efa34cfc14d299b43455a30b198c (patch) | |
tree | 38c7c653431c3636635bd7fc3d68d6487967e414 /src/gallium/drivers/r300/r300_texture.h | |
parent | 2f37387786f1d0d6beded5afc29d36f744f1c948 (diff) |
r300: Add initial pipe_texture handling.
Still primitive and needing to be fleshed out, but it's a start.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 9d14cf81a60..7964229a94f 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -25,8 +25,9 @@ #include "pipe/p_screen.h" -struct r300_texture { -}; +#include "util/u_math.h" + +#include "r300_context.h" void r300_init_screen_texture_functions(struct pipe_screen* screen); |