author | Gabriel Jacobo <gabomdq@gmail.com> |
Wed, 09 Oct 2013 10:29:01 -0300 | |
changeset 7793 | 6463a850229d |
parent 7222 | 2435b221d77d |
permissions | -rw-r--r-- |
7222
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
1 |
SDL 2.0 with open pandora console support ( http://openpandora.org/ ) |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
2 |
===================================================================== |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
3 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
4 |
- A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
5 |
support to work on the pandora under the framebuffer. This driver do not have |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
6 |
input support for now, so if you use it you will have to add your own control code. |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
7 |
The video driver name is "pandora" so if you have problem running it from |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
8 |
the framebuffer, try to set the following variable before starting your application : |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
9 |
"export SDL_VIDEODRIVER=pandora" |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
10 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
11 |
- OpenGL ES support was added to the x11 driver, so it's working like the normal |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
12 |
x11 driver one with OpenGLX support, with SDL input event's etc.. |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
13 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
14 |
|
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
15 |
David Carré (Cpasjuste) |
2435b221d77d
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
Sam Lantinga <slouken@libsdl.org>
parents:
6987
diff
changeset
|
16 |
cpasjuste@gmail.com |