mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
softpipe: fix polygon stipple
This commit is contained in:
parent
b626176f06
commit
b1139e9ad8
1 changed files with 0 additions and 2 deletions
|
|
@ -262,10 +262,8 @@ softpipe_create( struct pipe_screen *screen )
|
|||
draw_install_aaline_stage(softpipe->draw, &softpipe->pipe);
|
||||
draw_install_aapoint_stage(softpipe->draw, &softpipe->pipe);
|
||||
|
||||
#if USE_DRAW_STAGE_PSTIPPLE
|
||||
/* Do polygon stipple w/ texture map + frag prog? */
|
||||
draw_install_pstipple_stage(softpipe->draw, &softpipe->pipe);
|
||||
#endif
|
||||
|
||||
sp_init_surface_functions(softpipe);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue