BTW, is there any reason for get_sample_pixel_grid to be in pipe_context?
It seems that pipe_screen is a better place, because the returned values
are immutable. pipe_context also doesn't like functions that return
something, because it limits multithreading.

Marek

On Tue, May 8, 2018 at 9:32 PM, Marek Olšák <mar...@gmail.com> wrote:

> The cso_context changes are unnecessary. It looks like that meta ops don't
> enable MSAA, so they are unaffected by sample locations, and thus no need
> to have any code for them in cso_context.
>
> The names don't have to use the _state suffix, i.e. set_sample_locations.
>
> I wouldn't add struct pipe_sample_locations. The whole array can be passed
> to set_sample_locations via a pointer, and NULL can mean disabled.
>
> Marek
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to