i965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_context.h.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 12 Mar 2015 12:26:40 +0000 (05:26 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 10 Oct 2015 18:40:19 +0000 (11:40 -0700)
commita23bdd1fae196e91ebfbb4b0c7730652c63a91ea
tree8af68ab7f4798b9e6f4d76aa2e126bc6d1b43e1d
parent2953c3d76178d7589947e6ea1dbd902b7b02b3d4
i965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_context.h.

For scalar VS, I'll need this in brw_fs.cpp as well.  It seems silly to
redeclare it in three places.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_vec4_gs_visitor.cpp
src/mesa/drivers/dri/i965/gen6_gs_visitor.cpp