diff options
author | Brian <[email protected]> | 2007-01-08 15:58:14 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-08 15:58:14 -0700 |
commit | 42153d7858686cfd88e919c0889a56d3a13a603e (patch) | |
tree | 3fe760df42a2f1eb963866b6bbb86dc98525fd37 /src/mesa/shader/slang/slang_ir.h | |
parent | 483ca39bca3c4a125e725e4711abde3f86a84b9e (diff) |
Implement projective texture sampling, 3D textures. Disable some debug output.
Diffstat (limited to 'src/mesa/shader/slang/slang_ir.h')
-rw-r--r-- | src/mesa/shader/slang/slang_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/shader/slang/slang_ir.h b/src/mesa/shader/slang/slang_ir.h index 0613121b989..273964a8f06 100644 --- a/src/mesa/shader/slang/slang_ir.h +++ b/src/mesa/shader/slang/slang_ir.h @@ -81,6 +81,7 @@ typedef enum IR_VAR_DECL,/* var declaration */ IR_TEX, /* texture lookup */ IR_TEXB, /* texture lookup with LOD bias */ + IR_TEXP, /* texture lookup with projection */ IR_FLOAT, IR_FIELD, IR_I_TO_F |