diff options
author | Christoph Bumiller <[email protected]> | 2010-08-15 21:37:50 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-08-15 21:40:00 +0200 |
commit | 4de293bb9acd1ecda683f735af32f7485a0f213e (patch) | |
tree | efa03988c937976f5c712c6688b86ac89eeadbd0 /src/gallium/drivers/nv50/nv50_pc_print.c | |
parent | 34e0db4c509fd669a7713c63848a98d89463ce1a (diff) |
nv50: loops part 2
At least the mesa demo glsl/mandelbrot should work now.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_pc_print.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_pc_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc_print.c b/src/gallium/drivers/nv50/nv50_pc_print.c index c812dbd066b..a4f567bde49 100644 --- a/src/gallium/drivers/nv50/nv50_pc_print.c +++ b/src/gallium/drivers/nv50/nv50_pc_print.c @@ -59,7 +59,7 @@ static const char *nv_opcode_names[NV_OP_COUNT + 1] = { "shl", "shr", "rcp", - "(undefined)", + "undef", "rsqrt", "lg2", "sin", |