• Sam Lantinga's avatar
    X11 OpenGL ES minor corrections · f7ad18f9
    Sam Lantinga authored
    Scott Percival 2012-01-08 04:21:22 PST
    
    I tested the new build on my two ARM machines, and fixed a few bugs:
    - if SDL_VIDEO_DRIVER_UIKIT, SDL_VIDEO_DRIVER_ANDROID or
    SDL_VIDEO_DRIVER_PANDORA are specified, function pointers are grabbed from the
    compile-linked library instead of through SDL_GL_GetProcAddress. (not sure if
    this is the best way to go about it)
    - removing "/usr/lib/" from all the library names (hey, with multiarch you
    can't be too sure anymore)
    - added glFinish to glesfuncs.h
    - changed the eglGetProcAddress arg type to "const char *" as per the EGL spec
    - filled in the stubs for X11_GLES_SetSwapInterval and X11_GLES_GetSwapInterval
    f7ad18f9
Name
Last commit
Last update
..
atomic Loading commit data...
audio Loading commit data...
core Loading commit data...
cpuinfo Loading commit data...
events Loading commit data...
file Loading commit data...
haptic Loading commit data...
joystick Loading commit data...
libm Loading commit data...
loadso Loading commit data...
main Loading commit data...
power Loading commit data...
render Loading commit data...
stdlib Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
SDL.c Loading commit data...
SDL_assert.c Loading commit data...
SDL_assert_c.h Loading commit data...
SDL_compat.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_hints.c Loading commit data...
SDL_hints_c.h Loading commit data...
SDL_log.c Loading commit data...