Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Expanded the iMX6 video driver into a general Vivante video driver th…
…at works across multiple SoCs
- Loading branch information
Showing
with
690 additions
and 747 deletions.
- +2 −2 CMakeLists.txt
- +22 −11 cmake/sdlchecks.cmake
- +40 −20 configure.in
- +2 −1 include/SDL_config.h.cmake
- +2 −1 include/SDL_config.h.in
- +1 −1 src/video/SDL_egl.c
- +2 −2 src/video/SDL_sysvideo.h
- +6 −6 src/video/SDL_video.c
- +0 −205 src/video/mx6/SDL_mx6opengles.c
- +0 −68 src/video/mx6/SDL_mx6opengles.h
- +0 −331 src/video/mx6/SDL_mx6video.c
- +0 −75 src/video/mx6/SDL_mx6video.h
- +47 −0 src/video/vivante/SDL_vivanteopengles.c
- +48 −0 src/video/vivante/SDL_vivanteopengles.h
- +14 −7 src/video/{mx6/SDL_mx6events_c.h → vivante/SDL_vivanteplatform.c}
- +16 −17 src/video/{mx6/SDL_mx6events.c → vivante/SDL_vivanteplatform.h}
- +397 −0 src/video/vivante/SDL_vivantevideo.c
- +91 −0 src/video/vivante/SDL_vivantevideo.h
Oops, something went wrong.