Ignore:
Timestamp:
May 23, 2000, 10:41:28 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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:24 jeroen Exp $ */
     1/* $Id: common_x86.c,v 1.3 2000-05-23 20:40:25 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    3333 */
    3434
    35 #include <stdlib.h>
    36 #include <stdio.h>
     35#include "glheader.h"
    3736#include "common_x86asm.h"
    3837
    3938#ifdef __WIN32OS2__
    40 #include <os2win.h>
    4139#include <cpuhlp.h>
    4240#else
     
    5957   if(CPUFeatures & CPUID_FPU_PRESENT)
    6058     {
    61        dprintf(("OPENGL32: Initializing Assembly Transforms"));
    6259       gl_init_x86_asm_transforms();
    6360     }
     
    6663   if(CPUFeatures /*& CPUID_3DNOW*/)
    6764     {
    68        dprintf(("OPENGL32: Initializing 3DNow! Transforms"));
    6965       gl_init_3dnow_asm_transforms();
    7066     }
Note: See TracChangeset for help on using the changeset viewer.