diff options
author | Marek Olšák <[email protected]> | 2010-06-02 03:49:43 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-06-02 04:59:00 +0200 |
commit | ae3063066cb209efd07413f125bb86108906b033 (patch) | |
tree | 8419128876a9d613e491b0db90da6b6372641e81 /src/gallium/drivers/r300/r300_texture.h | |
parent | d614541d5235858262c71899fd90b76a1c4dc9e8 (diff) |
r300g: make texture transfers more pipelined
Mostly based on Michel Dänzer's patch.
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 2d8f0e14393..ff640c56eed 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -26,6 +26,7 @@ #include "util/u_format.h" struct r300_texture; +struct r300_screen; unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view); |