diff options
author | Marek Olšák <[email protected]> | 2010-03-21 21:34:18 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-03-21 21:54:06 +0100 |
commit | d0d3abd360a0d98302841e62ab9acdebea2ca8c2 (patch) | |
tree | d79eba6485a03a904f08d51d22f71c17fe85e2b1 /src/gallium/drivers/r300/r300_screen.h | |
parent | bc5778e2023543e5049ab41398aa28fb0709f5f2 (diff) |
r300g: put common defines into one file
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index c31f39e6917..a055159c93b 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -28,8 +28,6 @@ #include "r300_chipset.h" -#define R300_TEXTURE_USAGE_TRANSFER PIPE_TEXTURE_USAGE_CUSTOM - struct r300_screen { /* Parent class */ struct pipe_screen screen; |