Re: [Mesa-dev] [PATCH 0/4] Move resource checking to the linker

2011-11-08 Thread Kenneth Graunke
On 11/08/2011 02:26 PM, Ian Romanick wrote: > This is the next step in the uniform-rework saga. Right now the i965 > depends on ir_to_mesa doing some uniform related work for it. One of > those pieces of work, which is duplicated in st_glsl_to_tgsi, is > validating some resource usage against imp

[Mesa-dev] [PATCH 0/4] Move resource checking to the linker

2011-11-08 Thread Ian Romanick
This is the next step in the uniform-rework saga. Right now the i965 depends on ir_to_mesa doing some uniform related work for it. One of those pieces of work, which is duplicated in st_glsl_to_tgsi, is validating some resource usage against implementation limits. This patch series pulls that co