Keith Whitwell | 0a79baf | 2002-04-09 14:58:03 +0000 | [diff] [blame] | 1 | /* $Id: x86.h,v 1.5 2002/04/09 14:58:03 keithw Exp $ */ |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 2 | |
| 3 | /* |
| 4 | * Mesa 3-D graphics library |
Gareth Hughes | fc2427e | 2000-10-23 00:16:28 +0000 | [diff] [blame] | 5 | * Version: 3.5 |
| 6 | * |
Gareth Hughes | 0a59ca6 | 2001-03-28 20:44:43 +0000 | [diff] [blame] | 7 | * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. |
Gareth Hughes | fc2427e | 2000-10-23 00:16:28 +0000 | [diff] [blame] | 8 | * |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 9 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 10 | * copy of this software and associated documentation files (the "Software"), |
| 11 | * to deal in the Software without restriction, including without limitation |
| 12 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 13 | * and/or sell copies of the Software, and to permit persons to whom the |
| 14 | * Software is furnished to do so, subject to the following conditions: |
Gareth Hughes | fc2427e | 2000-10-23 00:16:28 +0000 | [diff] [blame] | 15 | * |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 16 | * The above copyright notice and this permission notice shall be included |
| 17 | * in all copies or substantial portions of the Software. |
Gareth Hughes | fc2427e | 2000-10-23 00:16:28 +0000 | [diff] [blame] | 18 | * |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 19 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 20 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 21 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 22 | * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN |
| 23 | * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 24 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 25 | */ |
| 26 | |
| 27 | /* |
| 28 | * Intel x86 assembly code by Josh Vanderhoof |
| 29 | */ |
| 30 | |
Gareth Hughes | fc2427e | 2000-10-23 00:16:28 +0000 | [diff] [blame] | 31 | #ifndef __X86_H__ |
| 32 | #define __X86_H__ |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 33 | |
Brian Paul | 0883634 | 2001-03-03 20:33:27 +0000 | [diff] [blame] | 34 | extern void _mesa_init_x86_transform_asm( void ); |
jtg | afb833d | 1999-08-19 00:55:39 +0000 | [diff] [blame] | 35 | |
| 36 | #endif |