Skip to content

Commit ed2920a

Browse files
committed
All SDL 3.0 release symbols are at version 3.2.0
1 parent 7a5604c commit ed2920a

10 files changed

+108
-108
lines changed

include/SDL3/SDL_gpu.h

+76-76
Large diffs are not rendered by default.

include/SDL3/SDL_hints.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ extern "C" {
23692369
*
23702370
* This hint can be set anytime.
23712371
*
2372-
* \since This hint is available since 3.2.0
2372+
* \since This hint is available since SDL 3.2.0.
23732373
*/
23742374
#define SDL_HINT_MAC_OPTION_AS_ALT "SDL_MAC_OPTION_AS_ALT"
23752375

include/SDL3/SDL_intrin.h

+14-14
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*
5959
* If this macro is defined, SDL will have already included `<lsxintrin.h>`
6060
*
61-
* \since This macro is available since 3.1.3.
61+
* \since This macro is available since SDL 3.2.0.
6262
*
6363
* \sa SDL_LASX_INTRINSICS
6464
*/
@@ -69,7 +69,7 @@
6969
*
7070
* If this macro is defined, SDL will have already included `<lasxintrin.h>`
7171
*
72-
* \since This macro is available since 3.1.3.
72+
* \since This macro is available since SDL 3.2.0.
7373
*
7474
* \sa SDL_LASX_INTRINSICS
7575
*/
@@ -81,7 +81,7 @@
8181
* If this macro is defined, SDL will have already included `<armintr.h>`
8282
* `<arm_neon.h>`, `<arm64intr.h>`, and `<arm64_neon.h>`, as appropriate.
8383
*
84-
* \since This macro is available since 3.1.3.
84+
* \since This macro is available since SDL 3.2.0.
8585
*/
8686
#define SDL_NEON_INTRINSICS 1
8787

@@ -90,7 +90,7 @@
9090
*
9191
* If this macro is defined, SDL will have already included `<altivec.h>`
9292
*
93-
* \since This macro is available since 3.1.3.
93+
* \since This macro is available since SDL 3.2.0.
9494
*/
9595
#define SDL_ALTIVEC_INTRINSICS 1
9696

@@ -99,7 +99,7 @@
9999
*
100100
* If this macro is defined, SDL will have already included `<mmintrin.h>`
101101
*
102-
* \since This macro is available since 3.1.3.
102+
* \since This macro is available since SDL 3.2.0.
103103
*
104104
* \sa SDL_SSE_INTRINSICS
105105
*/
@@ -110,7 +110,7 @@
110110
*
111111
* If this macro is defined, SDL will have already included `<xmmintrin.h>`
112112
*
113-
* \since This macro is available since 3.1.3.
113+
* \since This macro is available since SDL 3.2.0.
114114
*
115115
* \sa SDL_SSE2_INTRINSICS
116116
* \sa SDL_SSE3_INTRINSICS
@@ -124,7 +124,7 @@
124124
*
125125
* If this macro is defined, SDL will have already included `<emmintrin.h>`
126126
*
127-
* \since This macro is available since 3.1.3.
127+
* \since This macro is available since SDL 3.2.0.
128128
*
129129
* \sa SDL_SSE_INTRINSICS
130130
* \sa SDL_SSE3_INTRINSICS
@@ -138,7 +138,7 @@
138138
*
139139
* If this macro is defined, SDL will have already included `<pmmintrin.h>`
140140
*
141-
* \since This macro is available since 3.1.3.
141+
* \since This macro is available since SDL 3.2.0.
142142
*
143143
* \sa SDL_SSE_INTRINSICS
144144
* \sa SDL_SSE2_INTRINSICS
@@ -152,7 +152,7 @@
152152
*
153153
* If this macro is defined, SDL will have already included `<smmintrin.h>`
154154
*
155-
* \since This macro is available since 3.1.3.
155+
* \since This macro is available since SDL 3.2.0.
156156
*
157157
* \sa SDL_SSE_INTRINSICS
158158
* \sa SDL_SSE2_INTRINSICS
@@ -166,7 +166,7 @@
166166
*
167167
* If this macro is defined, SDL will have already included `<nmmintrin.h>`
168168
*
169-
* \since This macro is available since 3.1.3.
169+
* \since This macro is available since SDL 3.2.0.
170170
*
171171
* \sa SDL_SSE_INTRINSICS
172172
* \sa SDL_SSE2_INTRINSICS
@@ -180,7 +180,7 @@
180180
*
181181
* If this macro is defined, SDL will have already included `<immintrin.h>`
182182
*
183-
* \since This macro is available since 3.1.3.
183+
* \since This macro is available since SDL 3.2.0.
184184
*
185185
* \sa SDL_AVX2_INTRINSICS
186186
* \sa SDL_AVX512F_INTRINSICS
@@ -192,7 +192,7 @@
192192
*
193193
* If this macro is defined, SDL will have already included `<immintrin.h>`
194194
*
195-
* \since This macro is available since 3.1.3.
195+
* \since This macro is available since SDL 3.2.0.
196196
*
197197
* \sa SDL_AVX_INTRINSICS
198198
* \sa SDL_AVX512F_INTRINSICS
@@ -206,7 +206,7 @@
206206
*
207207
* If this macro is defined, SDL will have already included `<immintrin.h>`
208208
*
209-
* \since This macro is available since 3.1.3.
209+
* \since This macro is available since SDL 3.2.0.
210210
*
211211
* \sa SDL_AVX_INTRINSICS
212212
* \sa SDL_AVX2_INTRINSICS
@@ -275,7 +275,7 @@ _m_prefetch(void *__P)
275275
* used directly by apps. Apps should probably just use SDL_TARGETING
276276
* directly, instead.
277277
*
278-
* \since This macro is available since SDL 3.1.3.
278+
* \since This macro is available since SDL 3.2.0.
279279
*
280280
* \sa SDL_TARGETING
281281
*/

include/SDL3/SDL_main.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* docs/README-main-functions.md in the source tree) for a more detailed
7070
* explanation.
7171
*
72-
* \since This macro is used by the headers since SDL 3.1.3.
72+
* \since This macro is used by the headers since SDL 3.2.0.
7373
*/
7474
#define SDL_MAIN_HANDLED 1
7575

