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

Ian Romanick idr at freedesktop.org
Tue Nov 8 14:26:01 PST 2011


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.



More information about the mesa-dev mailing list