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
master
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
Added null check for SetActiveTarget.
3 years ago
SDL_gpu.c
add GPU_CopyImageFromSurfaceRect
5 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
Remove errorneous `const` from src/renderer_GL_common.inl
2 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
Updated circle angle coefficient and added a check to fix issues with small radius circles not having enough segments to complete the shape. Thanks GiovanniCmpaner for the report!
4 years ago