softpipe: remove tex sample dependencies on softpipe

The texture sampling code doesn't really have any dependencies on the
rest of softpipe, just the tile cache.
This commit is contained in:
Brian Paul 2009-08-21 14:04:47 -06:00
parent 3adc8c3779
commit d204659c8c
1 changed files with 3 additions and 6 deletions

View File

@ -34,17 +34,14 @@
* Keith Whitwell
*/
#include "sp_context.h"
#include "sp_quad.h"
#include "sp_surface.h"
#include "sp_texture.h"
#include "sp_tex_sample.h"
#include "sp_tile_cache.h"
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_shader_tokens.h"
#include "util/u_math.h"
#include "util/u_memory.h"
#include "sp_quad.h" /* only for #define QUAD_* tokens */
#include "sp_tex_sample.h"
#include "sp_tile_cache.h"