merge intel x86 patches into gingerbread branch
This commit is contained in:
@@ -253,4 +253,4 @@ float SC_turbulencef3(float x, float y, float z, float octaves)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,4 +181,3 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv *
|
||||
{
|
||||
background = 1.0f - background;
|
||||
}
|
||||
|
||||
|
||||
@@ -97,10 +97,11 @@ final class NativeDaemonConnector implements Runnable {
|
||||
LocalSocketAddress.Namespace.RESERVED);
|
||||
|
||||
socket.connect(address);
|
||||
|
||||
mOutputStream = socket.getOutputStream();
|
||||
mCallbacks.onDaemonConnected();
|
||||
|
||||
InputStream inputStream = socket.getInputStream();
|
||||
mOutputStream = socket.getOutputStream();
|
||||
|
||||
byte[] buffer = new byte[BUFFER_SIZE];
|
||||
int start = 0;
|
||||
|
||||
Reference in New Issue
Block a user