mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 15:20:17 +01:00
st/mesa: Drop dead 'passthrough_fs' field.
Dead since 2015 (commit 5142564734).
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
bba5749484
commit
42d31e0516
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue