Skip to content
Commit 960ab3e4 authored by Danylo Piliaiev's avatar Danylo Piliaiev Committed by Dylan Baker
Browse files

st/nine: Ignore D3DSIO_RET if it is the last instruction in a shader



RET as a last instruction could be safely ignored.
Remove it to prevent crashes/warnings in case underlying driver
doesn't implement arbitrary returns.

A better way would be to remove the RET after the whole shader
is parsed which will handle a possible case when the last RET is
followed by a comment.

CC: <mesa-stable@lists.freedesktop.org>
Signed-off-by: default avatarDanylo Piliaiev <danylo.piliaiev@globallogic.com>
Reviewed-by: default avatarAxel Davy <davyaxel0@gmail.com>
(cherry picked from commit 2d8f77db)
parent 41b57b8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment