Re: [Mesa-dev] [PATCH 2/2] glsl: Rename variable_entry2 to variable_entry.

2012-01-30 Thread Kenneth Graunke
On 01/28/2012 04:58 PM, Kenneth Graunke wrote: This should be safe now that ir_variable_refcount.h doesn't expose a type with the same name. The only other type with the same name is in brw_fs_vector_splitting.cpp, but both of these should be file-scope, so I don't expect problems. Signed-off-b

[Mesa-dev] [PATCH 2/2] glsl: Rename variable_entry2 to variable_entry.

2012-01-28 Thread Kenneth Graunke
This should be safe now that ir_variable_refcount.h doesn't expose a type with the same name. The only other type with the same name is in brw_fs_vector_splitting.cpp, but both of these should be file-scope, so I don't expect problems. Signed-off-by: Kenneth Graunke Reviewed-and-tested-by: Matt