|
ab35503195
|
ogl: don't force depth+stencil for default framebuffer
|
2013-10-29 19:20:40 +01:00 |
|
|
08b27bb3b8
|
In the EGL backend context interface, don't call eglMakeCurrent. This was only done to pull in some information to the info log. This is necessary since eglMakeCurrent binds the context to the current thread and we need to destroy the context and reinitialize it when jumping to a new thread. We already call MakeCurrent in Video_Prepare which is done in the new thread.
|
2013-08-16 23:41:45 +00:00 |
|
|
9edfb5c710
|
[Android] Disable OpenGL ES 3 EGL bit. This is due to drivers complaining(Which they should do) when they don't support GLES3. Qualcomm drivers don't care about it being ES2 or ES3 bit anyway. Intel drivers are untested in this code path, but GLES3 is untested entirely in desktop anyway.
|
2013-06-26 08:19:01 -05:00 |
|
|
09def3ed3f
|
[Android] Add in a compiling option for GLES3
|
2013-05-05 23:37:01 -05:00 |
|
|
f28efc24eb
|
Have our EGL interface use our logging functions.
|
2013-04-23 14:27:49 -05:00 |
|
|
7034c79ab9
|
Big commit. Fix running the APK, I had missed a view in the manifest. Clean up the Android EGL context creation to fit more in line with how Dolphin works. This breaks input at the moment as well. Change the memarena from 768MB to 64MB to allow 1GB phones to potentially run it. Rename EGL_X11 back to EGL since this merge brings in some of soreau's changes to more easily allow different platforms like Wayland and Android. Not quite all of the code because some needs to be cleaned up still.
|
2013-03-24 21:06:34 -05:00 |
|
|
717b976875
|
ARM Support without GLSL
|
2013-02-26 13:49:00 -06:00 |
|
|
10418d449f
|
Removed the need for this temporary variable.
|
2013-01-24 10:53:37 -06:00 |
|
|
52ead25534
|
Cleans up EGL. Removes printf output with INFO_LOG and ERROR_LOG
|
2013-01-24 10:39:38 -06:00 |
|
|
73eb98ed8e
|
Move swap control to the host specific GLInterface files.
|
2013-01-24 10:31:08 -06:00 |
|
|
5169804a61
|
Remove duplicated X11 code.
|
2012-12-26 12:12:26 -06:00 |
|
|
9a58f9a3bb
|
Rename another function...
|
2012-12-26 00:34:09 -06:00 |
|
|
f4e7a280a9
|
Remove cg.lib from some files for Windows and renaming a function.
|
2012-12-26 00:07:43 -06:00 |
|
|
01953ff64a
|
Rename the interface files and hopefully fix OSX building.
|
2012-12-25 19:08:24 -06:00 |
|