projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673535f
)
mesa: remove unused _mesa_unpack_uint_rgba_row() prototype
author
Brian Paul
<brianp@vmware.com>
Sat, 7 Jan 2012 21:28:57 +0000
(14:28 -0700)
committer
Brian Paul
<brianp@vmware.com>
Sat, 7 Jan 2012 21:34:44 +0000
(14:34 -0700)
src/mesa/main/format_unpack.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/format_unpack.h
b/src/mesa/main/format_unpack.h
index 0d13a2d39a535eb14c196c19aea2ea6e9171d8b8..c5348d30d48aaf4a0036b74b4a827c48cea4f18a 100644
(file)
--- a/
src/mesa/main/format_unpack.h
+++ b/
src/mesa/main/format_unpack.h
@@
-39,11
+39,6
@@
_mesa_unpack_rgba_block(gl_format format,
GLfloat dst[][4], GLint dstRowStride,
GLuint x, GLuint y, GLuint width, GLuint height);
-extern void
-_mesa_unpack_uint_rgba_row(gl_format format, GLuint n,
- const void *src, GLuint dst[][4]);
-
-
extern void
_mesa_unpack_float_z_row(gl_format format, GLuint n,
const void *src, GLfloat *dst);