diff options
author | Keith Whitwell <[email protected]> | 2009-11-19 19:15:21 -0800 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-19 19:29:33 -0800 |
commit | 34a01929d54266e8e5fec47e94859405bce588fa (patch) | |
tree | 9e34eebc70365286c87ef5251721ced1d605545b /src/gallium/drivers/i965/brw_sf.h | |
parent | 47cef2bb8f5979ae690e89943f83060999a29a55 (diff) |
i965g: special case setup when fs has no inputs
Diffstat (limited to 'src/gallium/drivers/i965/brw_sf.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_sf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_sf.h b/src/gallium/drivers/i965/brw_sf.h index 0b7003dc5ef..a895c7d2f6a 100644 --- a/src/gallium/drivers/i965/brw_sf.h +++ b/src/gallium/drivers/i965/brw_sf.h @@ -112,6 +112,7 @@ struct brw_sf_compile { }; +void brw_emit_null_setup( struct brw_sf_compile *c ); void brw_emit_tri_setup( struct brw_sf_compile *c, GLboolean allocate ); void brw_emit_line_setup( struct brw_sf_compile *c, GLboolean allocate ); void brw_emit_point_setup( struct brw_sf_compile *c, GLboolean allocate ); |