projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d1cc93
)
softpipe: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Thu, 24 Jun 2010 18:45:14 +0000
(12:45 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 25 Jun 2010 14:47:22 +0000
(08:47 -0600)
src/gallium/drivers/softpipe/sp_tex_sample.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_tex_sample.c
b/src/gallium/drivers/softpipe/sp_tex_sample.c
index ff83c66d8b25f8afe73fd3d77822014f3dbe6e04..cf7ab81405c5fb5ead4e4d4b5651550de6b3c838 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_tex_sample.c
+++ b/
src/gallium/drivers/softpipe/sp_tex_sample.c
@@
-71,7
+71,7
@@
lerp(float a, float v0, float v1)
/**
- * Do 2D/biliner interpolation of float values.
+ * Do 2D/biline
a
r interpolation of float values.
* v00, v10, v01 and v11 are typically four texture samples in a square/box.
* a and b are the horizontal and vertical interpolants.
* It's important that this function is inlined when compiled with