diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-10 00:27:13 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-03-10 00:27:13 -0700 |
commit | 9d9e0815be41fa72ff5df6752b02551b648b33b6 (patch) | |
tree | 1c278cf8c2f8943a70c0e5594e6e9c11fcc38f49 /src/gallium/drivers/r300/r300_texture.h | |
parent | c9da0283e7a9b95df7762b519f6fe5b89f17ae95 (diff) | |
download | external_mesa3d-9d9e0815be41fa72ff5df6752b02551b648b33b6.zip external_mesa3d-9d9e0815be41fa72ff5df6752b02551b648b33b6.tar.gz external_mesa3d-9d9e0815be41fa72ff5df6752b02551b648b33b6.tar.bz2 |
r300-gallium: First stab at texture support.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 27f5ea1..98fb5c9 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -28,6 +28,7 @@ #include "util/u_math.h" #include "r300_context.h" +#include "r300_reg.h" void r300_init_screen_texture_functions(struct pipe_screen* screen); |