projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d204659
)
softpipe: remove duplicate #include, move another
author
Brian Paul
<brianp@vmware.com>
Fri, 21 Aug 2009 20:07:37 +0000
(14:07 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 21 Aug 2009 20:07:37 +0000
(14:07 -0600)
src/gallium/drivers/softpipe/sp_state_sampler.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_state_sampler.c
b/src/gallium/drivers/softpipe/sp_state_sampler.c
index 53210812f40f0a99338b9abd6975cc5368426ec7..afc6e1d2eb7623aa691f611016bf4ca831943a29 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_state_sampler.c
+++ b/
src/gallium/drivers/softpipe/sp_state_sampler.c
@@
-31,15
+31,14
@@
#include "util/u_memory.h"
+#include "draw/draw_context.h"
#include "draw/draw_context.h"
-#include "sp_context.h"
#include "sp_context.h"
#include "sp_state.h"
#include "sp_texture.h"
#include "sp_tile_cache.h"
#include "sp_tex_sample.h"
-#include "draw/draw_context.h"
struct sp_sampler {