Searched refs:sdl (Results 1 – 25 of 42) sorted by relevance
12
/AliOS-Things-master/components/SDL2/src/render/metal/ |
A D | build-metal-shaders.sh | 13 …ileplatform-metal1.1 -m$sdkplatform-version-min=$minversion -Wall -O3 -o ./sdl.air ./SDL_shaders_m… 14 xcrun -sdk $sdkplatform metal-ar rc sdl.metalar sdl.air || exit $? 15 xcrun -sdk $sdkplatform metallib -o sdl.metallib sdl.metalar || exit $? 16 …xxd -i sdl.metallib | perl -w -p -e 's/\Aunsigned /const unsigned /;' >./SDL_shaders_metal_$filepl… 17 rm -f sdl.air sdl.metalar sdl.metallib
|
/AliOS-Things-master/components/SDL2/src/image/debian/ |
A D | changelog | 39 * sdl-image for SDL2. Initial release. 43 sdl-image1.2 (1.2.10-3) unstable; urgency=low 82 sdl-image1.2 (1.2.10-2) unstable; urgency=low 92 sdl-image1.2 (1.2.10-1) unstable; urgency=low 104 sdl-image1.2 (1.2.8-1) unstable; urgency=low 111 sdl-image1.2 (1.2.7-2) unstable; urgency=low 119 sdl-image1.2 (1.2.7-1) unstable; urgency=low 129 sdl-image1.2 (1.2.6-3) unstable; urgency=low 144 sdl-image1.2 (1.2.6-1) unstable; urgency=low 299 * acinclude.m4: removed copy of sdl.m4 [all …]
|
A D | control | 4 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-cmake.md | 25 Assuming the source for SDL is located at ~/sdl 30 cmake ../sdl 60 …`cmake ~/sdl -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphonesimulator -DCMAKE_OSX_ARCHITECTURES… 64 … `cmake ~/sdl -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_OSX_ARCHITECTURES=arm64` 68 …`cmake ~/sdl -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_OSX_ARCHITECTURES="arm64… 72 …`cmake ~/sdl -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos12.4 -DCMAKE_OSX_ARCHITECTURES=ar… 76 …`cmake ~/sdl -DSDL_TEST=1 -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphonesimulator -DCMAKE_OSX_… 80 …`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvsimulator -DCMAKE_OSX_ARCHITECTUR… 84 …`cmake ~/sdl -DCMAKE_SYSTEM_NAME=tvOS -DCMAKE_OSX_SYSROOT=appletvos -DCMAKE_OSX_ARCHITECTURES=arm6…
|
A D | README-emscripten.md | 32 SDL_gfx (http://cms.ferzkopp.net/index.php/software/13-sdl-gfx):
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | README-emscripten.txt | 16 …* emconfigure ./configure --disable-sdltest --with-sdl-prefix=/path/to/sdl --prefix=/path/to/inst… 17 * (where /path/to/sdl is the path you passed as --prefix to SDL2 configure)
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_video.c | 311 Uint32 sdl; member 390 return pixelformat_tab[i].sdl; in DirectFB_DFBToSDLPixelFormat() 401 if (pixelformat_tab[i].sdl == format) in DirectFB_SDLToDFBPixelFormat() 413 if (pixelformat_tab[i].sdl != SDL_PIXELFORMAT_UNKNOWN) in DirectFB_SetSupportedPixelFormats() 414 ri->texture_formats[j++] = pixelformat_tab[i].sdl; in DirectFB_SetSupportedPixelFormats()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | autogen.sh | 5 cp /usr/local/share/aclocal/sdl.m4 m4
|
A D | SDL_gfx.pc.in | 9 Requires: sdl >= @SDL_VERSION@
|
A D | README | 288 Specify the path to your cross-compiled 'sdl-config', and invoke 292 SDL_CONFIG=/usr/local/cross-tools/i386-mingw32msvc/bin/sdl-config \ 329 - Pascal: http://www.freepascal-meets-sdl.net 330 - Perl: http://sdl.perl.org 332 - C#: http://cs-sdl.sourceforge.net 334 - Oberon: http://sourceforge.net/projects/sdl-for-oberon/
|
A D | configure.in | 123 # Remove dependencies from 'sdl-config' not meant for us libraries:
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | autogen.sh | 5 cp /usr/local/share/aclocal/sdl.m4 m4
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | os2-buildbot.sh | 20 ZIPFILE=sdl-os2.zip
|
A D | nacl-buildbot.sh | 14 TARBALL=sdl-nacl.tar.xz
|
A D | raspberrypi-buildbot.sh | 15 TARBALL=sdl-raspberrypi.tar.xz
|
A D | emscripten-buildbot.sh | 16 TARBALL=sdl-emscripten.tar.xz
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2.pc.in | 1 # sdl pkg-config source file
|
A D | sdl2.pc | 1 # sdl pkg-config source file
|
A D | sdl2.m4 | 20 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 22 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…
|
A D | INSTALL.txt | 33 sdl-request@libsdl.org
|
A D | SDL2.spec.in | 104 - Hacked Mandrake sdl spec to build 1.1
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | sdl2.m4 | 17 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 19 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…
|
/AliOS-Things-master/components/SDL2/test/ |
A D | acinclude.m4 | 17 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 19 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…
|
/AliOS-Things-master/components/SDL2/src/file/cocoa/ |
A D | SDL_rwopsbundlesupport.m | 31 We might want to use bundle identifiers, e.g. org.libsdl.sdl to get the bundle for the framework,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure.ac | 417 AC_ARG_ENABLE([sdl], optenable 418 AS_HELP_STRING([--disable-sdl], 423 AC_PATH_PROGS([LIBSDL_CONFIG], [sdl-config]) 429 WITHLIB_OPTION([sdl], [SDL]) 435 [AC_MSG_WARN(SDL library not available - no sdl.h)])])
|
Completed in 22 milliseconds
12