Re: [Mesa-dev] [PATCH 1/7] i965: Introduce downcast helpers for prog_data structures.
Thanks I'd been meaning to look into this, this is much better. Series is: Reviewed-by: Timothy Arceri It would be great if you could push this soon so I can rebase my shader cache work on top of it :) ___ mesa-dev mailing list mesa-dev@lists.freedeskt
[Mesa-dev] [PATCH 1/7] i965: Introduce downcast helpers for prog_data structures.
Similar to brw_context(...), intel_texture_object(...), and so on. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_compiler.h | 17 ++ src/mesa/drivers/dri/i965/brw_fs.cpp | 43 -- src/mesa/drivers/dri/i965/brw_fs_builder.h |