projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e04272
)
Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV
author
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 19 Dec 2008 20:58:01 +0000
(12:58 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Fri, 19 Dec 2008 21:06:53 +0000
(13:06 -0800)
src/mesa/main/mipmap.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/mipmap.c
b/src/mesa/main/mipmap.c
index 13d90e78fe4f9953a8fd0d7dd59122867357e668..78d14b21c45d49e10d238a39e6274add2f850f90 100644
(file)
--- a/
src/mesa/main/mipmap.c
+++ b/
src/mesa/main/mipmap.c
@@
-361,7
+361,7
@@
do_row(GLenum datatype, GLuint comps, GLint srcWidth,
const GLint rowAr0 = rowA[j] & 0x1f;
const GLint rowAr1 = rowA[k] & 0x1f;
const GLint rowBr0 = rowB[j] & 0x1f;
- const GLint rowBr1 = rowB[k] & 0xf;
+ const GLint rowBr1 = rowB[k] & 0x
1
f;
const GLint rowAg0 = (rowA[j] >> 5) & 0x1f;
const GLint rowAg1 = (rowA[k] >> 5) & 0x1f;
const GLint rowBg0 = (rowB[j] >> 5) & 0x1f;