@@ -86,7 +86,7 @@
8686
* docs/README-main-functions.md in the source tree) for a more detailed
8787
* explanation.
8888
*
89-
* \since This macro is used by the headers since SDL 3.1.3.
89+
* \since This macro is used by the headers since SDL 3.2.0.
9090
*
9191
* \sa SDL_AppInit
9292
* \sa SDL_AppEvent
@@ -109,7 +109,7 @@
109109
*
110110
* This macro is used internally by SDL, and apps probably shouldn't rely on it.
111111
*
112-
* \since This macro is available since SDL 3.1.3.
112+
* \since This macro is available since SDL 3.2.0.
113113
*/
114114
#define SDL_MAIN_AVAILABLE
115115

@@ -127,7 +127,7 @@
127127
*
128128
* This macro is used internally by SDL, and apps probably shouldn't rely on it.
129129
*
130-
* \since This macro is available since SDL 3.1.3.
130+
* \since This macro is available since SDL 3.2.0.
131131
*/
132132
#define SDL_MAIN_NEEDED
133133

@@ -241,7 +241,7 @@
241241
* External code rarely needs this, and if it needs something, it's almost
242242
* always SDL_DECLSPEC instead.
243243
*
244-
* \since This macro is available since SDL 3.1.3.
244+
* \since This macro is available since SDL 3.2.0.
245245
*
246246
* \sa SDL_DECLSPEC
247247
*/

include/SDL3/SDL_pen.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ typedef Uint32 SDL_PenInputFlags;
104104
*
105105
* `SDL_sinf(xtilt * SDL_PI_F / 180.0)`.
106106
*
107-
* \since This enum is available since SDL 3.2.0
107+
* \since This enum is available since SDL 3.2.0.
108108
*/
109109
typedef enum SDL_PenAxis
110110
{

include/SDL3/SDL_power.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extern "C" {
5151
*
5252
* These are results returned by SDL_GetPowerInfo().
5353
*
54-
* \since This enum is available since SDL 3.2.0
54+
* \since This enum is available since SDL 3.2.0.
5555
*/
5656
typedef enum SDL_PowerState
5757
{

include/SDL3/SDL_stdinc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ extern "C" {
12781278
*
12791279
* \threadsafety It is safe to call this macro from any thread.
12801280
*
1281-
* \since This macro is available since SDL 3.1.3.
1281+
* \since This macro is available since SDL 3.2.0.
12821282
*
12831283
* \sa SDL_stack_alloc
12841284
*/

include/SDL3/SDL_test_compare.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ int SDLCALL SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *reference
6363
*
6464
* \returns 0 if the left and right memory block are equal, non-zero if they are non-equal.
6565
*
66-
* \since This function is available since SDL 3.1.3.
66+
* \since This function is available since SDL 3.2.0.
6767
*/
6868
int SDLCALL SDLTest_CompareMemory(const void *actual, size_t size_actual, const void *reference, size_t size_reference);
6969

include/SDL3/SDL_test_font.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef struct SDLTest_TextWindow
9191
*
9292
* \returns the new window, or NULL on failure.
9393
*
94-
* \since This function is available since SDL 3.1.3.
94+
* \since This function is available since SDL 3.2.0.
9595
*/
9696
SDLTest_TextWindow * SDLCALL SDLTest_TextWindowCreate(float x, float y, float w, float h);
9797

@@ -103,7 +103,7 @@ SDLTest_TextWindow * SDLCALL SDLTest_TextWindowCreate(float x, float y, float w,
103103
* \param textwin The text output window
104104
* \param renderer The renderer to use for display
105105
*
106-
* \since This function is available since SDL 3.1.3.
106+
* \since This function is available since SDL 3.2.0.
107107
*/
108108
void SDLCALL SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer *renderer);
109109

@@ -118,7 +118,7 @@ void SDLCALL SDLTest_TextWindowDisplay(SDLTest_TextWindow *textwin, SDL_Renderer
118118
* \param fmt A printf() style format string
119119
* \param ... additional parameters matching % tokens in the `fmt` string, if any
120120
*
121-
* \since This function is available since SDL 3.1.3.
121+
* \since This function is available since SDL 3.2.0.
122122
*/
123123
void SDLCALL SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(2);
124124

@@ -133,7 +133,7 @@ void SDLCALL SDLTest_TextWindowAddText(SDLTest_TextWindow *textwin, SDL_PRINTF_F
133133
* \param text The text to add to the window
134134
* \param len The length, in bytes, of the text to add to the window
135135
*
136-
* \since This function is available since SDL 3.1.3.
136+
* \since This function is available since SDL 3.2.0.
137137
*/
138138
void SDLCALL SDLTest_TextWindowAddTextWithLength(SDLTest_TextWindow *textwin, const char *text, size_t len);
139139

@@ -142,7 +142,7 @@ void SDLCALL SDLTest_TextWindowAddTextWithLength(SDLTest_TextWindow *textwin, co
142142
*
143143
* \param textwin The text output window
144144
*
145-
* \since This function is available since SDL 3.1.3.
145+
* \since This function is available since SDL 3.2.0.
146146
*/
147147
void SDLCALL SDLTest_TextWindowClear(SDLTest_TextWindow *textwin);
148148

@@ -151,7 +151,7 @@ void SDLCALL SDLTest_TextWindowClear(SDLTest_TextWindow *textwin);
151151
*
152152
* \param textwin The text output window
153153
*
154-
* \since This function is available since SDL 3.1.3.
154+
* \since This function is available since SDL 3.2.0.
155155
*/
156156
void SDLCALL SDLTest_TextWindowDestroy(SDLTest_TextWindow *textwin);
157157

include/SDL3/SDL_thread.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ extern SDL_DECLSPEC SDL_Thread * SDLCALL SDL_CreateThreadWithProperties(SDL_Prop
328328
* new thread could not be created; call SDL_GetError() for more
329329
* information.
330330
*
331-
* \since This function is available since SDL 3.1.3.
331+
* \since This function is available since SDL 3.2.0.
332332
*/
333333
extern SDL_DECLSPEC SDL_Thread * SDLCALL SDL_CreateThreadRuntime(SDL_ThreadFunction fn, const char *name, void *data, SDL_FunctionPointer pfnBeginThread, SDL_FunctionPointer pfnEndThread);
334334

@@ -342,7 +342,7 @@ extern SDL_DECLSPEC SDL_Thread * SDLCALL SDL_CreateThreadRuntime(SDL_ThreadFunct
342342
* new thread could not be created; call SDL_GetError() for more
343343
* information.
344344
*
345-
* \since This function is available since SDL 3.1.3.
345+
* \since This function is available since SDL 3.2.0.
346346
*/
347347
extern SDL_DECLSPEC SDL_Thread * SDLCALL SDL_CreateThreadWithPropertiesRuntime(SDL_PropertiesID props, SDL_FunctionPointer pfnBeginThread, SDL_FunctionPointer pfnEndThread);
348348

0 commit comments

Comments
 (0)