[Mesa-dev] [PATCH 0/4] Move resource checking to the linker
Kenneth Graunke
kenneth at whitecape.org
Tue Nov 8 20:03:30 PST 2011
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 implementation limits. This
> patch series pulls that code out of ir_to_mesa (and st_glsl_to_tgsi)
> into the linker.
Looks like a great cleanup, Ian. I'm glad to see this sort of stuff
move out of the backends and into the shared compiler infrastructure.
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list