[Mesa-dev] [PATCH 0/9] Fixes for ATI_fragment_shader

Miklós Máté mtmkls at gmail.com
Sat Dec 2 22:35:16 UTC 2017


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



More information about the mesa-dev mailing list