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 207... Line 207...
207
 
207
 
208
   /* Validate state. */
208
   /* Validate state. */
209
   if (st->dirty.st || ctx->NewDriverState) {
209
   if (st->dirty.st || ctx->NewDriverState) {
Line 210... Line -...
210
      st_validate_state(st);
-
 
211
 
-
 
212
      if (st->vertex_array_out_of_memory)
-
 
213
         return;
210
      st_validate_state(st);
214
 
211
 
215
#if 0
212
#if 0
216
      if (MESA_VERBOSE & VERBOSE_GLSL) {
213
      if (MESA_VERBOSE & VERBOSE_GLSL) {
217
         check_uniforms(ctx);
214
         check_uniforms(ctx);
218
      }
215
      }
219
#else
216
#else
220
      (void) check_uniforms;
217
      (void) check_uniforms;
Line -... Line 218...
-
 
218
#endif
-
 
219
   }
-
 
220
 
-
 
221
   if (st->vertex_array_out_of_memory) {
221
#endif
222
      return;
222
   }
223
   }
223
 
224
 
224
   util_draw_init_info(&info);
225
   util_draw_init_info(&info);
225
   if (ib) {
226
   if (ib) {