Ryan C. Gordon
|
2755a505a3
evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!).
|
il y a 6 ans |
Sylvain Becker
|
dc263450ff
Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
|
il y a 6 ans |
Sylvain Becker
|
1b24b2eca5
Android/openslES: fix Pause/ResumeDevices when openslES is not used
|
il y a 6 ans |
Sylvain Becker
|
ae41831e0d
Android: minor, remove static attributes, move mIsSurfaceReady to SDLSurface
|
il y a 6 ans |
Sylvain Becker
|
647b1f6a6d
Android/openslES: check for non NULL variable, some intialization.
|
il y a 6 ans |
Sylvain Becker
|
7b1cc441dd
Android/openslES: start playing, after creating ressources
|
il y a 6 ans |
Sylvain Becker
|
955d87894b
Android/openslES: set audio in paused/resumed state for Android event loop
|
il y a 6 ans |
Sylvain Becker
|
59c8c7b684
Android/openslES: move a few static variables to SDL_PrivateAudioData structure
|
il y a 6 ans |
Sylvain Becker
|
5aeeaaab70
Android/openslES: register and use CloseDevice function.
|
il y a 6 ans |
Sylvain Becker
|
365fd9c602
Android/openslES: some space and indentation to match SDL conventions
|
il y a 6 ans |
Sam Lantinga
|
7dc92a7669
Initial Android OpenSL ES implementation, contributed by ANTA
|
il y a 6 ans |
Sam Lantinga
|
fb8cb95fbc
Fixed compiler warning
|
il y a 6 ans |
Sam Lantinga
|
390459d83e
Updated minimum supported Android version to API 16, to match latest NDK toolchain
|
il y a 6 ans |
Sylvain Becker
|
be991f3a78
Fixed bug 4453 - GLES / GLES2: first white renderer clear cmd is drawn as black
|
il y a 6 ans |
Sylvain Becker
|
7b42f03fd9
Android: move and group JNIEnv helper functions
|
il y a 6 ans |
Sylvain Becker
|
7f3478305f
Android: change the way JNIEnv is retrieved
|
il y a 6 ans |
Sylvain Becker
|
dc10d96cde
Android: use the same naming for JNI env local variables
|
il y a 6 ans |
Sylvain Becker
|
3cfd907df7
Android: Audio thread is already setup for the JVM
|
il y a 6 ans |
Sylvain Becker
|
9d82f4e985
Android: use pthread_once for creating thread key 'mThreadKey'
|
il y a 6 ans |
Sylvain Becker
|
9a98e5afe1
Android: don't call Android_JNI_ThreadDestroyed() for Java SDLThread
|
il y a 6 ans |
Sylvain Becker
|
42e18bd0c2
Android: fix bad merge from previous commit
|
il y a 6 ans |
Sylvain Becker
|
b44a7aea8f
Android: fix prototype of Android_JNI_InitTouch
|
il y a 6 ans |
Sylvain Becker
|
7a1d1baefc
Android: add name for Touch devices and simplification, from bug 3958
|
il y a 6 ans |
Sylvain Becker
|
d23c2f07e3
Fixed bug 3930 - Android, set thread priorities and names
|
il y a 6 ans |
Sylvain Becker
|
0e0e0272b8
Android: remove deprecated PixelFormat in surfaceChanged()
|
il y a 6 ans |
Sylvain Becker
|
5c11e5ef92
Android: some simplification, don't need mExitCalledFromJava
|
il y a 6 ans |
Sylvain Becker
|
66fbfe1d00
Android: nativeQuit for SDLActivity thread
|
il y a 6 ans |
Sylvain Becker
|
dad8161103
Android: only send Quit event to SDLThread if it's not already terminated
|
il y a 6 ans |
Sylvain Becker
|
61d37de099
Android: un-needed transition to Pause state.
|
il y a 6 ans |
Sylvain Becker
|
8dd915507e
Android: prevent a dummy error message sending SDL_DISPLAYEVENT_ORIENTATION
|
il y a 6 ans |