diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-14 15:58:56 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-14 15:58:56 -0600 |
commit | 9623683dfcb03ce42746765ba3e706b6a7085d39 (patch) | |
tree | 6a3a59eb3c3e5ef48cea145568789c4832609e62 /src/mesa/pipe/softpipe/sp_tex_sample.h | |
parent | 267052c735f25dda7b49ded7b46cc59cb84ecaaa (diff) | |
parent | 4bb213423941fb12801a734ad2d952a6d8f2347e (diff) |
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_tex_sample.h')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_tex_sample.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_sample.h b/src/mesa/pipe/softpipe/sp_tex_sample.h index 43aae87283..404bfd0c36 100644 --- a/src/mesa/pipe/softpipe/sp_tex_sample.h +++ b/src/mesa/pipe/softpipe/sp_tex_sample.h @@ -7,11 +7,11 @@ struct tgsi_sampler; extern void sp_get_samples(struct tgsi_sampler *sampler, - const GLfloat s[QUAD_SIZE], - const GLfloat t[QUAD_SIZE], - const GLfloat p[QUAD_SIZE], + const float s[QUAD_SIZE], + const float t[QUAD_SIZE], + const float p[QUAD_SIZE], float lodbias, - GLfloat rgba[NUM_CHANNELS][QUAD_SIZE]); + float rgba[NUM_CHANNELS][QUAD_SIZE]); #endif /* SP_TEX_SAMPLE_H */ |