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 151... Line 151...
151
    */
151
    */
152
   unsigned max_index
152
   unsigned max_index
153
      = _mesa_compute_max_transform_feedback_vertices(xfb_obj,
153
      = _mesa_compute_max_transform_feedback_vertices(xfb_obj,
154
                                                      linked_xfb_info);
154
                                                      linked_xfb_info);
Line -... Line 155...
-
 
155
 
-
 
156
   /* 3DSTATE_GS_SVB_INDEX is non-pipelined. */
-
 
157
   intel_emit_post_sync_nonzero_flush(brw);
155
 
158
 
156
   /* Initialize the SVBI 0 register to zero and set the maximum index. */
159
   /* Initialize the SVBI 0 register to zero and set the maximum index. */
157
   BEGIN_BATCH(4);
160
   BEGIN_BATCH(4);
158
   OUT_BATCH(_3DSTATE_GS_SVB_INDEX << 16 | (4 - 2));
161
   OUT_BATCH(_3DSTATE_GS_SVB_INDEX << 16 | (4 - 2));
159
   OUT_BATCH(0); /* SVBI 0 */
162
   OUT_BATCH(0); /* SVBI 0 */