summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-10-09 11:29:33 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-10-09 13:25:15 +0100
commitc4d54b62f5491dbec9930563209639f8fb7dcf2e (patch)
tree66a3232cb7ffd23db6cf0d2086874c0a04859b50 /src/gallium/drivers/llvmpipe/lp_context.h
parentc1013f5d404880046f304de706d4216b08bd3011 (diff)
llvmpipe: Eliminate constant mapping/unmapping.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h
index 852f7a1d05..e34385bbae 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_context.h
@@ -86,9 +86,6 @@ struct llvmpipe_context {
/** Mapped vertex buffers */
ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
- /** Mapped constant buffers */
- void *mapped_constants[PIPE_SHADER_TYPES];
-
/** Vertex format */
struct vertex_info vertex_info;
struct vertex_info vertex_info_vbuf;