diff options
author | Ilia Mirkin <[email protected]> | 2014-02-21 02:22:31 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-02-26 23:35:47 -0500 |
commit | dd370f0af69470b1e833298a1a7ea0d0254a31a3 (patch) | |
tree | 2ef9f232e21d4e642c164b7be165bfdf389349b6 /src/gallium/drivers/nouveau/nvc0 | |
parent | 41dbc4c44428cc5e36d7ab8b30a2eb5ba89694d0 (diff) |
nv30: remove nv30_context use from nvfx_*prog
This should pave the way to being able to use the compiler without a
context. Also leads to cleaner code.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h index 3fbecdc1391..b6b5bebbad8 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h @@ -14,7 +14,6 @@ #include "draw/draw_vertex.h" #endif -#include "nv50/nv50_debug.h" #include "nvc0/nvc0_winsys.h" #include "nvc0/nvc0_stateobj.h" #include "nvc0/nvc0_screen.h" @@ -24,6 +23,7 @@ #include "nv50/nv50_transfer.h" #include "nouveau_context.h" +#include "nouveau_debug.h" #include "nvc0/nvc0_3ddefs.xml.h" #include "nvc0/nvc0_3d.xml.h" |