projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf0d91a
)
Fix build on ia64.
author
Adam Jackson
<ajax@redhat.com>
Fri, 15 Feb 2008 19:56:32 +0000
(14:56 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Fri, 15 Feb 2008 19:56:32 +0000
(14:56 -0500)
src/mesa/drivers/dri/intel/intel_tex.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_tex.c
b/src/mesa/drivers/dri/intel/intel_tex.c
index
f016b6b
..
c110df4
100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_tex.c
+++ b/
src/mesa/drivers/dri/intel/intel_tex.c
@@
-100,7
+100,7
@@
do_memcpy(void *dest, const void *src, size_t n)
}
-#if DO_DEBUG
+#if DO_DEBUG
&& !defined(__ia64__)
#ifndef __x86_64__
static unsigned
@@
-232,7
+232,7
@@
intelInitTextureFuncs(struct dd_function_table *functions)
functions->UpdateTexturePalette = 0;
functions->IsTextureResident = intelIsTextureResident;
-#if DO_DEBUG
+#if DO_DEBUG
&& !defined(__ia64__)
if (INTEL_DEBUG & DEBUG_BUFMGR)
functions->TextureMemCpy = timed_memcpy;
else