• 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
..
SDL_x11clipboard.c Loading commit data...
SDL_x11clipboard.h Loading commit data...
SDL_x11dyn.c Loading commit data...
SDL_x11dyn.h Loading commit data...
SDL_x11events.c Loading commit data...
SDL_x11events.h Loading commit data...
SDL_x11framebuffer.c Loading commit data...
SDL_x11framebuffer.h Loading commit data...
SDL_x11keyboard.c Loading commit data...
SDL_x11keyboard.h Loading commit data...
SDL_x11modes.c Loading commit data...
SDL_x11modes.h Loading commit data...
SDL_x11mouse.c Loading commit data...
SDL_x11mouse.h Loading commit data...
SDL_x11opengl.c Loading commit data...
SDL_x11opengl.h Loading commit data...
SDL_x11opengles.c Loading commit data...
SDL_x11opengles.h Loading commit data...
SDL_x11shape.c Loading commit data...
SDL_x11shape.h Loading commit data...
SDL_x11sym.h Loading commit data...
SDL_x11touch.c Loading commit data...
SDL_x11touch.h Loading commit data...
SDL_x11video.c Loading commit data...
SDL_x11video.h Loading commit data...
SDL_x11window.c Loading commit data...
SDL_x11window.h Loading commit data...
imKStoUCS.c Loading commit data...
imKStoUCS.h Loading commit data...