diff options
author | Brian Paul <[email protected]> | 2008-04-30 10:43:59 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-30 10:43:59 -0600 |
commit | 99fba5466bfd14c4e052041c0571821be529e762 (patch) | |
tree | f6d780ab8faa1be19f5657d0a7e4a0ae2dfa925c /src/mesa/state_tracker/st_texture.c | |
parent | 15318c8d8eb97cec8c8528cc91aaeab8858f33c6 (diff) |
gallium: use new buffer wrapper functions in p_inlines.h
This allows us to remove most of the direct references to winsys in the state tracker.
Diffstat (limited to 'src/mesa/state_tracker/st_texture.c')
-rw-r--r-- | src/mesa/state_tracker/st_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_texture.c b/src/mesa/state_tracker/st_texture.c index 66d81e2b959..f68bef1207c 100644 --- a/src/mesa/state_tracker/st_texture.c +++ b/src/mesa/state_tracker/st_texture.c @@ -38,7 +38,6 @@ #include "pipe/p_inlines.h" #include "pipe/p_util.h" #include "pipe/p_inlines.h" -#include "pipe/p_winsys.h" #define DBG if(0) printf |