mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h
nv50 should switch to rules-ng-ng too at some point. The classic Mesa Nouveau driver also includes a copy of nouveau_class.h, and should convert to rules-ng-ng too and remove it.
This commit is contained in:
parent
7d53a3b7a4
commit
beb3d030a1
4 changed files with 1775 additions and 9050 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "nouveau/nouveau_bo.h"
|
||||
#include "nouveau/nouveau_channel.h"
|
||||
#include "nouveau/nouveau_class.h"
|
||||
#include "nouveau/nouveau_device.h"
|
||||
#include "nouveau/nouveau_grobj.h"
|
||||
#include "nouveau/nouveau_notifier.h"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
#include "nouveau/nouveau_winsys.h"
|
||||
#include "nouveau/nouveau_gldefs.h"
|
||||
#include "nouveau/nouveau_stateobj.h"
|
||||
#include "nv50_reg.h"
|
||||
|
||||
#include "nv50_screen.h"
|
||||
#include "nv50_program.h"
|
||||
|
|
|
|||
1774
src/gallium/drivers/nv50/nv50_reg.h
Normal file
1774
src/gallium/drivers/nv50/nv50_reg.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue