i965: Set *Program.Max{Input,Output}Components
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 18 Sep 2013 20:29:00 +0000 (15:29 -0500)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 19 Sep 2013 21:29:44 +0000 (16:29 -0500)
commite1f8c585906c2a6ed463c13813e2a78357ebb341
tree26b0cb21e93b698087c3f202872dfd5bf643078c
parentd358c6b7006839e66311debfe36509144b0a7f92
i965: Set *Program.Max{Input,Output}Components

Now that MaxVaryings is > 16, VertexProgram.MaxOutputComponents,
GeometryProgram.MaxInputComponents, GeometryProgram.MaxOutputComponents,
and FragmentProgram.MaxInputComponents also need to be set.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Cc: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_context.c