opengles/openglesinterface/group/bld.inf
author Matt Plumtree <matt.plumtree@nokia.com>
Fri, 23 Apr 2010 17:57:02 +0100
branchNewGraphicsArchitecture
changeset 39 a4b63488e0b0
parent 0 5d03bc08d59c
permissions -rw-r--r--
Revise some of the compositor performance improvements to improve correctness. Implement pixel blending using a variation of Jim Blinn's no-division blending algorithm. Move transparency type simplification further up the composition code. Remove some unnecessary fields. Output to YUV implementation needs revision as it is actually converting from YUV (copy of source conversion code).

// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//


PRJ_PLATFORMS
// None


PRJ_EXPORTS
opengles.iby  /epoc32/rom/include/opengles.iby

// exported headers files
../include/gl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/gl.h)
../include/glext.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glext.h)
../include/glplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glplatform.h)
../include/glextplatform.h 				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/glextplatform.h)
../include/openglesuids.hrh 			/epoc32/include/GLES/openglesuids.hrh
../include/egl.h 						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egl.h)
../include/egltypes.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/egltypes.h)
../include/legacy_egl_1_1/egl.h 		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egl.h)
../include/legacy_egl_1_1/egltypes.h 	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES/legacy_egl_1_1/egltypes.h)
../include/GLES2/gl2.h          	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2.h)
../include/GLES2/gl2ext.h       	    SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2ext.h)
../include/GLES2/gl2platform.h          SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2platform.h)
../include/GLES2/gl2extplatform.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(GLES2/gl2extplatform.h)
../include/GLES2/openglesuids.hrh       /epoc32/include/GLES2/openglesuids.hrh

// exported def files
../bwins/openglesu.def      	        /epoc32/include/def/win32/openglesu.def
../eabi/openglesu.def       	        /epoc32/include/def/eabi/openglesu.def

../bwins/opengles11u.def    	        /epoc32/include/def/win32/opengles11u.def
../eabi/opengles11u.def     	        /epoc32/include/def/eabi/opengles11u.def

../bwins/libglesv1_cm11u.def            /epoc32/include/def/win32/libglesv1_cm11u.def
../eabi/libglesv1_cm11u.def             /epoc32/include/def/eabi/libglesv1_cm11u.def

../bwins/libglesv2u.def    	            /epoc32/include/def/win32/libglesv2u.def
../eabi/libglesv2u.def     	            /epoc32/include/def/eabi/libglesv2u.def


PRJ_MMPFILES
gles11v1_implib.mmp
gles11_implib.mmp
gles10_implib.mmp
gles2_implib.mmp


// include test code
#include "../test/bld.inf"