Re: [Mesa-dev] [PATCH 5/8] glsl: Extract marking functions from ir_set_program_inouts.

2013-08-01 Thread Paul Berry
On 31 July 2013 18:16, Ian Romanick wrote: > On 07/31/2013 02:17 PM, Paul Berry wrote: > >> This patch extracts the functions mark_whole_variable() and >> try_mark_partial_variable() from the ir_set_program_inouts visitor >> functions. This will make the code easier to follow when we add >> geom

Re: [Mesa-dev] [PATCH 5/8] glsl: Extract marking functions from ir_set_program_inouts.

2013-07-31 Thread Ian Romanick
On 07/31/2013 02:17 PM, Paul Berry wrote: This patch extracts the functions mark_whole_variable() and try_mark_partial_variable() from the ir_set_program_inouts visitor functions. This will make the code easier to follow when we add geometry shader support. --- src/glsl/ir_set_program_inouts.c

[Mesa-dev] [PATCH 5/8] glsl: Extract marking functions from ir_set_program_inouts.

2013-07-31 Thread Paul Berry
This patch extracts the functions mark_whole_variable() and try_mark_partial_variable() from the ir_set_program_inouts visitor functions. This will make the code easier to follow when we add geometry shader support. --- src/glsl/ir_set_program_inouts.cpp | 59 +