summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tex_sample.h
blob: 55ae49094b04ed2504bc9058d12c2bea89883291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SP_TEX_SAMPLE_H
#define SP_TEX_SAMPLE_H


struct tgsi_sampler;


extern void
sp_get_sample(struct tgsi_sampler *sampler,
              const GLfloat strq[4], GLfloat lambda, GLfloat rgba[4]);


#endif /* SP_TEX_SAMPLE_H */