Files
mesa/src
Kristian H. Kristensen b9bbac6234 freedreno/a6xx: Drop struct stage array
This now boils down to just picking between binning or vertex shader
and dummy_fs or real fs, which we can do in a couple of lines of code
instead.  The constlen logic isn't doing what it thinks it's doing,
both constlens at this point

  MAX2(s[VS].constlen, align(state->bs->constlen, 4));

are binning shader constlens.  We'll have to revisit the constlen
logic, but this commit doesn't change how it works.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2019-06-07 07:33:12 -07:00
..
2019-06-07 13:11:17 +02:00
2019-04-29 21:17:19 +00:00
2019-05-21 14:40:22 +01:00
2019-04-15 13:44:29 -07:00
2019-06-05 08:58:05 +00:00
2018-10-19 16:50:26 +01:00