SDL/src
Sam Lantinga cff9eac637 Fixed bug 2579 - SDL fails to compile on Windows when only EGL+OpenGL ES defined
callow.mark

Compiling with SDL_VIDEO_RENDER_OGL=0, SDL_VIDEO_OPENGL=0, SDL_VIDEO_OPENGL_WGL=0, SDL_VIDEO_RENDER_OGL_ES2=1, SDL_VIDEO_OPENGL_ES2=1 and SDL_VIDEO_OPENGL_EGL=1 set in SDL_config_windows.h fails.

A patch is attached. See bug #2570 for reasons you might want to compile this way.
2014-06-22 09:48:46 -07:00
..
atomic Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
audio Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
core Merged changes from Alexey Petruchik to support Android obb files 2014-06-21 20:35:36 -07:00
cpuinfo Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
dynapi Added SDL_sqrtf(), SDL_tan(), SDL_tanf() 2014-06-07 18:20:01 -07:00
events Removed SDL_SYS_JoystickNeedsPolling(). 2014-06-14 23:31:23 -04:00
file The NaCL mount/unmount functions need to be in SDL_system.h and specific to NaCL 2014-06-08 12:05:17 -07:00
filesystem Ooops, code that resists erasure, I've seen that in a movie. 2014-06-20 11:01:05 -03:00
haptic Fixed bug 2562 - SDL_hapticlist/_tail not set correctly 2014-06-21 20:40:00 -07:00
joystick You shouldn't get axis and hat events when your application doesn't have focus (unless you use the SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint) 2014-06-21 21:30:49 -07:00
libm Fixed building on command line Mac OS X 2014-06-07 20:43:12 -07:00
loadso Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
main Fix another NaCl warning 2014-06-20 11:50:31 -03:00
power Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
render 565 textures have higher priority than 555 textures 2014-06-22 09:42:43 -07:00
stdlib Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf 2014-06-21 11:52:53 -07:00
test Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
thread Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
timer Fix compiler warnings in Native Client and Linux builds. 2014-06-20 11:10:16 -03:00
video Fixed bug 2579 - SDL fails to compile on Windows when only EGL+OpenGL ES defined 2014-06-22 09:48:46 -07:00
SDL.c Added NaCl to SDL_GetPlatform() 2014-06-21 11:48:12 -07:00
SDL_assert.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_assert_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_error.c Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
SDL_error_c.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_hints.c Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_internal.h Added a README file regarding WinRT support 2014-04-09 21:29:19 -04:00
SDL_log.c Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00