summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_sf.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-19 19:15:21 -0800
committerKeith Whitwell <keithw@vmware.com>2009-11-19 19:29:33 -0800
commit34a01929d54266e8e5fec47e94859405bce588fa (patch)
tree9e34eebc70365286c87ef5251721ced1d605545b /src/gallium/drivers/i965/brw_sf.h
parent47cef2bb8f5979ae690e89943f83060999a29a55 (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.h1
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 0b7003dc5e..a895c7d2f6 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 );