diff options
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index 86e5f23ffa3..8a6a717d438 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -45,6 +45,7 @@ #define SVGA_MAX_POINTSIZE 80.0 struct draw_vertex_shader; +struct draw_fragment_shader; struct svga_shader_result; struct SVGACmdMemory; struct util_bitmask; @@ -68,6 +69,8 @@ struct svga_fragment_shader { struct svga_shader base; + struct draw_fragment_shader *draw_shader; + /** Mask of which generic varying variables are read by this shader */ unsigned generic_inputs; /** Table mapping original TGSI generic indexes to low integers */ |