Sylvain
|
502e9c3b45
SDL_Renderer simplifications:
|
il y a 4 ans |
Sylvain
|
c27e1249e1
Remove SDL_HAVE_RENDER_GEOMETRY define
|
il y a 4 ans |
Sylvain
|
54ca1d190e
SW_RenderGeometry: add a redundant check to clear static analysis (see bug #4600)
|
il y a 4 ans |
Sylvain
|
a8f89a01aa
Change 'size_indice' to 'size_indices'
|
il y a 5 ans |
Sylvain
|
47db47c1cc
Add SDL_HAVE_RENDER_GEOMETRY to compile or not with RenderGeometry support
|
il y a 5 ans |
Sylvain
|
6e47f53869
Fix warnings
|
il y a 5 ans |
Sylvain
|
cd0663e053
Fix declaration-after-statement and remove tabs
|
il y a 5 ans |
Sylvain
|
e481261173
Move to SDL_RenderGeometryRaw prototype with separate xy/uv/color pointer parameters
|
il y a 5 ans |
Sylvain
|
f73c1eff10
Use normalized texture coordinates
|
il y a 5 ans |
Sylvain
|
3ee511d71c
Add software renderer implementation
|
il y a 5 ans |
Sam Lantinga
|
fcfd19db86
Added support for SDL_RENDERER_PRESENTVSYNC to the software renderer
|
il y a 4 ans |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
il y a 5 ans |
Sylvain Becker
|
f9b5f6cc0f
Forward scale mode to SW renderer (Bug 5313)
|
il y a 5 ans |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
il y a 5 ans |
Sam Lantinga
|
b5e3d264f2
Added a single SDL_LEAN_AND_MEAN define to turn on minimal SDL builds
|
il y a 6 ans |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
il y a 6 ans |
Sam Lantinga
|
981e0d367c
Fixed bug 4903 - Lack of color multiply with alpha (SDL_BLENDMODE_MOD + SDL_BLENDMODE_BLEND) blending mode for all renderers
|
il y a 6 ans |
Sam Lantinga
|
5e19e66c73
Fixed bug 4914 - Expose SDL_ScaleMode and add SDL_SetTextureScaleMode/SDL_GetTextureScaleMode
|
il y a 6 ans |
Sam Lantinga
|
5dcac4ccdf
Fixed 4669 - Using the software SDL_Renderer on Android leads to GL errors & black screen when window resizes
|
il y a 6 ans |
Sylvain Becker
|
e96d4760ac
Android: resize with software rendering, reverted again (Bug 4669)
|
il y a 6 ans |
Sylvain Becker
|
12b92260cc
Android: try to fix resize with software rendering (bug 4669)
|
il y a 6 ans |
Sylvain Becker
|
8a20d40d90
Android: revert commit SW_GetOutputSize, again (Bug 4669)
|
il y a 6 ans |
Sylvain Becker
|
98cc7589b1
Android: prevent using SW_GetOutputSize with software renderer (Bug 4669)
|
il y a 6 ans |
Ryan C. Gordon
|
3e9bf28413
software: Fixed compiler warning and dos2unix'd the endlines.
|
il y a 6 ans |
Ryan C. Gordon
|
04fedce0e8
software: Correctly track viewport and cliprect.
|
il y a 6 ans |
Sam Lantinga
|
b2e76d860f
Fixed Windows RT build
|
il y a 7 ans |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
il y a 7 ans |
Sylvain Becker
|
6259a72636
Warnings: fix a documentation warning and missing prototypes
|
il y a 7 ans |
Ryan C. Gordon
|
782f1685ff
Fixed a few compiler warnings.
|
il y a 7 ans |
Ryan C. Gordon
|
9262c0de9b
software: fix blits with color mods that change during a command queue run.
|
il y a 7 ans |