Changeset 3598 for trunk/src/opengl/mesa/common_x86.c
- Timestamp:
- May 23, 2000, 10:41:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/common_x86.c
r2962 r3598 1 /* $Id: common_x86.c,v 1. 2 2000-03-01 18:49:24jeroen Exp $ */1 /* $Id: common_x86.c,v 1.3 2000-05-23 20:40:25 jeroen Exp $ */ 2 2 3 3 /* 4 4 * Mesa 3-D graphics library 5 * Version: 3. 15 * Version: 3.3 6 6 * 7 7 * Copyright (C) 1999 Brian Paul All Rights Reserved. … … 33 33 */ 34 34 35 #include <stdlib.h> 36 #include <stdio.h> 35 #include "glheader.h" 37 36 #include "common_x86asm.h" 38 37 39 38 #ifdef __WIN32OS2__ 40 #include <os2win.h>41 39 #include <cpuhlp.h> 42 40 #else … … 59 57 if(CPUFeatures & CPUID_FPU_PRESENT) 60 58 { 61 dprintf(("OPENGL32: Initializing Assembly Transforms"));62 59 gl_init_x86_asm_transforms(); 63 60 } … … 66 63 if(CPUFeatures /*& CPUID_3DNOW*/) 67 64 { 68 dprintf(("OPENGL32: Initializing 3DNow! Transforms"));69 65 gl_init_3dnow_asm_transforms(); 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.