diff options
author | Stephane Marchesin <[email protected]> | 2009-02-02 02:12:46 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2009-02-02 02:12:46 +0100 |
commit | 4035e0f8989754ee7d31212e69d6461f1bbff008 (patch) | |
tree | fa7a95563d9f7795b779651e7841916cd36a5185 /src/gallium/drivers/nv04/nv04_context.c | |
parent | 462f09487efac27173c231b09861b4f5316eb11d (diff) |
nv04: some old changes I had lying around.
Diffstat (limited to 'src/gallium/drivers/nv04/nv04_context.c')
-rw-r--r-- | src/gallium/drivers/nv04/nv04_context.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv04/nv04_context.c b/src/gallium/drivers/nv04/nv04_context.c index 9f75253363f..7e4ee004b0e 100644 --- a/src/gallium/drivers/nv04/nv04_context.c +++ b/src/gallium/drivers/nv04/nv04_context.c @@ -35,8 +35,9 @@ nv04_set_edgeflags(struct pipe_context *pipe, const unsigned *bitfield) static boolean nv04_init_hwctx(struct nv04_context *nv04) { - BEGIN_RING(fahrenheit, NV04_DX5_TEXTURED_TRIANGLE_NOTIFY, 1); - OUT_RING(0); + // requires a valid handle +// BEGIN_RING(fahrenheit, NV04_DX5_TEXTURED_TRIANGLE_NOTIFY, 1); +// OUT_RING(0); BEGIN_RING(fahrenheit, NV04_DX5_TEXTURED_TRIANGLE_NOP, 1); OUT_RING(0); |