graphics_info/graphicsdocs/sfwikiartwork/guidelines.txt
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 05 Nov 2010 17:31:20 +0000
branchbug235_bringup_0
changeset 215 097e92a68d68
parent 114 a3a44bc20117
permissions -rw-r--r--
Added GLES 1.x spinning cube-rendering code to eglbringuptest The coordinate, color and index data are uploaded to server-side buffers by the CGLES1Cube::KhrSetup function. CGLES1Cube::KhrPaint just sets the view matrix and issues a draw command. Which demo to display can be selected by passing its name on the command line, e.g. eglbringuptest vgline eglbringuptest gles1cube If no name is provided, the application defaults to vgline.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
114
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     1
/*
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     3
* All rights reserved.
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     8
*
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
     9
* Initial Contributors:
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    11
*
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    12
* Contributors:
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    13
*
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    14
* Description: 
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    15
* Guidelines for artwork content for the Symbian Foundation Wiki Pages
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    16
*/
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    17
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    18
In order to update the Symbian Foundation Graphics Wiki pages in an
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    19
open and collaborative way, the artwork used must be available under
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    20
the EPL license, and must be created using Open Source tools.
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    21
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    22
This allows other people to re-use our artwork, and allows it to be
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    23
maintained by the community.
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    24
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    25
The SVG artwork has been created using the Inkscape tool.
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    26
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    27
Please put a pointer on your wiki page to the source files for your
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    28
artwork, so the association between this repository and the wiki is
a3a44bc20117 Add wiki artwork for the graphics wiki
Faisal Memon <faisal.memon@nokia.com>
parents:
diff changeset
    29
understood.