These are fixes for the problems my Piglit tests uncovered so far. After this series all gallium drivers (I could only test softpipe, llvmpipe and radeonsi) and swrast should pass all tests. Unfortunately I can't test on r200.
Miklós Máté (9): mesa: add fallback texture for SampleMapATI if there is nothing mesa: fix crash when an ATI_fs pass begins with an alpha inst mesa: fix typo in ATI_fs dstMod error checking mesa: fix validate for secondary interpolator mesa: fix not having secondary color in ATI_fs in swrast tnl: fix not having texture coords in ATI_fs in swrast mesa: move ATI_fs state compile changes after the error checks mesa: document ati_fragment_shader::cur_pass and swizzlerq mesa: always compare optype with symbolic name in ATI_fs src/mesa/main/atifragshader.c | 163 +++++++++++++++++++++++------------------- src/mesa/main/mtypes.h | 4 ++ src/mesa/main/state.h | 17 +++-- src/mesa/main/texstate.c | 30 ++++++++ src/mesa/tnl/t_context.c | 3 +- 5 files changed, 136 insertions(+), 81 deletions(-) -- 2.15.0.rc0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
