Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4401
Line 105... Line 105...
105
    */
105
    */
106
   brw_push_insn_state(p);
106
   brw_push_insn_state(p);
107
   brw_set_mask_control(p, BRW_MASK_DISABLE);
107
   brw_set_mask_control(p, BRW_MASK_DISABLE);
108
   brw_set_compression_control(p, BRW_COMPRESSION_NONE);
108
   brw_set_compression_control(p, BRW_COMPRESSION_NONE);
Line 109... Line 109...
109
 
109
 
110
   if (fp->UsesKill) {
110
   if (fp->UsesKill || c->key.alpha_test_func) {
Line 111... Line 111...
111
      struct brw_reg pixel_mask;
111
      struct brw_reg pixel_mask;
112
 
112
 
113
      if (brw->gen >= 6)
113
      if (brw->gen >= 6)