Sam Lantinga
|
03bb2c17ed
Enable texture wrapping for SDL_RenderGeometry()
|
1 year ago |
Sam Lantinga
|
68322ac851
Ensure that all functions that follow the SDL_GetStringRule return temporary memory
|
1 year ago |
Sam Lantinga
|
761e86e25e
Initialize output parameters to reasonable defaults in case of error
|
1 year ago |
Sam Lantinga
|
5f5e91eab6
Reverted 3d2e5a0b66eca4ade34f2a4fa81c8f4d8d33dac3
|
1 year ago |
Sam Lantinga
|
3d2e5a0b66
Fixed a few remaining functions to directly return their values instead of an error code.
|
1 year ago |
Sam Lantinga
|
7c0307060d
Textures with alpha format default to SDL_BLENDMODE_BLEND
|
1 year ago |
Sam Lantinga
|
df573391b1
Added SDL_BLENDMODE_BLEND_PREMULTIPLIED and SDL_BLENDMODE_ADD_PREMULTIPLIED
|
1 year ago |
Sam Lantinga
|
9379e2eb8d
Don't force vsync on for the software renderer
|
1 year ago |
Sam Lantinga
|
44f06b216a
Fixed refresh interval calculation
|
1 year ago |
Sam Lantinga
|
730d5cf2f8
Added fractional representation of refresh rate to SDL_DisplayMode
|
1 year ago |
Sam Lantinga
|
5bf6bc4d7d
Renamed SDL_Get/SetProperty() to SDL_Get/SetPointerProperty()
|
1 year ago |
Sam Lantinga
|
2ba76dbe80
Simplified SDL_Surface
|
1 year ago |
Sam Lantinga
|
065ec2d518
Actually return an error when the surface is invalid
|
1 year ago |
Sam Lantinga
|
c057849035
Return the correct error from SDL_CreateSoftwareRenderer() when the surface is NULL
|
1 year ago |
Ryan C. Gordon
|
f9a06c20ed
Revert "render: Set renderer->window to NULL in SDL_DestroyRendererWithoutFreeing."
|
1 year ago |
Ryan C. Gordon
|
9f8dffbd2d
render: Set renderer->window to NULL in SDL_DestroyRendererWithoutFreeing.
|
1 year ago |
Sam Lantinga
|
473257cce6
Added SDL_GetRenderLogicalPresentationRect()
|
1 year ago |
Sam Lantinga
|
6f199eabb8
Removed SDL_RenderGeometryRawFloat()
|
1 year ago |
Sam Lantinga
|
ab3c8552c2
Clean up renderers at shutdown
|
1 year ago |
Frank Praznik
|
2f276a2eea
video: Expose HDR metadata per-window
|
1 year ago |
Mykola Rubets
|
4919359a6f
Fix compilation with enabled render commands logging
|
1 year ago |
Sam Lantinga
|
80a907e0e6
Backed out the viewport and cliprect changes in 9fb5a9ccac0a6bb6af02e72644c1c56dc6ab6f3e
|
1 year ago |
Sam Lantinga
|
9fb5a9ccac
Use floating point values for viewport, clip rectangle, and texture sizes
|
1 year ago |
Sam Lantinga
|
876f10795f
Don't set a YCbCr colorspace for an RGB texture
|
1 year ago |
David Gow
|
5eeeaf4780
render: Mark an already-destroyed renderer as freed
|
1 year ago |
Sam Lantinga
|
a0d1445ccb
Replaced SDL_GetRendererInfo() with SDL_GetRendererName()
|
1 year ago |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 year ago |
Sam Lantinga
|
b0e93e4e63
Prevent crashes if freed objects are passed to SDL API functions
|
1 year ago |
Sam Lantinga
|
dfe4445214
Added SDL_SetWindowSurfaceVSync() and SDL_GetWindowSurfaceVSync()
|
1 year ago |
Sam Lantinga
|
2cf32b0e0a
Fixed warning: 'fA' may be used uninitialized in this function
|
1 year ago |