tangled
alpha
login
or
join now
alice.mosphere.at
/
sdl-gpu
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
sdl-gpu
/
include
/
at
GLES_3
9 files
grimfang4@gmail.com
Reorganized project layout. Moved includes into include/ and source files into src/. Renamed some source files. Updated CMakeLists and Android.mk.
11y ago
748ea7ea
SDL_gpu.h
Added GPU_ReplaceImage() for replacing the underlying texture of the given image. This makes it possible to change an image's size.
11 years ago
SDL_gpu_GLES_1.h
Reorganized project layout. Moved includes into include/ and source files into src/. Renamed some source files. Updated CMakeLists and Android.mk.
11 years ago
SDL_gpu_GLES_2.h
Several changes to enable core profile on GL 3.2 and 3.3, particularly for OS X. New core shaders, SDL_GL attribute requests, and an index buffer object. The indexing seems to have broken GPU_Sector() and primitives which relied on glLineWidth() won't work right for GL 3+. Also had to update GLEW, but even the latest version has not been updated for GL 3.2+. I had to make local changes to the bundled GLEW so that it would work correctly.
11 years ago
SDL_gpu_GLES_3.h
Added GLES 3 renderer for testing.
11 years ago
SDL_gpu_OpenGL_1.h
Several changes to enable core profile on GL 3.2 and 3.3, particularly for OS X. New core shaders, SDL_GL attribute requests, and an index buffer object. The indexing seems to have broken GPU_Sector() and primitives which relied on glLineWidth() won't work right for GL 3+. Also had to update GLEW, but even the latest version has not been updated for GL 3.2+. I had to make local changes to the bundled GLEW so that it would work correctly.
11 years ago
SDL_gpu_OpenGL_1_BASE.h
Reorganized project layout. Moved includes into include/ and source files into src/. Renamed some source files. Updated CMakeLists and Android.mk.
11 years ago
SDL_gpu_OpenGL_2.h
Several changes to enable core profile on GL 3.2 and 3.3, particularly for OS X. New core shaders, SDL_GL attribute requests, and an index buffer object. The indexing seems to have broken GPU_Sector() and primitives which relied on glLineWidth() won't work right for GL 3+. Also had to update GLEW, but even the latest version has not been updated for GL 3.2+. I had to make local changes to the bundled GLEW so that it would work correctly.
11 years ago
SDL_gpu_OpenGL_3.h
Made init update the renderer->shader_version for core GL 3.
11 years ago
SDL_gpu_RendererImpl.h
Added GPU_ReplaceImage() for replacing the underlying texture of the given image. This makes it possible to change an image's size.
11 years ago