diff options
author | Jakob Bornecrantz <[email protected]> | 2010-12-05 21:19:12 +0100 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-01-26 01:38:36 -0800 |
commit | 4a79545bdfb9e948329a761ef350eb83a3d87496 (patch) | |
tree | c862e9ca12bf7c63a2a91343c91dddf1c051edea /src/gallium/auxiliary/draw/draw_private.h | |
parent | 8b902056d53e0e14f7d58ac7f95091ab06abc72e (diff) |
draw: Remove reduced_prim
Conflicts:
src/gallium/auxiliary/draw/draw_context.c
Reviewed-by: Stéphane Marchesin <[email protected]>
Tested-by: Stéphane Marchesin <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h index 31beb4b98e3..1a0286de891 100644 --- a/src/gallium/auxiliary/draw/draw_private.h +++ b/src/gallium/auxiliary/draw/draw_private.h @@ -290,8 +290,6 @@ struct draw_context uint slot[10]; } extra_shader_outputs; - unsigned reduced_prim; - unsigned instance_id; #ifdef HAVE_LLVM |