mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
call _tnl_allow_pixel/vertex_fog() funcs
This commit is contained in:
parent
8d407300c2
commit
20e25ca50a
1 changed files with 3 additions and 1 deletions
|
|
@ -383,10 +383,12 @@ GLboolean r200CreateContext( const __GLcontextModes *glVisual,
|
|||
_tnl_isolate_materials( ctx, GL_TRUE );
|
||||
|
||||
|
||||
/* Configure swrast to match hardware characteristics:
|
||||
/* Configure swrast and TNL to match hardware characteristics:
|
||||
*/
|
||||
_swrast_allow_pixel_fog( ctx, GL_FALSE );
|
||||
_swrast_allow_vertex_fog( ctx, GL_TRUE );
|
||||
_tnl_allow_pixel_fog( ctx, GL_FALSE );
|
||||
_tnl_allow_vertex_fog( ctx, GL_TRUE );
|
||||
|
||||
|
||||
_math_matrix_ctr( &rmesa->TexGenMatrix[0] );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue