Mesa (gallium-double-opcodes): gallium: add DFRACEXP opcode

Michał Król michal at kemper.freedesktop.org
Wed Jan 20 12:24:08 UTC 2010


Module: Mesa
Branch: gallium-double-opcodes
Commit: 15681c5f83181574b8853e2c96a695d3b4a1843d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15681c5f83181574b8853e2c96a695d3b4a1843d

Author: Igor Oliveira <igor.oliveira at openbossa.org>
Date:   Tue Jan 19 19:20:53 2010 -0400

gallium: add DFRACEXP opcode

---

 src/gallium/include/pipe/p_shader_tokens.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 9ab18c4..e0c191c 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -336,7 +336,8 @@ struct tgsi_property_data {
 #define TGSI_OPCODE_DMAD                159
 #define TGSI_OPCODE_DFRAC               160
 #define TGSI_OPCODE_DLDEXP              161
-#define TGSI_OPCODE_LAST                162
+#define TGSI_OPCODE_DFRACEXP            162
+#define TGSI_OPCODE_LAST                163
 
 #define TGSI_SAT_NONE            0  /* do not saturate */
 #define TGSI_SAT_ZERO_ONE        1  /* clamp to [0,1] */




More information about the mesa-commit mailing list