diff options
author | Luca Barbieri <[email protected]> | 2010-09-05 10:34:55 +0200 |
---|---|---|
committer | Luca Barbieri <[email protected]> | 2010-09-05 17:52:26 +0200 |
commit | beb3d030a1a23b827535e7c5845e53f9a77e716a (patch) | |
tree | ab0356ae673e2529a13c8e934d3ac32a0548ddf7 /src/gallium/drivers/nv50/nv50_context.h | |
parent | 7d53a3b7a4418283a7813c2233753ddd2901a4b7 (diff) |
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.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index d24d6c50ea8..6ec9095a741 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.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" |