projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b998c5
)
s/GL_FALSE/0x0/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 13 Oct 2006 15:10:55 +0000
(15:10 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 13 Oct 2006 15:10:55 +0000
(15:10 +0000)
src/mesa/main/colortab.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/colortab.c
b/src/mesa/main/colortab.c
index 8d010a0499137e6ee207f5f27467a8927924294c..63d254d6bfd3d6412e3dc148625ce73e927fa36b 100644
(file)
--- a/
src/mesa/main/colortab.c
+++ b/
src/mesa/main/colortab.c
@@
-808,7
+808,7
@@
_mesa_GetColorTable( GLenum target, GLenum format,
}
_mesa_pack_rgba_span_float(ctx, table->Size, (const GLfloat (*)[4]) rgba,
-
format, type, data, &ctx->Pack, GL_FALSE
);
+
format, type, data, &ctx->Pack, 0x0
);
if (ctx->Pack.BufferObj->Name) {
ctx->Driver.UnmapBuffer(ctx, GL_PIXEL_PACK_BUFFER_EXT,