mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 11:20:41 +01:00
nv40: kill some warnings
This commit is contained in:
parent
e902d9091c
commit
2946a5a012
1 changed files with 0 additions and 2 deletions
|
|
@ -421,7 +421,6 @@ static void
|
|||
nv40_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso)
|
||||
{
|
||||
struct nv40_context *nv40 = nv40_context(pipe);
|
||||
struct nv40_rasterizer_state *rsso = hwcso;
|
||||
|
||||
nv40->rasterizer = hwcso;
|
||||
nv40->dirty |= NV40_NEW_RAST;
|
||||
|
|
@ -527,7 +526,6 @@ static void
|
|||
nv40_vp_state_bind(struct pipe_context *pipe, void *hwcso)
|
||||
{
|
||||
struct nv40_context *nv40 = nv40_context(pipe);
|
||||
struct nv40_vertex_program *vp = hwcso;
|
||||
|
||||
nv40->vertprog = hwcso;
|
||||
nv40->dirty |= NV40_NEW_VERTPROG;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue