summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-04-24 15:59:08 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-04-24 15:59:08 -0600
commit98165318621cd3e01919b2b9ff140ce7a4e12beb (patch)
tree56a0bcfc5f493f5e7d95149f87b6c41e2f79dc22 /src/gallium/drivers/softpipe/sp_context.c
parent909894e34ca5e575ce21005e38dc0b5e98e4bcd6 (diff)
downloadexternal_mesa3d-98165318621cd3e01919b2b9ff140ce7a4e12beb.zip
external_mesa3d-98165318621cd3e01919b2b9ff140ce7a4e12beb.tar.gz
external_mesa3d-98165318621cd3e01919b2b9ff140ce7a4e12beb.tar.bz2
gallium: plug in softpipe_set_edgeflags() function
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c
index 200fb41..f2ce0fd 100644
--- a/src/gallium/drivers/softpipe/sp_context.c
+++ b/src/gallium/drivers/softpipe/sp_context.c
@@ -178,6 +178,8 @@ softpipe_create( struct pipe_screen *screen,
softpipe->pipe.draw_arrays = softpipe_draw_arrays;
softpipe->pipe.draw_elements = softpipe_draw_elements;
+ softpipe->pipe.set_edgeflags = softpipe_set_edgeflags;
+
softpipe->pipe.clear = softpipe_clear;
softpipe->pipe.flush = softpipe_flush;