Re: [Mesa-dev] [PATCH 07/14] glsl: Fix the function inlining pass to deal with general opaque arguments.

2013-10-22 Thread Ian Romanick
Reviewed-by: Ian Romanick ian.d.roman...@intel.com On 10/01/2013 07:15 PM, Francisco Jerez wrote: Almost a trivial change, it boils down to renaming a few identifiers so their names still make sense for opaque types other than sampler. --- src/glsl/opt_function_inlining.cpp | 66

[Mesa-dev] [PATCH 07/14] glsl: Fix the function inlining pass to deal with general opaque arguments.

2013-10-01 Thread Francisco Jerez
Almost a trivial change, it boils down to renaming a few identifiers so their names still make sense for opaque types other than sampler. --- src/glsl/opt_function_inlining.cpp | 66 +++--- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git