00001 #include "global.h" 00002 #include "MercuryDisplayEE.h" 00003 #include "MercuryLog.h" 00004 #include "MercuryUtil.h" 00005 #include "MercuryLog.h" 00006 #include "MercuryINI.h" 00007 00008 #include <draw.h> 00009 #include <graph.h> 00010 #include <math3d.h> 00011 #include <dma_registers.h> 00012 00013 MercuryDisplayEE::MercuryDisplayEE() 00014 :MercuryDisplaySoftwareC() 00015 { 00016 } 00017 00018 void MercuryDisplayEE::DrawNoGeometry(const MercuryMesh& mesh, DRAWTYPES drawtype) 00019 { 00020 } 00021 00022 void MercuryDisplayEE::InternalDrawPoly( const InternalPoint * points, int verts, int mode ) 00023 { 00024 } 00025 00026 /* 00027 * Copyright (c) 2005-2006, Joshua Allen, Charles Lohr 00028 * All rights reserved. 00029 * 00030 * Redistribution and use in source and binary forms, with or 00031 * without modification, are permitted provided that the following 00032 * conditions are met: 00033 * - Redistributions of source code must retain the above 00034 * copyright notice, this list of conditions and the following disclaimer. 00035 * - Redistributions in binary form must reproduce the above copyright 00036 * notice, this list of conditions and the following disclaimer in 00037 * the documentation and/or other materials provided with the distribution. 00038 * - Neither the name of the Mercury Engine nor the names of its 00039 * contributors may be used to endorse or promote products derived from 00040 * this software without specific prior written permission. 00041 * 00042 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00043 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00044 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 00045 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 00046 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 00047 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 00048 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 00049 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00050 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 00051 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00052 */