dslinux/user/pixil/packages/dvdview/dvdview/oldlibgfx/libvideogfx/arch/x86 .cvsignore CPUcapabilities.hh Makefile.am

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 3 13:25:48 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/packages/dvdview/dvdview/oldlibgfx/libvideogfx/arch/x86
In directory antilope:/tmp/cvs-serv11916/packages/dvdview/dvdview/oldlibgfx/libvideogfx/arch/x86

Added Files:
	.cvsignore CPUcapabilities.hh Makefile.am 
Log Message:
adding pristine copy of pixil to HEAD so I can branch from it

--- NEW FILE: CPUcapabilities.hh ---
/********************************************************************************
  libvideogfx/arch/x86/CPUcapabilities.hh

  purpose:

  notes:

  to do:

  author(s):
   - Dirk Farin, farin at ti.uni-mannheim.de

  modifications:
    09/Nov/1999 - Dirk Farin - First revision
 ********************************************************************************
    Copyright (C) 1999  Dirk Farin

    This program is distributed under GNU Public License (GPL) as
    outlined in the COPYING file that comes with the source distribution.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ********************************************************************************/

#ifndef LIBVIDEOGFX_ARCH_X86_CPUCAPABILITIES_HH
#define LIBVIDEOGFX_ARCH_X86_CPUCAPABILITIES_HH

class CPU_Capabilities
{
public:
  virtual ~CPU_Capabilities() { }

  virtual bool HasMMX()   = 0;
  virtual bool HasKNI()   = 0;
  virtual bool Has3dNow() = 0;
  virtual bool HasMTRR()  = 0;
  virtual bool HasCMOV()  = 0;
  virtual bool HasFPU()   = 0;
};

extern CPU_Capabilities& cpucapabilities;

#endif

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
*.lo
_libs
.libs
.deps
libvideogfx-arch-x86.la

--- NEW FILE: Makefile.am ---
## Makefile.am for libvideogfx/libvideogfx/arch/x86

EXTRA_DIST = \
	CPUcapabilities.hh

INCLUDES = \
	-I$(top_srcdir)

.PHONY: files

files:
	@files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \
	  echo $$p; \
	done




More information about the dslinux-commit mailing list