projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
388c455
)
Add #ifdef protection around the file to prevent DRI build breakage.
author
Ian Romanick
<idr@us.ibm.com>
Tue, 30 Mar 2004 00:23:25 +0000
(
00:23
+0000)
committer
Ian Romanick
<idr@us.ibm.com>
Tue, 30 Mar 2004 00:23:25 +0000
(
00:23
+0000)
src/mesa/tnl/t_vtx_x86_gcc.S
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vtx_x86_gcc.S
b/src/mesa/tnl/t_vtx_x86_gcc.S
index dcaca471608237f70afa4db998aaeb619a8461bd..c06fef6c47d49112aab9475581a906e704a5bcbd 100644
(file)
--- a/
src/mesa/tnl/t_vtx_x86_gcc.S
+++ b/
src/mesa/tnl/t_vtx_x86_gcc.S
@@
-30,6
+30,7
@@
USE OR OTHER DEALINGS IN THE SOFTWARE.
* Keith Whitwell <keith@tungstengraphics.com>
*/
+#if defined(USE_X86_ASM) && !defined(HAVE_NONSTANDARD_GLAPIENTRY)
#define GLOBL( x ) \
.globl x; \
@@
-315,3
+316,4
@@
GLOBL( _x86_dispatch_vertexattribfv )
jmp *SUBST(0)(%eax) // 0x0 - tabfv[0][n]
GLOBL( _x86_dispatch_vertexattribfv_end )
+#endif