Sam Lantinga
|
18577a70dd
Fixed bug 3992 - SDL_GetColorKey doesn't set error message
|
7 years ago |
Sam Lantinga
|
87894224b6
Fixed bug 3981 - Inverted logic bug in SDL_renderer "overscan" feature
|
7 years ago |
Sam Lantinga
|
0597bf6e99
Fixed bug 3993 - altivec.h include in SDL_cpuinfo.h breaks compilation with -std=c++11
|
7 years ago |
Sam Lantinga
|
ca7297668a
Fixed bug 3996 - Corrupted or over-released critical section on SDL_Quit (SDL_event_watchers_lock)
|
7 years ago |
Sam Lantinga
|
2afc0b7fa5
Add the ability to set SDL to handle Return as 'hide IME' on Android softkeyboard. (thanks Rachel!)
|
7 years ago |
Sam Lantinga
|
e8bbbb37f1
Added support for Android video textures
|
7 years ago |
Sam Lantinga
|
bed7fd8066
Merged latest changes from rel/streaming_client
|
7 years ago |
Sam Lantinga
|
527a8eb058
Renamed Xcode build targets so it's easier to copy files out of build directories on the command line
|
7 years ago |
Sam Lantinga
|
638d4fe3f8
Added SDL_uikitmetalview.m to the tvOS project
|
7 years ago |
Sam Lantinga
|
e0d0184f09
Fixed bug 3999 - Build failed when try to build with configure script for Android
|
7 years ago |
Sam Lantinga
|
f1ec8a5f4c
Check for immintrin.h before using it in SDL_cpuinfo.h
|
7 years ago |
Sam Lantinga
|
1b16618b13
Fixed Windows gcc build
|
7 years ago |
Sam Lantinga
|
7ac46a7449
The newer compilers generate the property boilerplate automatically
|
7 years ago |
Sam Lantinga
|
358e4d9c7e
Fixed Mac OS X build
|
7 years ago |
Sam Lantinga
|
ab06f570a8
Workaround for bug 3931 - spurious SDL_MOUSEMOTION events with SDL_HINT_MOUSE_RELATIVE_MODE_WARP 1 since Windows 10 Fall Creators update
|
7 years ago |
Sam Lantinga
|
baae74c857
Added SDL_WinRTGetDeviceFamily() to find out what type of device your application is running on (thanks Daniel Knobe!)
|
7 years ago |
Sam Lantinga
|
3ae9768935
Added the Metal framework to several iOS tests
|
7 years ago |
Sam Lantinga
|
c2cc9c166c
Backed out using pixel texture coordinates, it had weird visual side effects
|
7 years ago |
Sam Lantinga
|
8aad49238b
Fixed normalized coordinates when the viewport is set
|
7 years ago |
Sam Lantinga
|
441d309551
Added support for linear sampling and pixel coordinates in the metal renderer
|
7 years ago |
Sam Lantinga
|
1c43705bab
Fixed compiler warning
|
7 years ago |
Sam Lantinga
|
f55c998891
Fixed pixel positioning and size for the Metal renderer
|
7 years ago |
Ryan C. Gordon
|
7dac177cd1
metal: fixed render target support.
|
7 years ago |
Ryan C. Gordon
|
85d12d8f21
metal: Added some comments and FIXMEs.
|
7 years ago |
Ryan C. Gordon
|
dbce1341d5
audio: fixed typo in Doxygen comment.
|
7 years ago |
Sam Lantinga
|
bcf1e62289
Removed duplicate entry for SDL_wasapi.h
|
7 years ago |
Ryan C. Gordon
|
686fc0937e
metal: Cleaned up some reference count politics.
|
7 years ago |
Ryan C. Gordon
|
7cb8b50ad8
hints: Add "metal" to the list of SDL_RENDER_DRIVER hints.
|
7 years ago |
Sam Lantinga
|
cf3d450313
Added SDL_RenderGetMetalLayer() and SDL_RenderGetMetalCommandEncoder()
|
7 years ago |
Sam Lantinga
|
c403c0fa9a
Fixed Metal renderer memory leak
|
7 years ago |