diff options
author | Brian Paul <[email protected]> | 2008-04-24 15:59:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-24 15:59:08 -0600 |
commit | 98165318621cd3e01919b2b9ff140ce7a4e12beb (patch) | |
tree | 56a0bcfc5f493f5e7d95149f87b6c41e2f79dc22 /src/gallium/drivers/softpipe/sp_state.h | |
parent | 909894e34ca5e575ce21005e38dc0b5e98e4bcd6 (diff) |
gallium: plug in softpipe_set_edgeflags() function
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index 6e6501f5bc4..45056502b8e 100644 --- a/src/gallium/drivers/softpipe/sp_state.h +++ b/src/gallium/drivers/softpipe/sp_state.h @@ -171,6 +171,9 @@ boolean softpipe_draw_elements(struct pipe_context *pipe, unsigned indexSize, unsigned mode, unsigned start, unsigned count); +void +softpipe_set_edgeflags(struct pipe_context *pipe, const unsigned *edgeflags); + void softpipe_map_surfaces(struct softpipe_context *sp); |