Dave Airlie <[email protected]> writes: > This is hopefully the final posting for this series, I've gotten > the lowering pass to look like I wanted, which is to say it lowers > to vec4[2]. > > TGSI then uses the CLIPDIST semantic and the two properties to > workout what is what. This means the CULLDIST semantic is no longer > required. > > So I've ripped out CULLDIST from draw, and anywhere else it was used, > and fixed draw to use the new API, as it more closely reflects how > some of the hw works. > > I've also fixed the array size maximum checks, however the piglit > test expects a link error when a compile error is a valid result.
This all works for me on i965. Patches 1-6 Reviewed-by: Kristian Høgsberg <[email protected]> I'd be fine with landing the core part of the series now :) Kristian _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
