Skip to content
Snippets Groups Projects
Commit b55b986d authored by Marek Olšák's avatar Marek Olšák
Browse files

st/mesa: make Z/S drawpix shaders independent of variants, don't use Mesa IR v2


- there is no connection to user fragment shaders, so having these as
  shader variants makes no sense
- don't use Mesa IR, use TGSI
- don't create gl_fragment_program, just create the shader CSO

v2: generate exactly the same shader as before to fix llvmpipe

Reviewed-by: default avatarDave Airlie <airlied@redhat.com>
Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
Tested-by: default avatarBrian Paul <brianp@vmware.com>
parent f4ec8103
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment