mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 04:30:25 +01:00
nv40: fix build after gallium changes
This commit is contained in:
parent
2bd97ca942
commit
042b7dfd0e
2 changed files with 5 additions and 5 deletions
|
|
@ -2,9 +2,9 @@
|
|||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
#include "pipe/tgsi/exec/tgsi_parse.h"
|
||||
#include "pipe/tgsi/exec/tgsi_util.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "pipe/tgsi/util/tgsi_parse.h"
|
||||
#include "pipe/tgsi/util/tgsi_util.h"
|
||||
|
||||
#include "nv40_context.h"
|
||||
#include "nv40_dma.h"
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
#include "pipe/tgsi/exec/tgsi_parse.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "pipe/tgsi/util/tgsi_parse.h"
|
||||
|
||||
#include "nv40_context.h"
|
||||
#include "nv40_dma.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue