Sylvain
|
502e9c3b45
SDL_Renderer simplifications:
|
4 years ago |
Sylvain
|
70b10c753d
Use correct indices when using RenderGeometry / FillRects
|
4 years ago |
Sylvain
|
16beed9aeb
Less code since color is constant when done with triangles
|
4 years ago |
Sylvain
|
37c39d5cb4
Use geometry to implement FillRects
|
4 years ago |
Sylvain
|
76f9fb96d9
Use RenderGeometry to implement RenderCopy and RenderCopyEx at higher level
|
4 years ago |
Sylvain
|
77acd44f28
DirectFB: fixed creation of palette textures
|
4 years ago |
Ryan C. Gordon
|
857cc7c0c9
render: constified some local variables in SDL_AllocateRenderVertices.
|
4 years ago |
Misa
|
4a9947336c
`SDL_RenderSetVSync()`: Restrict `vsync` to 0 or 1
|
4 years ago |
Misa
|
4549769d7d
Add `SDL_RenderSetVSync()`
|
5 years ago |
Ryan C. Gordon
|
d49d955d73
render: SDL_RenderGeometry should still render when hidden, in most cases.
|
4 years ago |
Sylvain
|
be6bee0b5a
SW_RenderGeometry: add a redundant check to clear static analysis (see bug #4600)
|
4 years ago |
Sylvain
|
b17aa5d080
SW_RenderGeometry: remove a few static analysis false positives (see bug #4600)
|
4 years ago |
Ozkan Sezer
|
8270172e74
fix -Wshorten-64-to-32 warnings in android builds.
|
4 years ago |
Sylvain
|
1670104ad8
Change 'size_indice' to 'size_indices'
|
4 years ago |
Sylvain
|
a8f89a01aa
Change 'size_indice' to 'size_indices'
|
4 years ago |
Sylvain
|
47db47c1cc
Add SDL_HAVE_RENDER_GEOMETRY to compile or not with RenderGeometry support
|
5 years ago |
Sylvain
|
6e47f53869
Fix warnings
|
5 years ago |
Sylvain
|
4ba3763897
Save and restore SDL renderer state after transforming triangles to rect
|
5 years ago |
Sylvain
|
cd0663e053
Fix declaration-after-statement and remove tabs
|
5 years ago |
Sylvain
|
61d9e9164f
For the software renderer, try to reinterpret triangles as SDL_Rect
|
5 years ago |
Sylvain
|
cc37c38e30
Add SDL_RenderGeometry based on SDL_RenderGeometryRaw
|
5 years ago |
Sylvain
|
e481261173
Move to SDL_RenderGeometryRaw prototype with separate xy/uv/color pointer parameters
|
5 years ago |
Sylvain
|
f73c1eff10
Use normalized texture coordinates
|
5 years ago |
Sylvain
|
6e26d320c6
Add sysrender interface
|
5 years ago |
Sam Lantinga
|
f5794f9eeb
Added SDL_SetTextureUserData() and SDL_GetTextureUserData() to associate a user-specified pointer with an SDL texture
|
4 years ago |
Sam Lantinga
|
fcfd19db86
Added support for SDL_RENDERER_PRESENTVSYNC to the software renderer
|
4 years ago |
David Gow
|
4077f7a2d9
Update the Renderer dpi_scale on SIZE_CHANGED event (fix #4580)
|
4 years ago |
David Gow
|
8f06a629aa
render: Fix -Wmaybe-uninitialized warning in RenderDrawLinesWithRects{,F}
|
4 years ago |
Ivan Epifanov
|
dd2a285825
Remove leftovers
|
4 years ago |
Sylvain
|
e87c7940f5
Fixed bug 3829 - Don't FOURCC format for target textures
|
5 years ago |