mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
r300: add point attenuation stage for TCL fallbacks
This commit is contained in:
parent
d014d7d1bb
commit
7f6b13be86
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ static const struct tnl_pipeline_stage *r300_pipeline[] = {
|
|||
&_tnl_fog_coordinate_stage,
|
||||
&_tnl_texgen_stage,
|
||||
&_tnl_texture_transform_stage,
|
||||
&_tnl_point_attenuation_stage,
|
||||
&_tnl_vertex_program_stage,
|
||||
|
||||
/* Try again to go to tcl?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue