projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a749b5
)
llvmpipe: remove unused psize_slot field
author
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 20:24:53 +0000
(14:24 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 21:25:50 +0000
(15:25 -0600)
src/gallium/drivers/llvmpipe/lp_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_context.h
b/src/gallium/drivers/llvmpipe/lp_context.h
index 4848101ffb84bed8c2055f75e6fc13c74fedec30..4e597b247960ac8f0692b108b68f69c669395f4e 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_context.h
+++ b/
src/gallium/drivers/llvmpipe/lp_context.h
@@
-94,9
+94,6
@@
struct llvmpipe_context {
/** Vertex format */
struct vertex_info vertex_info;
- /** Which vertex shader output slot contains point size */
- int psize_slot;
-
/** The tiling engine */
struct lp_setup_context *setup;