mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
r600g: drop unused context members
This commit is contained in:
parent
7d8ba5f78f
commit
26dacce2c0
1 changed files with 0 additions and 2 deletions
|
|
@ -123,8 +123,6 @@ struct r600_pipe_context {
|
|||
struct pipe_stencil_ref stencil_ref;
|
||||
struct pipe_viewport_state viewport;
|
||||
struct pipe_clip_state clip;
|
||||
unsigned vs_nconst;
|
||||
unsigned ps_nconst;
|
||||
struct r600_pipe_state *vs_resource;
|
||||
struct r600_pipe_state *ps_resource;
|
||||
struct r600_pipe_state config;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue