equal
deleted
inserted
replaced
2684 } // emit_GLSL_TEXM3X3VSPEC |
2684 } // emit_GLSL_TEXM3X3VSPEC |
2685 |
2685 |
2686 static void emit_GLSL_EXPP(Context *ctx) |
2686 static void emit_GLSL_EXPP(Context *ctx) |
2687 { |
2687 { |
2688 // !!! FIXME: msdn's asm docs don't list this opcode, I'll have to check the driver documentation. |
2688 // !!! FIXME: msdn's asm docs don't list this opcode, I'll have to check the driver documentation. |
2689 emit_GLSL_EXPP(ctx); // I guess this is just partial precision EXP? |
2689 emit_GLSL_EXP(ctx); // I guess this is just partial precision EXP? |
2690 } // emit_GLSL_EXPP |
2690 } // emit_GLSL_EXPP |
2691 |
2691 |
2692 static void emit_GLSL_LOGP(Context *ctx) |
2692 static void emit_GLSL_LOGP(Context *ctx) |
2693 { |
2693 { |
2694 // LOGP is just low-precision LOG, but we'll take the higher precision. |
2694 // LOGP is just low-precision LOG, but we'll take the higher precision. |