Mesa (master): llvmpipe: plug in draw's polygon stipple stage

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 16 16:02:09 UTC 2010


Module: Mesa
Branch: master
Commit: ce4f4d6b2c4164973c426068d03d7ea48559ecc2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce4f4d6b2c4164973c426068d03d7ea48559ecc2

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Apr 16 09:49:52 2010 -0600

llvmpipe: plug in draw's polygon stipple stage

---

 src/gallium/drivers/llvmpipe/lp_context.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_context.c b/src/gallium/drivers/llvmpipe/lp_context.c
index e63720c..868e112 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.c
+++ b/src/gallium/drivers/llvmpipe/lp_context.c
@@ -183,6 +183,7 @@ llvmpipe_create_context( struct pipe_screen *screen, void *priv )
    /* plug in AA line/point stages */
    draw_install_aaline_stage(llvmpipe->draw, &llvmpipe->pipe);
    draw_install_aapoint_stage(llvmpipe->draw, &llvmpipe->pipe);
+   draw_install_pstipple_stage(llvmpipe->draw, &llvmpipe->pipe);
 
    /* convert points and lines into triangles: */
    draw_wide_point_threshold(llvmpipe->draw, 0.0);




More information about the mesa-commit mailing list