diff options
author | Brian Paul <[email protected]> | 2010-05-03 17:28:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-03 17:28:32 -0600 |
commit | 8b0c217f2bc123bffd25cc4977d6abb1b3fa8186 (patch) | |
tree | d93fa0fc19b7b582570fd83f85fcf84090a7a041 /src/mesa | |
parent | 6c8c88f02f0dc9cf39ce51d068525a94fccd5dc7 (diff) |
gallium: move surface utility functions into u_surface.c
This is a better place than in u_rect.c
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 2b1174a504d..e8a3926e6db 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -64,6 +64,7 @@ #include "pipe/p_context.h" #include "util/u_inlines.h" #include "util/u_rect.h" +#include "util/u_surface.h" #include "draw/draw_context.h" #include "cso_cache/cso_context.h" |