draw llvm: disable debugging output
This commit is contained in:
@@ -264,8 +264,10 @@ static void llvm_middle_end_linear_run( struct draw_pt_middle_end *middle,
|
||||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
debug_printf("#### Pipeline = %p (data = %p)\n",
|
||||
pipeline_verts, pipeline_verts->data);
|
||||
#endif
|
||||
fpme->current_variant->jit_func( &fpme->llvm->jit_context,
|
||||
pipeline_verts,
|
||||
(const char **)draw->pt.user.vbuffer,
|
||||
|
||||
@@ -108,8 +108,10 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
|
||||
for (j = 0; j < count; j++) {
|
||||
float *position = out->data[pos];
|
||||
|
||||
#if 0
|
||||
debug_printf("%d) io = %p, data = %p = [%f, %f, %f, %f]\n",
|
||||
j, out, position, position[0], position[1], position[2], position[3]);
|
||||
#endif
|
||||
|
||||
out->clip[0] = position[0];
|
||||
out->clip[1] = position[1];
|
||||
|
||||
Reference in New Issue
Block a user