diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-09-22 01:35:23 +0000 |
commit | 27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch) | |
tree | 274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h | |
parent | 294c26e88dc461cbb485be73fd6624ec386b4f0b (diff) |
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h b/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h index 7e63b5b2e..710909b71 100644 --- a/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h +++ b/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h @@ -30,7 +30,6 @@ #include "postprocess.h" -#include "cso_cache/cso_context.h" /** @@ -49,7 +48,7 @@ struct pp_program struct pipe_sampler_state sampler_point; /* point */ struct pipe_viewport_state viewport; struct pipe_framebuffer_state framebuffer; - struct cso_velems_state velem; + struct pipe_vertex_element velem[2]; union pipe_color_union clear_color; |