Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678
  1. !!ARBfp1.0
  2. TEMP R0;
  3. TEMP R1;
  4. SGE R0, fragment.color, fragment.color.yzxw;
  5. SGE R1, fragment.color, fragment.color.zxyw;
  6. MUL R0, R0, R1;
  7. MUL result.color, R0, fragment.color;
  8. END