author | Mike Kinghan <mikek@symbian.org> |
Wed, 04 Aug 2010 10:56:22 +0100 | |
branch | GCC_SURGE |
changeset 93 | 07b904f40417 |
parent 67 | 57a5a30dc911 |
permissions | -rw-r--r-- |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
1 |
/******************************************************************************* |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
2 |
* Copyright (c) 2009 Accenture |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
3 |
* All rights reserved. This program and the accompanying materials |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
5 |
* which accompanies this distribution, and is available at |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
6 |
* http://www.eclipse.org/legal/epl-v10.html |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
7 |
* |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
8 |
* Contributors: |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
9 |
* Accenture - Johnathan White |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
10 |
|
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
11 |
*******************************************************************************/ |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
12 |
|
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
13 |
PRJ_PLATFORMS |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
14 |
ARMV5 |
67
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
15 |
WINSCW |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
16 |
|
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
17 |
PRJ_EXPORTS |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
18 |
grid.iby \epoc32\rom\include\grid.iby |
67
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
19 |
yuv.iby \epoc32\rom\include\yuv.iby |
46
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
20 |
|
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
21 |
PRJ_MMPFILES |
b6935a90ca64
Modify framebuffer and NGA framebuffer to read screen size from board model dtb file. Optimise memory usuage of frame buffer
johnathan.white@2718R8BGH51.accenture.com
parents:
diff
changeset
|
22 |
grid |
67
57a5a30dc911
Add a yuv based test program for YUV surface support testing.
Faisal Memon <faisal.memon@nokia.com>
parents:
46
diff
changeset
|
23 |
yuv |