mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Relocate intrinsic modules to src/video/
This commit is contained in:
parent
f68a7edcf8
commit
735cf5a6f9
10 changed files with 33 additions and 26 deletions
|
|
@ -429,8 +429,6 @@
|
|||
<ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" />
|
||||
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" />
|
||||
<ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" />
|
||||
<ClInclude Include="..\..\src\video\intrin\SDL_blit_A_avx2.h" />
|
||||
<ClInclude Include="..\..\src\video\intrin\SDL_blit_A_sse4.1.h" />
|
||||
<ClInclude Include="..\..\src\video\khronos\vulkan\vk_icd.h" />
|
||||
<ClInclude Include="..\..\src\video\khronos\vulkan\vk_layer.h" />
|
||||
<ClInclude Include="..\..\src\video\khronos\vulkan\vk_platform.h" />
|
||||
|
|
@ -459,6 +457,8 @@
|
|||
<ClInclude Include="..\..\src\video\offscreen\SDL_offscreenwindow.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_auto.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_A_avx2.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_A_sse4_1.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
|
||||
<ClInclude Include="..\..\src\video\SDL_clipboard_c.h" />
|
||||
|
|
@ -684,6 +684,8 @@
|
|||
<ClCompile Include="..\..\src\video\SDL_blit_1.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_A.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_auto.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_A_avx2.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_A_sse4_1.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_copy.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_N.c" />
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_slow.c" />
|
||||
|
|
|
|||
|
|
@ -871,11 +871,11 @@
|
|||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\hidapi\SDL_hidapi_c.h" />
|
||||
<ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" />
|
||||
<ClInclude Include="..\..\src\video\intrin\SDL_blit_A_avx2.h">
|
||||
<Filter>video\intrin</Filter>
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_A_avx2.h">
|
||||
<Filter>video</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\video\intrin\SDL_blit_A_sse4.1.h">
|
||||
<Filter>video\intrin</Filter>
|
||||
<ClInclude Include="..\..\src\video\SDL_blit_A_sse4_1.h">
|
||||
<Filter>video</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\thread\generic\SDL_sysrwlock_c.h" />
|
||||
<ClInclude Include="..\..\src\video\yuv2rgb\yuv_rgb_common.h" />
|
||||
|
|
@ -1525,11 +1525,11 @@
|
|||
<Filter>stdlib</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" />
|
||||
<ClCompile Include="..\..\src\video\intrin\SDL_blit_A_avx2.c">
|
||||
<Filter>video\intrin</Filter>
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_A_avx2.c">
|
||||
<Filter>video</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\video\intrin\SDL_blit_A_sse4_1.c">
|
||||
<Filter>video\intrin</Filter>
|
||||
<ClCompile Include="..\..\src\video\SDL_blit_A_sse4_1.c">
|
||||
<Filter>video</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\thread\generic\SDL_sysrwlock.c" />
|
||||
<ClCompile Include="..\..\src\video\yuv2rgb\yuv_rgb_lsx.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue