Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Ashton
mesa
Commits
a214ac15
Commit
a214ac15
authored
Aug 16, 2005
by
Alan Hourihane
Browse files
fix debug output x86-64
parent
179e1951
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesa/drivers/dri/i915/intel_tris.c
View file @
a214ac15
...
...
@@ -63,9 +63,9 @@ do { \
#else
#define COPY_DWORDS( j, vb, vertsize, v ) \
do { \
if (
1
) fprintf(stderr, "\n"); \
if (
0
) fprintf(stderr, "\n"); \
for ( j = 0 ; j < vertsize ; j++ ) { \
if (
1
) fprintf(stderr, " -- v(%d): %x/%f\n",j, \
if (
0
) fprintf(stderr, " -- v(%d): %x/%f\n",j, \
((GLuint *)v)[j], \
((GLfloat *)v)[j]); \
vb[j] = ((GLuint *)v)[j]; \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment