[Mesa-dev] [PATCH 1/6] st/mesa: Drop dead 'passthrough_fs' field.

Ilia Mirkin imirkin at alum.mit.edu
Mon Dec 17 19:11:50 UTC 2018


Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
On Mon, Dec 17, 2018 at 1:37 PM Kenneth Graunke <kenneth at whitecape.org> wrote:
>
> Dead since 2015 (commit 5142564734bd68f165b02e29e384ebbcf91cce38).
> ---
>  src/mesa/state_tracker/st_context.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
> index 95133c7020f..78e962dec00 100644
> --- a/src/mesa/state_tracker/st_context.h
> +++ b/src/mesa/state_tracker/st_context.h
> @@ -278,8 +278,6 @@ struct st_context
>     /** for drawing with st_util_vertex */
>     struct pipe_vertex_element util_velems[3];
>
> -   void *passthrough_fs;  /**< simple pass-through frag shader */
> -
>     enum pipe_texture_target internal_target;
>
>     struct cso_context *cso_context;
> --
> 2.19.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list