forge
login
or
join now
alice.mosphere.at
/
sdl-gpu
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
this repo has no description
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
sdl-gpu
/
src
/
at
appveyor-prep
1 folder
17 files
externals
Updated stb-image to v2.23. Added byte order handling for 4-channel raw surface data. Added more visualization to identify an issue in pixel-perfect-test.
6 years ago
CMakeLists.txt
Trying to better handle version numbers and build artifacts.
6 years ago
SDL_gpu.c
Made padding macros work. Fixed some other warnings to try to speed up the build. BREAKING: GPU_ErrorObject members changed order due to packing.
6 years ago
SDL_gpu_matrix.c
Made padding macros work. Fixed some other warnings to try to speed up the build. BREAKING: GPU_ErrorObject members changed order due to packing.
6 years ago
SDL_gpu_renderer.c
Disable Spectre warning.
6 years ago
SDL_gpu_shapes.c
Disable Spectre warning.
6 years ago
groups.dox
Merge pull request #13 from masonwheeler/master
10 years ago
mainpage.dox
Added more documentation for GPU_Init(). Thanks dhiahassen!
8 years ago
renderer_GLES_1.c
Fixed line endings for many files.
7 years ago
renderer_GLES_2.c
Fixed line endings for many files.
7 years ago
renderer_GLES_3.c
Removed abstract "tier" implementation concept. Instead, we've been migrating to more granular per-functionality defines.
8 years ago
renderer_GL_common.inl
Made padding macros work. Fixed some other warnings to try to speed up the build. BREAKING: GPU_ErrorObject members changed order due to packing.
6 years ago
renderer_OpenGL_1.c
Fixed line endings for many files.
7 years ago
renderer_OpenGL_1_BASE.c
Fixed line endings for many files.
7 years ago
renderer_OpenGL_2.c
Fixed line endings for many files.
7 years ago
renderer_OpenGL_3.c
Fixed line endings for many files.
7 years ago
renderer_OpenGL_4.c
Removed abstract "tier" implementation concept. Instead, we've been migrating to more granular per-functionality defines.
8 years ago
renderer_shapes_GL_common.inl
Reverted changes to implicit state for matrix modifications. Added a separate view matrix stack for all targets. Moved context data's last_target into GPU_Context.
7 years ago