~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/glbook/README.linux

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OpenGL ES 2.0 Programming Guide - Example code for Linux/X11 environment
 
2
 
 
3
Adaptation code for Linux/X11 environment for the examples of the book
 
4
OpenGL ES 2.0 Programming Guide written by Jarkko Vatjus-Anttila. All
 
5
original example code has remained unmodified. Adaptation changes are
 
6
in esUtil.c|h files, which encapsulates all X11 specific internals from
 
7
the application layer.
 
8
 
 
9
Prerequisites for building the source is a valid GCC toolchain (4.5.2
 
10
4.6.1 are tested) and properly setup X11 & GLESv2 & EGL environment.
 
11
Mesa project offers such setup, and version 7.11 has been tested with
 
12
software rendering. Also native GLESv2 renderer has been tested using
 
13
NVidia Tegra2 setup. More details about the tested environments are
 
14
below:
 
15
 
 
16
The code has been tested with three configurations
 
17
- ATI Radeon HD 3200 graphics with Mesa 7.11-0ubuntu3, Ubuntu 11.10
 
18
- NVidia Quadro FX 2800M/PCI/SSE2 with Mesa 7.11-0ubuntu3, Ubuntu 11.10
 
19
- NVidia Tegra 2, native EGL/GLESv2 drivers, Ubuntu 10.10
 
20
 
 
21
Native GLESv2 on Tegra2 renders all the test cases correctly. However,
 
22
Mesa 7.11 has problems with the Chapter 13 particle test, which at least
 
23
with the mentioned test setups create only a black screen.
 
24
 
 
25
Compiling the examples should be as easy as running "make" in the root
 
26
linux directory.
 
27
 
 
28
31st Oct 2011 - Jarkko Vatjus-Anttila <jvatjusanttila@gmail.com>
 
29
 
 
30
Website: http://code.google.com/p/opengles-book-samples/
 
31
License: MIT
 
32