mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 02:20:25 +01:00
llvmpipe: plug in draw's polygon stipple stage
This commit is contained in:
parent
9fae289fcd
commit
ce4f4d6b2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue