diff options
author | José Fonseca <[email protected]> | 2009-10-09 11:29:33 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-09 13:25:15 +0100 |
commit | c4d54b62f5491dbec9930563209639f8fb7dcf2e (patch) | |
tree | 66a3232cb7ffd23db6cf0d2086874c0a04859b50 /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | c1013f5d404880046f304de706d4216b08bd3011 (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.h | 3 |
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 852f7a1d05c..e34385bbae0 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; |