mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-08 23:51:27 +00:00
removed pandora support
This commit is contained in:
parent
d8864ea11d
commit
63243eb3a5
14 changed files with 0 additions and 1244 deletions
|
|
@ -35,18 +35,6 @@
|
|||
#define RENDERER_CONTEXT_MAJOR 1
|
||||
#define RENDERER_CONTEXT_MINOR 1
|
||||
|
||||
#if defined(SDL_VIDEO_DRIVER_PANDORA)
|
||||
|
||||
/* Empty function stub to get OpenGL ES 1.x support without */
|
||||
/* OpenGL ES extension GL_OES_draw_texture supported */
|
||||
GL_API void GL_APIENTRY
|
||||
glDrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
#endif /* SDL_VIDEO_DRIVER_PANDORA */
|
||||
|
||||
/* OpenGL ES 1.1 renderer implementation, based on the OpenGL renderer */
|
||||
|
||||
/* Used to re-create the window with OpenGL ES capability */
|
||||
|
|
@ -154,8 +142,6 @@ static int GLES_LoadFunctions(GLES_RenderData * data)
|
|||
#define __SDL_NOGETPROCADDR__
|
||||
#elif SDL_VIDEO_DRIVER_ANDROID
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#elif SDL_VIDEO_DRIVER_PANDORA
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#endif
|
||||
|
||||
#ifdef __SDL_NOGETPROCADDR__
|
||||
|
|
|
|||
|
|
@ -249,8 +249,6 @@ static int GLES2_LoadFunctions(GLES2_RenderData * data)
|
|||
#define __SDL_NOGETPROCADDR__
|
||||
#elif SDL_VIDEO_DRIVER_ANDROID
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#elif SDL_VIDEO_DRIVER_PANDORA
|
||||
#define __SDL_NOGETPROCADDR__
|
||||
#endif
|
||||
|
||||
#if defined __SDL_NOGETPROCADDR__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue