mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
Turn the render stage back on.
This commit is contained in:
parent
05c6361b0b
commit
9f2b49a7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ static const struct tnl_pipeline_stage *intel_pipeline[] = {
|
|||
&_tnl_point_attenuation_stage,
|
||||
&_tnl_arb_vertex_program_stage,
|
||||
&_tnl_vertex_program_stage,
|
||||
#if 0
|
||||
#if 1
|
||||
&_intel_render_stage, /* ADD: unclipped rastersetup-to-dma */
|
||||
#endif
|
||||
&_tnl_render_stage,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue