mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c.
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
7065c8153b
commit
277b94f172
2 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include "nv10_3d.xml.h"
|
||||
#include "nv10_driver.h"
|
||||
|
||||
#include "util/simple_list.h"
|
||||
|
||||
void
|
||||
nv10_emit_clip_plane(struct gl_context *ctx, int emit)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@
|
|||
#include "nv10_driver.h"
|
||||
#include "nv20_driver.h"
|
||||
|
||||
#include "util/simple_list.h"
|
||||
|
||||
#define LIGHT_MODEL_AMBIENT_R(side) \
|
||||
((side) ? NV20_3D_LIGHT_MODEL_BACK_AMBIENT_R : \
|
||||
NV20_3D_LIGHT_MODEL_FRONT_AMBIENT_R)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue