This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Making the API simpler, texture color and alpha modulation are suppor…
…ted by all renderers.
- Loading branch information
Showing
with
20 additions
and 214 deletions.
- +0 −1 include/SDL_video.h
- +0 −20 src/video/SDL_renderer_gl.c
- +0 −20 src/video/SDL_renderer_gles.c
- +3 −3 src/video/SDL_renderer_sw.c
- +0 −2 src/video/SDL_sysvideo.h
- +17 −13 src/video/SDL_video.c
- +0 −23 src/video/directfb/SDL_DirectFB_render.c
- +0 −22 src/video/nds/SDL_ndsrender.c
- +0 −67 src/video/photon/SDL_photon_render.c
- +0 −20 src/video/qnxgf/SDL_gf_render.c
- +0 −23 src/video/windows/SDL_d3drender.c
Oops, something went wrong.