History log of /external/qemu/distrib/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e5ff1bd3073e3847ac8400ba46814878beb8605 04-Jul-2014 David 'Digit' Turner <digit@google.com> memcheck: Remove feature entirely

This patch removes the memcheck feature from the Android emulator
code base. This is for several reasons:

- Supporting the feature impacts many QEMU-specific emulation files
in subtle ways, that make it difficult to refactor this code to
integrate upstream changes.

- The feature only works for ARM (32-bit), has no unit tests, and
generates massive amounts of false positive messages coming
from the platform.

- Barely anyone uses it.

This feature might make a comeback in the future, but this will be
under a different life-form that will have adapted to the new state
of the code.

+ As a bonus, fix the build!

Change-Id: Idd19a3bc7923379cb1e82850f14499549b6a991b
lff/README.TXT
lff/elff/dwarf.h
lff/elff/dwarf_cu.cc
lff/elff/dwarf_cu.h
lff/elff/dwarf_defs.h
lff/elff/dwarf_die.cc
lff/elff/dwarf_die.h
lff/elff/dwarf_utils.cc
lff/elff/dwarf_utils.h
lff/elff/elf_alloc.cc
lff/elff/elf_alloc.h
lff/elff/elf_defs.h
lff/elff/elf_file.cc
lff/elff/elf_file.h
lff/elff/elf_mapped_section.cc
lff/elff/elf_mapped_section.h
lff/elff/elff-common.h
lff/elff/elff_api.cc
lff/elff/elff_api.h
lff/elff/elff_elf.h
lff/elff/elff_map_file.h
eadcab1dbdb9f05adfc776480f281ff67fc34ed7 19-Jun-2014 Vince Harron <vharron@google.com> Modify SDL makefile to use the same CFLAGS on 64 bit builds

SDL_CFLAGS variable was only being added to 32 bit builds. Now
SDL_CFLAGS is added to both 32 and 64 bit builds.

Change-Id: I0f53d0a57db6d25618b9f9c647214690cf8b9c75
dl-1.2.15/sources.make
5a60dc51ef5c2b97db192244e79b12ad03ee885e 12-Jun-2014 David 'Digit' Turner <digit@google.com> distrib/ext4_utils: new third-party library sources.

This patch adds the sources for the ext4_utils library that
will be used to create empty ext4 partition images on demand.

This is necessary to get rid of the YAFFS2 cache partition images
that are no longer supported by the next version of the Android
kernel (3.10).

Change-Id: Ia12bbb4d9cb31600c25ea6f66446ed98a7e85b1f
xt4_utils/README
xt4_utils/include/make_ext4fs.h
xt4_utils/include/private/android_filesystem_capability.h
xt4_utils/sources.mk
xt4_utils/src/Android.mk
xt4_utils/src/MODULE_LICENSE_APACHE2
xt4_utils/src/NOTICE
xt4_utils/src/allocate.c
xt4_utils/src/allocate.h
xt4_utils/src/contents.c
xt4_utils/src/contents.h
xt4_utils/src/crc16.c
xt4_utils/src/ext2simg.c
xt4_utils/src/ext4.h
xt4_utils/src/ext4_extents.h
xt4_utils/src/ext4_kernel_headers.h
xt4_utils/src/ext4_sb.c
xt4_utils/src/ext4_sb.h
xt4_utils/src/ext4_utils.c
xt4_utils/src/ext4_utils.h
xt4_utils/src/ext4fixup.c
xt4_utils/src/ext4fixup.h
xt4_utils/src/ext4fixup_main.c
xt4_utils/src/extent.c
xt4_utils/src/extent.h
xt4_utils/src/indirect.c
xt4_utils/src/indirect.h
xt4_utils/src/jbd2.h
xt4_utils/src/make_ext4fs.c
xt4_utils/src/make_ext4fs_main.c
xt4_utils/src/mkuserimg.sh
xt4_utils/src/setup_fs.c
xt4_utils/src/sha1.c
xt4_utils/src/sha1.h
xt4_utils/src/test_ext4fixup
xt4_utils/src/uuid.c
xt4_utils/src/uuid.h
xt4_utils/src/wipe.c
xt4_utils/src/wipe.h
xt4_utils/src/xattr.h
47173c7d6704f1258b2d85537caa09185f6920c8 12-Jun-2014 David 'Digit' Turner <digit@google.com> distrib/libselinux: Add new third-party library sources.

This patch adds the sources for the libselinux library, which will
be required by libext4_utils on non Windows-systems.

Change-Id: Ia2ad4c7a77dc9bfb6c66d9cd85fbfd7539edbf1a
ibselinux/NOTICE
ibselinux/README
ibselinux/include/selinux/android.h
ibselinux/include/selinux/avc.h
ibselinux/include/selinux/context.h
ibselinux/include/selinux/label.h
ibselinux/include/selinux/selinux.h
ibselinux/sources.mk
ibselinux/src/android.c
ibselinux/src/avc.c
ibselinux/src/avc_internal.c
ibselinux/src/avc_internal.h
ibselinux/src/avc_sidtab.c
ibselinux/src/avc_sidtab.h
ibselinux/src/booleans.c
ibselinux/src/callbacks.c
ibselinux/src/callbacks.h
ibselinux/src/canonicalize_context.c
ibselinux/src/checkAccess.c
ibselinux/src/check_context.c
ibselinux/src/compute_av.c
ibselinux/src/compute_create.c
ibselinux/src/context.c
ibselinux/src/context_internal.h
ibselinux/src/deny_unknown.c
ibselinux/src/disable.c
ibselinux/src/dso.h
ibselinux/src/enabled.c
ibselinux/src/fgetfilecon.c
ibselinux/src/freecon.c
ibselinux/src/fsetfilecon.c
ibselinux/src/get_initial_context.c
ibselinux/src/getenforce.c
ibselinux/src/getfilecon.c
ibselinux/src/getpeercon.c
ibselinux/src/init.c
ibselinux/src/label.c
ibselinux/src/label_android_property.c
ibselinux/src/label_file.c
ibselinux/src/label_internal.h
ibselinux/src/lgetfilecon.c
ibselinux/src/load_policy.c
ibselinux/src/lsetfilecon.c
ibselinux/src/mapping.c
ibselinux/src/mapping.h
ibselinux/src/policy.h
ibselinux/src/policyvers.c
ibselinux/src/procattr.c
ibselinux/src/selinux_internal.h
ibselinux/src/selinux_netlink.h
ibselinux/src/sestatus.c
ibselinux/src/setenforce.c
ibselinux/src/setfilecon.c
ibselinux/src/stringrep.c
a2394cf2fab37ca4ec91e57db74f06f15a3656be 05-Jun-2014 David 'Digit' Turner <digit@google.com> distrib/libsparse: Add new third-party library sources.

This patch adds the sources for libsparse under distrib/

This library is used to handle "sparse partition images", i.e. a compressed
version of partition images that take less storage space by using zlib
compression as well as recognizing empty / filler blocks.

It will be used by the libext4_utils sources that will appear in the
tree soon.

Change-Id: Iceaec58ca96469dd2a54c595726873d87095e88b
ibsparse/README
ibsparse/include/sparse/sparse.h
ibsparse/sources.mk
ibsparse/src/backed_block.c
ibsparse/src/backed_block.h
ibsparse/src/defs.h
ibsparse/src/img2simg.c
ibsparse/src/output_file.c
ibsparse/src/output_file.h
ibsparse/src/simg2img.c
ibsparse/src/simg2simg.c
ibsparse/src/simg_dump.py
ibsparse/src/sparse.c
ibsparse/src/sparse_crc32.c
ibsparse/src/sparse_crc32.h
ibsparse/src/sparse_defs.h
ibsparse/src/sparse_err.c
ibsparse/src/sparse_file.h
ibsparse/src/sparse_format.h
ibsparse/src/sparse_read.c
6ddf87363d66cf12e3f7cd28f4f3b098e2f1078f 12-Jun-2014 David 'Digit' Turner <digit@google.com> distrib/zlib-1.2.8: Build as static libraries.

This small patches adds specific static library module
declarations for our zlib sources. This will be used later
as dependencies for the test programs of additional third-party
libraries like libsparse.

Change-Id: I45164dc067ea165aa78d091fbae8572297a386d8
lib-1.2.8/sources.make
bead081e026dc21d65afa0d8c024f0f4a748af9f 12-Jun-2014 David 'Digit' Turner <digit@google.com> resolve merge conflicts of 598e05b to master.

Change-Id: I1e393281f09fed776cf4d856f4858638287dd600
2225c1f739e3755bc955e055a00efe682b4b2aff 11-Jun-2014 Greg Hackmann <ghackmann@google.com> Merge "Revert "android: support generating ext4 partition images""
81edfa7cecb129367d98e4bf9c2ea9a8a5ddc9b9 11-Jun-2014 Greg Hackmann <ghackmann@google.com> Revert "android: support generating ext4 partition images"

This reverts commit 44f06dffd84c0a626f6c3d539d16a0891240028d.

Change-Id: I7694f8373eb91c7c7e3afea202c7f6f8b43bf406
xt4_utils/Android.mk
9d218b29b65415eb0806584e3b43fe28bbbe5897 11-Jun-2014 Greg Hackmann <ghackmann@google.com> Merge "android: support generating ext4 partition images"
9669d49a5ebbd71870873c4d09fe40c7e184bade 12-Jun-2014 David 'Digit' Turner <digit@google.com> Simplify build of 64-bit binaries.

This slightly simplifies the build files when it comes to 64-bit
module declarations. This is a preliminary change to be able to
build Win64 binaries with the new prebuilt w64 toolchain.

Change-Id: I61a03b7a23cff24d96e2651c3d797ec233bf0ffc
oogletest/Android.mk
dl-1.2.15/sources.make
a53e830dddc460a72dc50b92a4124bb1d40f5235 11-Jun-2014 David 'Digit' Turner <digit@google.com> mini-glib: Only compile glib-win32.c when needed.

This removes a compiler warnings about an empty object file
when using recent XCode toolchains on Darwin.

Change-Id: I750a619bd588766ca048c7035e27435a5f5715b6
ini-glib/sources.make
355b7d647546e5614214dce549ac4c59bad7f0e2 10-Jun-2014 David 'Digit' Turner <digit@google.com> Merge "package-release.sh: Fix format of archives." into idea133
automerge: 7a265c3

* commit '7a265c325fa416e921148f82f33ab7a81db94f40':
package-release.sh: Fix format of archives.
44f06dffd84c0a626f6c3d539d16a0891240028d 10-Jun-2014 Greg Hackmann <ghackmann@google.com> android: support generating ext4 partition images

Defer generation to libext4_utils, built using the existing sources in
the same style as libgtest. With the emulator now generating valid ext4
images, re-enable support for ext4 cache partitions.

Bug: 13115061

Change-Id: I8770f2ddbc95f6beb4ca9655ebf9d8f8a7bdd1b0
Signed-off-by: Greg Hackmann <ghackmann@google.com>
xt4_utils/Android.mk
765f7c7d9aac1b3715e223b2be3e2f15de277d28 06-Jun-2014 David 'Digit' Turner <digit@google.com> package-release.sh: Fix format of archives.

Ensure that the .tar.bz2 archives actually use bzip2 compression!

This fixes a small typo that ended up preventing compressed archive
generation. After this patch, a typical Darwin binaries archive
changes from 21 to 8 MB!

Change-Id: I44505db981916e82360098e3c98d4675a83806d8
ackage-release.sh
183e9935b79c236a7e51e00a7157629bf07a1d46 28-May-2014 David 'Digit' Turner <digit@google.com> Merge "build-kernel.sh: Support 'arm64' architecture."
b8c66380ba649264bfff1a15d285bb7a7e4d1e08 28-May-2014 David 'Digit' Turner <digit@google.com> resolve merge conflicts of 838c441 to master.

Change-Id: Ia3861aabaa7acd2201da1d70664342a63711e316
8bb296a63c3f5e1d34be18216565e26e51c8b072 27-May-2014 David 'Digit' Turner <digit@google.com> build-kernel.sh: Support 'arm64' architecture.

This patch adds support for --arch=arm64 to the build-kernel.sh
script. Note that this requires android-goldfish-3.10 or higher,
and is currently limited to the 'defconfig' default config.

This is enough to build an AARCH64 kernel, but there is no guarantee
at this point that it can run under either QEMU or the Android emulator.

Change-Id: Idc3ecc3e3b9b8f06aeba9c4710903f55c64331df
uild-kernel.sh
aa0647ab279e763132d7bc768f1db552c4cf06e6 21-May-2014 Jason Hu <jia-cheng.hu@intel.com> package-release.sh: script breaks if commit msg contains single quote(')

tr doesn't handle single quote properly.
use sed to escape single quote in commit msg

Change-Id: I7bc7a7a8faea0c1de0f677703c640430ec7116f3
Signed-off-by: Jason Hu <jia-cheng.hu@intel.com>
ackage-release.sh
0c95fadd0f6010b42091f033c984d32f659821dc 21-May-2014 David 'Digit' Turner <digit@google.com> package-release.sh: Merge master version.

This patch merges the version of package-release.sh from the master branch
into the idea133 one. A future patch will fix the now-missing description
for the --darwin-ssh option.

Change-Id: I2a7f0df5f82190f48cc25da5315ae1f1069e6282
ackage-release.sh
90eb445a501372220dccbc55122a0b219ffd99a9 07-May-2014 David 'Digit' Turner <digit@google.com> package-release.sh: Refine --copy-prebuilts

This patch refines the behaviour of the --copy-prebuilts=<path>
option, by adding the generation of a README file containing the
exact rebuild instructions, and input directory git commit SHA1s.

Change-Id: Ibcc620e4df54c8fc8198955c5f04393e086ef172
ackage-release.sh
877b0e2e11ab6048c432f71506a6d6162cee460b 06-May-2014 David Turner <digit@android.com> Merge "Update 64bit tests to also use EMULATOR_BUILD_64BITS." into idea133
Auto-merge: ca81e42

* commit 'ca81e422fae4527ab4d5a311daa8adf34cd0bbf3':
Update 64bit tests to also use EMULATOR_BUILD_64BITS.
7e3317aa853256dea24b74843e5c7f5ed1440a52 06-May-2014 Torne (Richard Coles) <torne@google.com> Update 64bit tests to also use EMULATOR_BUILD_64BITS.

Following 18c664d these tests fail to compile on mac since they link to
a library that's not being built any more. Looks like these conditionals
were missed when introducing the define in af061c5.

Change-Id: I5c7ae3eefb31bbef43742c9f17f01ecf1270bb29
oogletest/Android.mk
27ff62a645346c58826ce3e7d08727832c1a9e58 05-May-2014 David 'Digit' Turner <digit@google.com> Merge "Disable 64-bit Darwin platform build." into idea133
Auto-merge: 5e25267

* commit '5e2526706be97ceee436e6f0b7e6c1c35619b851':
Disable 64-bit Darwin platform build.
Add '-accel <mode>' and 'no-accel' options.
Add misc android/base/ helper classes.
Windows: Fix libSDLmain compilation
9554550a3ecf2987af84d98d4b683757c74d8b93 05-May-2014 David 'Digit' Turner <digit@google.com> package-release.sh: Add --copy-prebuilts=<path> option.

This patch adds a new option to the package-release.sh script to
copy prebuilt 64-bit binaries for Linux and Darwin to an AOSP
checkout, under $AOSP/prebuilts/android-emulator/<system>/

For the record, this currently adds up to 18 MB (which includes
binaries for both platforms).

This is required to remove the emulator sources / build from the
platform build, and switch to prebuilt binaries instead.

+ Fix the 'emulator' launcher program to probe for either 32-bit
or 64-bit GPU emulation libraries (the copied prebuilts are only
64-bits to save space).

Change-Id: I5a4360da736172b5c35e2622fc02fb753853156b
ackage-release.sh
a6bbb46f0c3ca114ac444138bf8fd51c9923f10c 28-Apr-2014 David 'Digit' Turner <digit@google.com> Windows: Fix libSDLmain compilation

Ensure that SDL_CFLAGS is passed to LOCAL_CFLAGS when building the
libSDLmain libraries. Otherwise, on Windows, the NO_STDIO_REDIRECT
macro is not defined which prevents the emulator binary from dumping
its output to the command-line as it should (instead, stdout.txt and
stderr.txt were used).

Change-Id: I4e0776dbdae69594475dd77262c9a6848af8fffc
dl-1.2.15/sources.make
7891dd35fa2439a70f43ab8572778a398365bf24 28-Apr-2014 David 'Digit' Turner <digit@google.com> Support building with newest Mingw64 cross-toolchain.

This modifies android-configure.sh to detect the new Mingw64-based
cross toolchain (i.e. x86_64-w64-mingw32-gcc) and use it when it
is in the user's path.

Note that this only builds a 32-bit Windows binary, it just uses
a different toolchain to do it. A future patch will add support
for building both Win32 and Win64 binaries at the same time
(which the new toolchain supports).

Since this switches from GCC 4.2 to 4.8, this introduces a ton of
new warnings that require some cleanups in the sources too.

Only the most important warnings are fixed here.

Change-Id: Iec8c9b8332d4a38a2cb8acf368c8aa5341cf77be
lff/elff/elff_map_file.h
dl-1.2.15/include/SDL_opengl.h
dl-1.2.15/include/SDL_syswm.h
dl-1.2.15/src/thread/win32/SDL_systhread.c
dl-1.2.15/src/thread/win32/SDL_systhread_c.h
dl-1.2.15/src/video/wincommon/SDL_lowvideo.h
dl-1.2.15/src/video/wincommon/SDL_sysevents.c
dl-1.2.15/src/video/wincommon/SDL_sysmouse.c
dl-1.2.15/src/video/wincommon/SDL_syswm.c
dl-1.2.15/src/video/windib/SDL_dibevents.c
dl-1.2.15/src/video/windib/SDL_dibvideo.c
dl-1.2.15/src/video/windib/SDL_dibvideo.h
dl-1.2.15/src/video/windib/SDL_gapidibvideo.h
52ffef3ab8acdde157f1bf2a2933eca62a883ab5 28-Apr-2014 David 'Digit' Turner <digit@google.com> Upgrade to GCC 4.8 for Linux standalone build.

This patch modifies android-configure.sh to use the prebuilt 4.8
Linux host toolchain when available.

+ Fix a few sources to get rid of ugly compiler warnings.

Note: this works best with the following patch for the GPU
emulation libraries:

https://android-review.googlesource.com/#/c/92482/1

Change-Id: I7ae1c6cf2d58c2902affa36886bfa87956da622d
lff/elff/dwarf_die.cc
lff/elff/elf_defs.h
f8f7375ff1f9101ebd22e4bc61109e50bab124e6 14-Mar-2014 David 'Digit' Turner <digit@google.com> Move elff to distrib/elff/

The library is mostly generic and is actually also used to build
the Android NDK's 'ndk-stack' program, so treat it as a third-party
even if the main implementation lives here.

Change-Id: I4248c1f3d248207f2f8cfaf5ecc65b28e1681fa3
lff/README.TXT
lff/elff/dwarf.h
lff/elff/dwarf_cu.cc
lff/elff/dwarf_cu.h
lff/elff/dwarf_defs.h
lff/elff/dwarf_die.cc
lff/elff/dwarf_die.h
lff/elff/dwarf_utils.cc
lff/elff/dwarf_utils.h
lff/elff/elf_alloc.cc
lff/elff/elf_alloc.h
lff/elff/elf_defs.h
lff/elff/elf_file.cc
lff/elff/elf_file.h
lff/elff/elf_mapped_section.cc
lff/elff/elf_mapped_section.h
lff/elff/elff-common.h
lff/elff/elff_api.cc
lff/elff/elff_api.h
lff/elff/elff_elf.h
lff/elff/elff_map_file.h
261c18d69b75388958b8fd9364b9df21003909c3 29-Mar-2014 Ji-Hwan Lee <jihwan@google.com> Fix build on OS X Mavericks

- Import individual headers instead of QTKit.h, to avoid
QTMovieModernizer.h which does not compile with current toolchain.

- Patch SDL_QuartzVideo.h to comment out removed CGDirectPaletteRef.

Bug: 13119079
Change-Id: Ibcb752523ad964bbfc03ad4fc4f336ef17161af4
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.h
9f10420e1f874a07556f0fe0b57edfff704ecae3 18-Mar-2014 David 'Digit' Turner <digit@google.com> mini-glib.c: Fix GHashTable implementation.

This fixes the load/resize computations in the GHashTable
implementation.

+ Allow a NULL GHashFunc parameter when creating a new hash table
by using a default trivial hash fallback in this case.

Change-Id: I8e7533ce74ac7672ba4133f11c3a2a44d777ef1f
ini-glib/src/glib-mini.c
1af8215c58e5c94432f04ec87d34e429fe7cd7a6 03-Mar-2014 David 'Digit' Turner <digit@google.com> Support GPU emulation standalone build.

This patch modifies the emulator's standalone build system
to rebuild all GPU emulation libraries directly from sources,
assuming their are located under ../../sdk/emulator/opengl/
or ../opengl/

Change-Id: I2ac8fc4bc2d06561dc52298689840f74171397aa
oogletest/Android.mk
ackage-release.sh
dl-1.2.15/sources.make
af061c540b1fe78626ef7d3923bb98e98483f0fd 28-Feb-2014 David 'Digit' Turner <digit@google.com> Build system refinements.

This patch contains changes to the standalone build system
that are preparing for the ability to build the GPU emulation
libraries directly from sources with it.

This requires several patches to said GPU emulation sources
though.

+ Add support for auto-generated C++ files.
+ Add support for host shared libraries.
+ Cleanup 64-bit build conditionals.
+ Build SDL and SDLmain as their own static libraries.

Change-Id: I88dca965d47432dc6b41428d39869f628632d33d
dl-1.2.15/sources.make
5a0063fdbdea9723dd4d48d0059a01cb75b8cf01 28-Feb-2014 David 'Digit' Turner <digit@google.com> distrib/package-release.sh: Add PC Bios files.

This patch ensures that package-release.sh includes PC Bios
files under tools/lib/pc-bios/ in the generated binary packages,
when possible.

This makes the emulator binaries directly usable to emulate
x86 system images, which require these files.

Change-Id: I88df2f33cb0e417029feac71de101a1f038a37cf
ackage-release.sh
d2c0852277077455c30ec405d02db34f64b67381 26-Feb-2014 David 'Digit' Turner <digit@google.com> package-release.sh: Add --darwin-ssh=<host> option

It is now possible to package Darwin binaries from Linux,
using SSH to connect to a remote host where the build will
happen. To do so, use --darwin-ssh=<host>.

Alternatively, one can define ANDROID_EMULATOR_DARWIN_SSH
in its environment to get the same effect by default.

+ android-configure.sh: Always try to use the host ccache,
if available, if USE_CCACHE is not set to 0. Useful to
speed up remote builds.

+ android-configure.sh/android-rebuild.sh will strip all
generated binaries, unless --debug is used.

+ Properly cleanup temporary files created by android-configure.sh
to avoid polluting /tmp with android-<pid>-test* files.

Change-Id: If4147d35e55ca393463e2f1084841f02bac1fd63
ackage-release.sh
c7702eb5df5f3e72ceedfcd5fb60b94c0a945934 26-Feb-2014 David 'Digit' Turner <digit@google.com> Upgrade libpng to version 1.2.46 (from 1.2.19)

Change-Id: Icea84eaf147266915c90b03bcd798df668365d2b
ibpng-1.2.19/Makefile
ibpng-1.2.19/png.c
ibpng-1.2.19/png.h
ibpng-1.2.19/pngconf.h
ibpng-1.2.19/pngerror.c
ibpng-1.2.19/pnggccrd.c
ibpng-1.2.19/pngget.c
ibpng-1.2.19/pngmem.c
ibpng-1.2.19/pngpread.c
ibpng-1.2.19/pngread.c
ibpng-1.2.19/pngrio.c
ibpng-1.2.19/pngrtran.c
ibpng-1.2.19/pngrutil.c
ibpng-1.2.19/pngset.c
ibpng-1.2.19/pngtrans.c
ibpng-1.2.19/pngvcrd.c
ibpng-1.2.19/pngwio.c
ibpng-1.2.19/pngwrite.c
ibpng-1.2.19/pngwtran.c
ibpng-1.2.19/pngwutil.c
ibpng-1.2.19/sources.make
ibpng-1.2.46/png.c
ibpng-1.2.46/png.h
ibpng-1.2.46/pngconf.h
ibpng-1.2.46/pngerror.c
ibpng-1.2.46/pnggccrd.c
ibpng-1.2.46/pngget.c
ibpng-1.2.46/pngmem.c
ibpng-1.2.46/pngpread.c
ibpng-1.2.46/pngread.c
ibpng-1.2.46/pngrio.c
ibpng-1.2.46/pngrtran.c
ibpng-1.2.46/pngrutil.c
ibpng-1.2.46/pngset.c
ibpng-1.2.46/pngtrans.c
ibpng-1.2.46/pngusr.h
ibpng-1.2.46/pngvcrd.c
ibpng-1.2.46/pngwio.c
ibpng-1.2.46/pngwrite.c
ibpng-1.2.46/pngwtran.c
ibpng-1.2.46/pngwutil.c
ibpng-1.2.46/sources.make
17b20e6f38ad2263e47a6884c4f68ce9773d8b29 26-Feb-2014 David 'Digit' Turner <digit@google.com> Upgrade Zlib to 1.2.8 (from 1.2.3)

Change-Id: Ib08f21dddffef4a63bc8f7691c155557ed83ba3d
akefile
lib-1.2.3/Makefile
lib-1.2.3/adler32.c
lib-1.2.3/compress.c
lib-1.2.3/configure
lib-1.2.3/crc32.c
lib-1.2.3/crc32.h
lib-1.2.3/deflate.c
lib-1.2.3/deflate.h
lib-1.2.3/gzio.c
lib-1.2.3/infback.c
lib-1.2.3/inffast.c
lib-1.2.3/inffast.h
lib-1.2.3/inffixed.h
lib-1.2.3/inflate.c
lib-1.2.3/inflate.h
lib-1.2.3/inftrees.c
lib-1.2.3/inftrees.h
lib-1.2.3/sources.make
lib-1.2.3/trees.c
lib-1.2.3/trees.h
lib-1.2.3/uncompr.c
lib-1.2.3/zconf.h
lib-1.2.3/zlib.h
lib-1.2.3/zutil.c
lib-1.2.3/zutil.h
lib-1.2.8/adler32.c
lib-1.2.8/compress.c
lib-1.2.8/configure
lib-1.2.8/crc32.c
lib-1.2.8/crc32.h
lib-1.2.8/deflate.c
lib-1.2.8/deflate.h
lib-1.2.8/gzclose.c
lib-1.2.8/gzguts.h
lib-1.2.8/gzlib.c
lib-1.2.8/gzread.c
lib-1.2.8/gzwrite.c
lib-1.2.8/infback.c
lib-1.2.8/inffast.c
lib-1.2.8/inffast.h
lib-1.2.8/inffixed.h
lib-1.2.8/inflate.c
lib-1.2.8/inflate.h
lib-1.2.8/inftrees.c
lib-1.2.8/inftrees.h
lib-1.2.8/sources.make
lib-1.2.8/trees.c
lib-1.2.8/trees.h
lib-1.2.8/uncompr.c
lib-1.2.8/zconf.h
lib-1.2.8/zlib.h
lib-1.2.8/zutil.c
lib-1.2.8/zutil.h
a10b316b82cde4a58bcba9d0dba2c392a8f17c0b 18-Feb-2014 David 'Digit' Turner <digit@google.com> New packaging script for sources and binaries.

This patch introduces a new script that can generate tarballs
for emulator binaries and sources.

See distrib/package-release.sh --help for details.

Note that for SDK official builds, it is recommended to perform
the build inside of an Android platform tree instead, to let
the standalone build system pick the correct prebuild SDK
toolchains, which ensure the generated binaries are compatible
with older Linux releases.

+ Make android-rebuild.sh more verbose in case of failure and
fix a bug where the 64-bit unit test suite was launched with
Wine under Linux (even though we don't generate 64-bit
binaries for Windows yet).

+ Fix host toolchain probing in android-configure.sh to ensure
that rebuilding the sources from scratch works even when not
in the Android platform build.

Change-Id: Ida3182061940360b495c720d10c0ff9b4bcc3549
ackage-release.sh
634e497c7add1ce732571203652d2c7169612905 04-Feb-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add GSource declarations.

Change-Id: Ia332a1fa229ae038c8674b16a94e1d4d9e51c234
ini-glib/include/glib.h
e33e5e9dee88459eb11456a773bdb64e1cce53eb 16-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add g_critical and G_DIR_SEPARATOR_S

Change-Id: I19e31f806c3a37ba1c9cea4d916a32235ed8e894
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
9069fab3c26d972318fe75192f8194294451ccbc 16-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add GQueue.

Change-Id: I7241cca02f5da3d023d3069a2db205d4cc84a59f
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
45df61baff91503dd922964044345de5da230314 16-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add g_strsplit and g_strfreev

Change-Id: I2b4e405d4ecc556c014d9d684c0efce716f54d33
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
ad5a0ac8a11793472af654411a522270a4f1e5a1 16-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add g_str_hash and g_str_equal

Change-Id: I017bb951099f5b07483ced031a74700b44b12bd0
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
f3f3c9b864a902e10cefb0e666f2354672352fca 16-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add GHashTable implementation.

Change-Id: I1dbe60f4f503f15818b99381c745ae2772af36ec
ini-glib/include/glib.h
ini-glib/src/glib-mini-win32.c
ini-glib/src/glib-mini.c
aadb3b585bfe9f7ddd00d8c4276db4828665a81e 15-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add GSList support.

Will be needed later.

Change-Id: Ifc3eedcf894a16dc4896e3dd76c8e67890551c32
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
5b693bd24df715e5ea790784637d0d203fb5be0d 15-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add g_win32_error_message() implementation.

Will be needed later.

Change-Id: I9e361d54ec0b3aed939f6849dab21d226ba31cde
ini-glib/include/glib.h
ini-glib/sources.make
ini-glib/src/glib-mini-win32.c
fd77237e061fbae1abac9466c4de604137ffbb5d 13-Jan-2014 David 'Digit' Turner <digit@android.com> mini-glib: Add g_assert() et al.

Change-Id: I7047f40d320caeb022f2fc6f35c57322b925e21d
ini-glib/include/glib.h
ini-glib/src/glib-mini.c
b6bd3ac4d6576e6280469be01685747ffa255874 31-Jan-2014 David 'Digit' Turner <digit@google.com> build-kernel.sh: Update to support x86_64 kernels.

This updates the emulator kernel rebuild script in several ways:

- Support for --arch=x86_64 (need android-goldfish-3.10).
- Support for --gcc-version=<version>.
- Switch to GCC 4.7 by default, except for 2.6.29/x86 which doesn't build.
- Support for linux-3.10 x86 builds (config is i386_emu instead of goldfish).
- New naming: kernel-<version>-qemu-<arch> where <version> is the kernel
version, and <arch> is one of 'armv5, armv7, x86, x86_64 or mips'.

Note that putting the version number in the file name is important to
let the emulator adapt its kernel command-line to changes that appeared
recently (e.g. /dev/ttyS* -> /dev/ttyGF*).

I also checked that new kernels work in the following combinations:

android-goldfish-2.6.29 [arm, x86, mips]
android-goldfish-3.4 [arm, x86]

I could also build (but not run them yet):
android-goldfish-3.10 [x86, x86_64]

Change-Id: Ic66ca7a646f9cc3eb715a3c96ce3076cc17b6221
uild-kernel.sh
57deae3dd6a33ede5b9c7daebaabf795f3525fc3 21-Jan-2014 David 'Digit' Turner <digit@google.com> Introduce GoogleTest-based unit tests.

This patch introduce the first GoogleTest-based unit test for the emulator
sources. The goal here is to be able to easily automate the testing of the
Android-specific code in the emulator (i.e. really what's under android/),
since making the same for QEMU is essentially impossible.

+ Introduce 'emulator-libgtest' and 'emulator64-libgtest' host static
libraries, built from the sources from extern/gtest. The reason the
Android.mk module definitions in this directory are not used are
mainly because we need to build both the 32-bit and 64-bit libraries
at the same time, which the platform build doesn't support easily.

Also, this will be reused later for the GPU emulation libraries
when built with the standalone build.

+ Only a single test is added here, more as a proof-of-concept.
To run the test suite, invoke the 'emulator_unittests' or
'emulator64_unittests' program(s).

+ Note that unit-tests are written in C++, adding more tests might
require fixing our headers to be included in this language.

BUG=NONE

Change-Id: If518ba30e38f202a4214ffd258fa5a07d6e48868
oogletest/Android.mk
7fd10ad6f30fe6d1d0348b87f42807fa7b8f05e7 30-Jan-2014 David 'Digit' Turner <digit@android.com> Documentation update.

This patch updates the (very dated) documentation on how to build
the emulator. It also tries to explain the current refactoring
process to help third-party contributors send patches to external/qemu.

+ Get rid of obsolete make-distrib.sh / build-emulator.sh scripts since
they don't work anymore. Currently, we do not support packaging the
emulator sources into its own tarball that can be easily rebuilt,
mainly due to dependencies with the GPU emulation libraries that
can only be built with the platform build (at the moment).

Change-Id: I76a151318d2b925eb916eb4ec9e9aa51b4457672
EADME
uild-emulator.sh
ake-distrib.sh
99c07e706aa20eed774d3c19915197351d37df07 13-Jan-2014 David 'Digit' Turner <digit@android.com> Really fix the build. Damn.

Change-Id: I692c172e30cd374d93edf1c7d5ba3eedf9ba4b2f
ini-glib/sources.make
1d1a2af599bfd91357cbc44b3cf20b1ab104f4ab 10-Jan-2014 David 'Digit' Turner <digit@android.com> glib: Add mini GLib library sources.

Upstream QEMU now depends on GLib, this patch adds a tiny version
of the library instead, because integrating the real one in the
emulator build is going to be challenging.

Change-Id: I4b178547280247310197599a854bb53e2072a865
ini-glib/README
ini-glib/include/glib.h
ini-glib/sources.make
ini-glib/src/glib-mini.c
604a721180f17ec3c55b63cc3188097885603d4e 09-Apr-2013 Andrew Hsieh <andrewhsieh@google.com> Merge "build-kernel.sh: add ccache option"
84b2e58be9ca804fef3a9da630a96fbcc9890600 08-Apr-2013 Young-Ho Cha <ganadist@gmail.com> build-kernel.sh: apply --armv7 option when ARCH is arm

There is a bug that build script is trying with goldfish_armv7_defconfig,
when ARCH is not arm.

Change-Id: I6db744452c3f48e94e384605c59baf268f45b933
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
uild-kernel.sh
2905b20226f06f50140804fe130764e98f2bd975 04-Apr-2013 Young-Ho Cha <ganadist@gmail.com> build-kernel.sh: add ccache option

Change-Id: I103362f461db8c8a7a10b3833f73672331926dba
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
uild-kernel.sh
fab7316611a844fbe583a30ab1d29d09d69c1513 08-Apr-2013 Andrew Hsieh <andrewhsieh@google.com> Merge "add missing android-kernel-toolchain-size symlink"
40c434bda53accf3e837866d64a5323ac571edc4 08-Apr-2013 Andrew Hsieh <andrewhsieh@google.com> Merge "build-kernel.sh: add savedefconfig option"
0a78fa0b30a0aa8dc50b3e8ef239d62fcb273212 04-Apr-2013 Young-Ho Cha <ganadist@gmail.com> add missing android-kernel-toolchain-size symlink

size command is needed for build compressed vmlinuz on arm architecture

Change-Id: Ib2e1dcfdb6844511a8c8b1724e0f0c48960e6596
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
ernel-toolchain/toolbox.sh
63e03bb38594807c04d9bb184e3204235916e689 04-Apr-2013 Young-Ho Cha <ganadist@gmail.com> ARM: build-kernel.sh: add --armv5 option

AOSP has dropped support for armv5, so use goldfish_armv7 as default
config
And add --armv5 option for backwards compatibility.

Change-Id: I19bf731eb3629250b98854648ec8320e2b9b3344
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
uild-kernel.sh
8621048ded576220927651915e2d6942096f31bc 04-Apr-2013 Young-Ho Cha <ganadist@gmail.com> build-kernel.sh: add savedefconfig option

add option --savedefconfig, and it should help to maintain kernel config easily.

Change-Id: Iddf670ca914756a2a2c6894e9c8b445928c84743
Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
uild-kernel.sh
ebba0e7bc8fe2cddaf2c7fd13c04a00353793726 15-Jan-2013 David 'Digit' Turner <digit@android.com> build-kernel.sh: Add --verbose flag

This adds a --verbose flag to build-kernel.sh to dump the
actual compiler commands being used during the build.

Change-Id: I3aa7d9e7a45ea13d08b517b3c17f73697f9fe73f
uild-kernel.sh
90b30dc00de3e8a2ba3bec2bc7bd10daef042dff 18-Dec-2012 Jesse Hall <jessehall@google.com> Fix assumption that pixel alpha is in upper 8 bits

QZ_SetPortAlphaOpaque() now retrieves the mask for the alpha channel
from the surface pixel format instead of assuming the alpha component
is the upper 8 bits of the pixel.

NOTE: I doubt this function is even still needed. There's a comment
saying that the un-miniaturization animation overrides the window's
alpha components, which shouldn't be true on any OpenGL-based window
compositor system (i.e. any but the oldest OSX versions). If I make
the function a no-op, everything still works fine on my system. But
just in case, and since this is in upstream SDL code, I'm leaving it
there and fixing it instead of just removing it.

Bug: 38913
Change-Id: I15aa1e93c60590ba9f17f7625e55325ec8a36520
dl-1.2.15/src/video/quartz/SDL_QuartzWindow.m
6f5e132ea50c752390095001aa2d1d9a805fa92d 15-Dec-2012 Jesse Hall <jessehall@google.com> Don't show the window until it's configured

On OSX, the window was being shown as soon as it was created, before
adding views, adjusting its position, etc. Crucially, this is before
SDL has set up the internal state it needs to draw to the window.

When adjusting the window position, if the new position is not on the
default display, the NSWindow will attempt to redraw (since it had to
reallocate resources and lost any prior image). SDL crashes when this
happens because it still only has partial state.

This change defers showing the window until it's configured and all
the necessary state has been set up. The calls to show the window at
the right time were already there, just redundant.

Bug: 40556
Change-Id: I272a12f260bd71d271a03a0f74b698ecc5e498f3
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
ad2342375963c2468849c1f83a97158383db6511 26-Oct-2012 Jesse Hall <jessehall@google.com> Don't build unnecessary SDL sources on OSX

These files don't compile with Xcode 4.4+ due to relying on
long-deprecated and now removed Carbon headers. Turns out the code in
them isn't actually used on OSX, and the upstream build system doesn't
try to build them.

Change-Id: I1e3dcdd9e7e598ede05a0a2ee038c16a195ebdab
dl-1.2.15/sources.make
f897702251443b531b2ded93df71ffd87fbae076 28-Aug-2012 Andrew Hsieh <andrewhsieh@google.com> Add SSE optmized IDCT in JPEG decoding emulator

Port from related CL:
https://android-review.googlesource.com/#/c/38840

Change-Id: Iba7183c2760701a95e27355b91835285d63bf7bc
peg-6b/jddctmgr.c
peg-6b/jidctintelsse.c
peg-6b/jmorecfg.h
peg-6b/sources.make
d8239786b306ffda6d5d73753d01f0ad3358e1a0 18-Jul-2012 Jesse Hall <jessehall@google.com> Delete sdl-1.2.12

Change-Id: Ia96f80df04035ae84be3af468c945f2cec14f99c
dl-1.2.12/BUGS
dl-1.2.12/COPYING
dl-1.2.12/CREDITS
dl-1.2.12/Makefile
dl-1.2.12/Makefile.android
dl-1.2.12/README
dl-1.2.12/README.ANDROID
dl-1.2.12/android-configure.sh
dl-1.2.12/include/SDL.h
dl-1.2.12/include/SDL_active.h
dl-1.2.12/include/SDL_audio.h
dl-1.2.12/include/SDL_byteorder.h
dl-1.2.12/include/SDL_cdrom.h
dl-1.2.12/include/SDL_config.h.default
dl-1.2.12/include/SDL_config.h.in
dl-1.2.12/include/SDL_config_amiga.h
dl-1.2.12/include/SDL_config_dreamcast.h
dl-1.2.12/include/SDL_config_macos.h
dl-1.2.12/include/SDL_config_macosx.h
dl-1.2.12/include/SDL_config_minimal.h
dl-1.2.12/include/SDL_config_os2.h
dl-1.2.12/include/SDL_config_win32.h
dl-1.2.12/include/SDL_copying.h
dl-1.2.12/include/SDL_cpuinfo.h
dl-1.2.12/include/SDL_endian.h
dl-1.2.12/include/SDL_error.h
dl-1.2.12/include/SDL_events.h
dl-1.2.12/include/SDL_getenv.h
dl-1.2.12/include/SDL_joystick.h
dl-1.2.12/include/SDL_keyboard.h
dl-1.2.12/include/SDL_keysym.h
dl-1.2.12/include/SDL_loadso.h
dl-1.2.12/include/SDL_main.h
dl-1.2.12/include/SDL_mouse.h
dl-1.2.12/include/SDL_mutex.h
dl-1.2.12/include/SDL_name.h
dl-1.2.12/include/SDL_opengl.h
dl-1.2.12/include/SDL_platform.h
dl-1.2.12/include/SDL_quit.h
dl-1.2.12/include/SDL_rwops.h
dl-1.2.12/include/SDL_stdinc.h
dl-1.2.12/include/SDL_syswm.h
dl-1.2.12/include/SDL_thread.h
dl-1.2.12/include/SDL_timer.h
dl-1.2.12/include/SDL_types.h
dl-1.2.12/include/SDL_version.h
dl-1.2.12/include/SDL_video.h
dl-1.2.12/include/begin_code.h
dl-1.2.12/include/close_code.h
dl-1.2.12/sdl-config.in
dl-1.2.12/sources.make
dl-1.2.12/src/SDL.c
dl-1.2.12/src/SDL_error.c
dl-1.2.12/src/SDL_error_c.h
dl-1.2.12/src/SDL_fatal.c
dl-1.2.12/src/SDL_fatal.h
dl-1.2.12/src/audio/SDL_audio.c
dl-1.2.12/src/audio/SDL_audio_c.h
dl-1.2.12/src/audio/SDL_audiocvt.c
dl-1.2.12/src/audio/SDL_audiodev.c
dl-1.2.12/src/audio/SDL_audiodev_c.h
dl-1.2.12/src/audio/SDL_audiomem.h
dl-1.2.12/src/audio/SDL_mixer.c
dl-1.2.12/src/audio/SDL_mixer_MMX.c
dl-1.2.12/src/audio/SDL_mixer_MMX.h
dl-1.2.12/src/audio/SDL_mixer_MMX_VC.c
dl-1.2.12/src/audio/SDL_mixer_MMX_VC.h
dl-1.2.12/src/audio/SDL_mixer_m68k.c
dl-1.2.12/src/audio/SDL_mixer_m68k.h
dl-1.2.12/src/audio/SDL_sysaudio.h
dl-1.2.12/src/audio/SDL_wave.c
dl-1.2.12/src/audio/SDL_wave.h
dl-1.2.12/src/audio/alsa/SDL_alsa_audio.c
dl-1.2.12/src/audio/alsa/SDL_alsa_audio.h
dl-1.2.12/src/audio/amigaos/SDL_ahiaudio.c
dl-1.2.12/src/audio/amigaos/SDL_ahiaudio.h
dl-1.2.12/src/audio/arts/SDL_artsaudio.c
dl-1.2.12/src/audio/arts/SDL_artsaudio.h
dl-1.2.12/src/audio/baudio/SDL_beaudio.cc
dl-1.2.12/src/audio/baudio/SDL_beaudio.h
dl-1.2.12/src/audio/bsd/SDL_bsdaudio.c
dl-1.2.12/src/audio/bsd/SDL_bsdaudio.h
dl-1.2.12/src/audio/dart/SDL_dart.c
dl-1.2.12/src/audio/dart/SDL_dart.h
dl-1.2.12/src/audio/dc/SDL_dcaudio.c
dl-1.2.12/src/audio/dc/SDL_dcaudio.h
dl-1.2.12/src/audio/dc/aica.c
dl-1.2.12/src/audio/dc/aica.h
dl-1.2.12/src/audio/disk/SDL_diskaudio.c
dl-1.2.12/src/audio/disk/SDL_diskaudio.h
dl-1.2.12/src/audio/dma/SDL_dmaaudio.c
dl-1.2.12/src/audio/dma/SDL_dmaaudio.h
dl-1.2.12/src/audio/dmedia/SDL_irixaudio.c
dl-1.2.12/src/audio/dmedia/SDL_irixaudio.h
dl-1.2.12/src/audio/dsp/SDL_dspaudio.c
dl-1.2.12/src/audio/dsp/SDL_dspaudio.h
dl-1.2.12/src/audio/dummy/SDL_dummyaudio.c
dl-1.2.12/src/audio/dummy/SDL_dummyaudio.h
dl-1.2.12/src/audio/esd/SDL_esdaudio.c
dl-1.2.12/src/audio/esd/SDL_esdaudio.h
dl-1.2.12/src/audio/macosx/SDL_coreaudio.c
dl-1.2.12/src/audio/macosx/SDL_coreaudio.h
dl-1.2.12/src/audio/macrom/SDL_romaudio.c
dl-1.2.12/src/audio/macrom/SDL_romaudio.h
dl-1.2.12/src/audio/mint/SDL_mintaudio.c
dl-1.2.12/src/audio/mint/SDL_mintaudio.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_dma8.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_dma8.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_gsxb.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_gsxb.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_it.S
dl-1.2.12/src/audio/mint/SDL_mintaudio_mcsn.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_mcsn.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_stfa.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_stfa.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_xbios.c
dl-1.2.12/src/audio/mme/SDL_mmeaudio.c
dl-1.2.12/src/audio/mme/SDL_mmeaudio.h
dl-1.2.12/src/audio/nas/SDL_nasaudio.c
dl-1.2.12/src/audio/nas/SDL_nasaudio.h
dl-1.2.12/src/audio/nto/SDL_nto_audio.c
dl-1.2.12/src/audio/nto/SDL_nto_audio.h
dl-1.2.12/src/audio/paudio/SDL_paudio.c
dl-1.2.12/src/audio/paudio/SDL_paudio.h
dl-1.2.12/src/audio/sun/SDL_sunaudio.c
dl-1.2.12/src/audio/sun/SDL_sunaudio.h
dl-1.2.12/src/audio/ums/SDL_umsaudio.c
dl-1.2.12/src/audio/ums/SDL_umsaudio.h
dl-1.2.12/src/audio/windib/SDL_dibaudio.c
dl-1.2.12/src/audio/windib/SDL_dibaudio.h
dl-1.2.12/src/audio/windx5/SDL_dx5audio.c
dl-1.2.12/src/audio/windx5/SDL_dx5audio.h
dl-1.2.12/src/audio/windx5/directx.h
dl-1.2.12/src/cdrom/SDL_cdrom.c
dl-1.2.12/src/cdrom/SDL_syscdrom.h
dl-1.2.12/src/cdrom/aix/SDL_syscdrom.c
dl-1.2.12/src/cdrom/beos/SDL_syscdrom.cc
dl-1.2.12/src/cdrom/bsdi/SDL_syscdrom.c
dl-1.2.12/src/cdrom/dc/SDL_syscdrom.c
dl-1.2.12/src/cdrom/dummy/SDL_syscdrom.c
dl-1.2.12/src/cdrom/freebsd/SDL_syscdrom.c
dl-1.2.12/src/cdrom/linux/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macos/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macos/SDL_syscdrom_c.h
dl-1.2.12/src/cdrom/macosx/AudioFilePlayer.c
dl-1.2.12/src/cdrom/macosx/AudioFilePlayer.h
dl-1.2.12/src/cdrom/macosx/AudioFileReaderThread.c
dl-1.2.12/src/cdrom/macosx/CDPlayer.c
dl-1.2.12/src/cdrom/macosx/CDPlayer.h
dl-1.2.12/src/cdrom/macosx/SDLOSXCAGuard.c
dl-1.2.12/src/cdrom/macosx/SDLOSXCAGuard.h
dl-1.2.12/src/cdrom/macosx/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macosx/SDL_syscdrom_c.h
dl-1.2.12/src/cdrom/mint/SDL_syscdrom.c
dl-1.2.12/src/cdrom/openbsd/SDL_syscdrom.c
dl-1.2.12/src/cdrom/os2/SDL_syscdrom.c
dl-1.2.12/src/cdrom/osf/SDL_syscdrom.c
dl-1.2.12/src/cdrom/qnx/SDL_syscdrom.c
dl-1.2.12/src/cdrom/win32/SDL_syscdrom.c
dl-1.2.12/src/cpuinfo/SDL_cpuinfo.c
dl-1.2.12/src/events/SDL_active.c
dl-1.2.12/src/events/SDL_events.c
dl-1.2.12/src/events/SDL_events_c.h
dl-1.2.12/src/events/SDL_expose.c
dl-1.2.12/src/events/SDL_keyboard.c
dl-1.2.12/src/events/SDL_mouse.c
dl-1.2.12/src/events/SDL_quit.c
dl-1.2.12/src/events/SDL_resize.c
dl-1.2.12/src/events/SDL_sysevents.h
dl-1.2.12/src/file/SDL_rwops.c
dl-1.2.12/src/hermes/COPYING.LIB
dl-1.2.12/src/hermes/HeadMMX.h
dl-1.2.12/src/hermes/HeadX86.h
dl-1.2.12/src/hermes/README
dl-1.2.12/src/hermes/common.inc
dl-1.2.12/src/hermes/mmx_main.asm
dl-1.2.12/src/hermes/mmxp2_32.asm
dl-1.2.12/src/hermes/x86_main.asm
dl-1.2.12/src/hermes/x86p_16.asm
dl-1.2.12/src/hermes/x86p_32.asm
dl-1.2.12/src/joystick/SDL_joystick.c
dl-1.2.12/src/joystick/SDL_joystick_c.h
dl-1.2.12/src/joystick/SDL_sysjoystick.h
dl-1.2.12/src/joystick/amigaos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/beos/SDL_bejoystick.cc
dl-1.2.12/src/joystick/bsd/SDL_sysjoystick.c
dl-1.2.12/src/joystick/darwin/SDL_sysjoystick.c
dl-1.2.12/src/joystick/dc/SDL_sysjoystick.c
dl-1.2.12/src/joystick/dummy/SDL_sysjoystick.c
dl-1.2.12/src/joystick/linux/SDL_sysjoystick.c
dl-1.2.12/src/joystick/macos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/mint/SDL_sysjoystick.c
dl-1.2.12/src/joystick/os2/SDL_sysjoystick.c
dl-1.2.12/src/joystick/os2/joyos2.h
dl-1.2.12/src/joystick/riscos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/win32/SDL_mmjoystick.c
dl-1.2.12/src/loadso/beos/SDL_sysloadso.c
dl-1.2.12/src/loadso/dlopen/SDL_sysloadso.c
dl-1.2.12/src/loadso/dummy/SDL_sysloadso.c
dl-1.2.12/src/loadso/macos/SDL_sysloadso.c
dl-1.2.12/src/loadso/macosx/SDL_dlcompat.c
dl-1.2.12/src/loadso/mint/SDL_sysloadso.c
dl-1.2.12/src/loadso/os2/SDL_sysloadso.c
dl-1.2.12/src/loadso/win32/SDL_sysloadso.c
dl-1.2.12/src/main/beos/SDL_BeApp.cc
dl-1.2.12/src/main/beos/SDL_BeApp.h
dl-1.2.12/src/main/dummy/SDL_dummy_main.c
dl-1.2.12/src/main/epoc/SDL_main.cpp
dl-1.2.12/src/main/macos/SDL.r
dl-1.2.12/src/main/macos/SDL_main.c
dl-1.2.12/src/main/macos/SIZE.r
dl-1.2.12/src/main/macos/exports/Makefile
dl-1.2.12/src/main/macos/exports/SDL.x
dl-1.2.12/src/main/macos/exports/gendef.pl
dl-1.2.12/src/main/macosx/Info.plist.in
dl-1.2.12/src/main/macosx/SDLMain.h
dl-1.2.12/src/main/macosx/SDLMain.m
dl-1.2.12/src/main/macosx/SDLMain.nib/classes.nib
dl-1.2.12/src/main/macosx/SDLMain.nib/info.nib
dl-1.2.12/src/main/macosx/SDLMain.nib/objects.nib
dl-1.2.12/src/main/macosx/info.nib
dl-1.2.12/src/main/qtopia/SDL_qtopia_main.cc
dl-1.2.12/src/main/win32/SDL_win32_main.c
dl-1.2.12/src/main/win32/version.rc
dl-1.2.12/src/stdlib/SDL_getenv.c
dl-1.2.12/src/stdlib/SDL_iconv.c
dl-1.2.12/src/stdlib/SDL_malloc.c
dl-1.2.12/src/stdlib/SDL_qsort.c
dl-1.2.12/src/stdlib/SDL_stdlib.c
dl-1.2.12/src/stdlib/SDL_string.c
dl-1.2.12/src/thread/SDL_systhread.h
dl-1.2.12/src/thread/SDL_thread.c
dl-1.2.12/src/thread/SDL_thread_c.h
dl-1.2.12/src/thread/amigaos/SDL_syssem.c
dl-1.2.12/src/thread/amigaos/SDL_systhread.c
dl-1.2.12/src/thread/amigaos/SDL_systhread_c.h
dl-1.2.12/src/thread/amigaos/SDL_thread.c
dl-1.2.12/src/thread/beos/SDL_syssem.c
dl-1.2.12/src/thread/beos/SDL_systhread.c
dl-1.2.12/src/thread/beos/SDL_systhread_c.h
dl-1.2.12/src/thread/dc/SDL_syscond.c
dl-1.2.12/src/thread/dc/SDL_syscond_c.h
dl-1.2.12/src/thread/dc/SDL_sysmutex.c
dl-1.2.12/src/thread/dc/SDL_sysmutex_c.h
dl-1.2.12/src/thread/dc/SDL_syssem.c
dl-1.2.12/src/thread/dc/SDL_syssem_c.h
dl-1.2.12/src/thread/dc/SDL_systhread.c
dl-1.2.12/src/thread/dc/SDL_systhread_c.h
dl-1.2.12/src/thread/epoc/SDL_sysmutex.cpp
dl-1.2.12/src/thread/epoc/SDL_syssem.cpp
dl-1.2.12/src/thread/epoc/SDL_systhread.cpp
dl-1.2.12/src/thread/epoc/SDL_systhread_c.h
dl-1.2.12/src/thread/generic/SDL_syscond.c
dl-1.2.12/src/thread/generic/SDL_sysmutex.c
dl-1.2.12/src/thread/generic/SDL_sysmutex_c.h
dl-1.2.12/src/thread/generic/SDL_syssem.c
dl-1.2.12/src/thread/generic/SDL_systhread.c
dl-1.2.12/src/thread/generic/SDL_systhread_c.h
dl-1.2.12/src/thread/irix/SDL_syssem.c
dl-1.2.12/src/thread/irix/SDL_systhread.c
dl-1.2.12/src/thread/irix/SDL_systhread_c.h
dl-1.2.12/src/thread/os2/SDL_syscond.c
dl-1.2.12/src/thread/os2/SDL_syscond_c.h
dl-1.2.12/src/thread/os2/SDL_sysmutex.c
dl-1.2.12/src/thread/os2/SDL_syssem.c
dl-1.2.12/src/thread/os2/SDL_systhread.c
dl-1.2.12/src/thread/os2/SDL_systhread_c.h
dl-1.2.12/src/thread/pth/SDL_syscond.c
dl-1.2.12/src/thread/pth/SDL_sysmutex.c
dl-1.2.12/src/thread/pth/SDL_sysmutex_c.h
dl-1.2.12/src/thread/pth/SDL_systhread.c
dl-1.2.12/src/thread/pth/SDL_systhread_c.h
dl-1.2.12/src/thread/pthread/SDL_syscond.c
dl-1.2.12/src/thread/pthread/SDL_sysmutex.c
dl-1.2.12/src/thread/pthread/SDL_sysmutex_c.h
dl-1.2.12/src/thread/pthread/SDL_syssem.c
dl-1.2.12/src/thread/pthread/SDL_systhread.c
dl-1.2.12/src/thread/pthread/SDL_systhread_c.h
dl-1.2.12/src/thread/riscos/SDL_syscond.c
dl-1.2.12/src/thread/riscos/SDL_sysmutex.c
dl-1.2.12/src/thread/riscos/SDL_sysmutex_c.h
dl-1.2.12/src/thread/riscos/SDL_syssem.c
dl-1.2.12/src/thread/riscos/SDL_systhread.c
dl-1.2.12/src/thread/riscos/SDL_systhread_c.h
dl-1.2.12/src/thread/win32/SDL_sysmutex.c
dl-1.2.12/src/thread/win32/SDL_syssem.c
dl-1.2.12/src/thread/win32/SDL_systhread.c
dl-1.2.12/src/thread/win32/SDL_systhread_c.h
dl-1.2.12/src/thread/win32/win_ce_semaphore.c
dl-1.2.12/src/thread/win32/win_ce_semaphore.h
dl-1.2.12/src/timer/SDL_systimer.h
dl-1.2.12/src/timer/SDL_timer.c
dl-1.2.12/src/timer/SDL_timer_c.h
dl-1.2.12/src/timer/amigaos/SDL_systimer.c
dl-1.2.12/src/timer/beos/SDL_systimer.c
dl-1.2.12/src/timer/dc/SDL_systimer.c
dl-1.2.12/src/timer/dummy/SDL_systimer.c
dl-1.2.12/src/timer/epoc/SDL_systimer.cpp
dl-1.2.12/src/timer/macos/FastTimes.c
dl-1.2.12/src/timer/macos/FastTimes.h
dl-1.2.12/src/timer/macos/SDL_MPWtimer.c
dl-1.2.12/src/timer/macos/SDL_systimer.c
dl-1.2.12/src/timer/mint/SDL_systimer.c
dl-1.2.12/src/timer/mint/SDL_vbltimer.S
dl-1.2.12/src/timer/mint/SDL_vbltimer_s.h
dl-1.2.12/src/timer/os2/SDL_systimer.c
dl-1.2.12/src/timer/riscos/SDL_systimer.c
dl-1.2.12/src/timer/unix/SDL_systimer.c
dl-1.2.12/src/timer/win32/SDL_systimer.c
dl-1.2.12/src/timer/wince/SDL_systimer.c
dl-1.2.12/src/video/SDL_RLEaccel.c
dl-1.2.12/src/video/SDL_RLEaccel_c.h
dl-1.2.12/src/video/SDL_blit.c
dl-1.2.12/src/video/SDL_blit.h
dl-1.2.12/src/video/SDL_blit_0.c
dl-1.2.12/src/video/SDL_blit_1.c
dl-1.2.12/src/video/SDL_blit_A.c
dl-1.2.12/src/video/SDL_blit_N.c
dl-1.2.12/src/video/SDL_bmp.c
dl-1.2.12/src/video/SDL_cursor.c
dl-1.2.12/src/video/SDL_cursor_c.h
dl-1.2.12/src/video/SDL_gamma.c
dl-1.2.12/src/video/SDL_glfuncs.h
dl-1.2.12/src/video/SDL_leaks.h
dl-1.2.12/src/video/SDL_pixels.c
dl-1.2.12/src/video/SDL_pixels_c.h
dl-1.2.12/src/video/SDL_stretch.c
dl-1.2.12/src/video/SDL_stretch_c.h
dl-1.2.12/src/video/SDL_surface.c
dl-1.2.12/src/video/SDL_sysvideo.h
dl-1.2.12/src/video/SDL_video.c
dl-1.2.12/src/video/SDL_yuv.c
dl-1.2.12/src/video/SDL_yuv_mmx.c
dl-1.2.12/src/video/SDL_yuv_sw.c
dl-1.2.12/src/video/SDL_yuv_sw_c.h
dl-1.2.12/src/video/SDL_yuvfuncs.h
dl-1.2.12/src/video/Xext/README
dl-1.2.12/src/video/Xext/XME/xme.c
dl-1.2.12/src/video/Xext/Xinerama/Xinerama.c
dl-1.2.12/src/video/Xext/Xv/Xv.c
dl-1.2.12/src/video/Xext/Xv/Xvlibint.h
dl-1.2.12/src/video/Xext/Xxf86dga/XF86DGA.c
dl-1.2.12/src/video/Xext/Xxf86dga/XF86DGA2.c
dl-1.2.12/src/video/Xext/Xxf86vm/XF86VMode.c
dl-1.2.12/src/video/Xext/extensions/Xext.h
dl-1.2.12/src/video/Xext/extensions/Xinerama.h
dl-1.2.12/src/video/Xext/extensions/Xv.h
dl-1.2.12/src/video/Xext/extensions/Xvlib.h
dl-1.2.12/src/video/Xext/extensions/Xvproto.h
dl-1.2.12/src/video/Xext/extensions/extutil.h
dl-1.2.12/src/video/Xext/extensions/panoramiXext.h
dl-1.2.12/src/video/Xext/extensions/panoramiXproto.h
dl-1.2.12/src/video/Xext/extensions/xf86dga.h
dl-1.2.12/src/video/Xext/extensions/xf86dga1.h
dl-1.2.12/src/video/Xext/extensions/xf86dga1str.h
dl-1.2.12/src/video/Xext/extensions/xf86dgastr.h
dl-1.2.12/src/video/Xext/extensions/xf86vmode.h
dl-1.2.12/src/video/Xext/extensions/xf86vmstr.h
dl-1.2.12/src/video/Xext/extensions/xme.h
dl-1.2.12/src/video/aalib/SDL_aaevents.c
dl-1.2.12/src/video/aalib/SDL_aaevents_c.h
dl-1.2.12/src/video/aalib/SDL_aamouse.c
dl-1.2.12/src/video/aalib/SDL_aamouse_c.h
dl-1.2.12/src/video/aalib/SDL_aavideo.c
dl-1.2.12/src/video/aalib/SDL_aavideo.h
dl-1.2.12/src/video/ataricommon/SDL_ataric2p.S
dl-1.2.12/src/video/ataricommon/SDL_ataric2p_s.h
dl-1.2.12/src/video/ataricommon/SDL_ataridevmouse.c
dl-1.2.12/src/video/ataricommon/SDL_ataridevmouse_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarieddi.S
dl-1.2.12/src/video/ataricommon/SDL_atarieddi_s.h
dl-1.2.12/src/video/ataricommon/SDL_atarievents.c
dl-1.2.12/src/video/ataricommon/SDL_atarievents_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarigl.c
dl-1.2.12/src/video/ataricommon/SDL_atarigl_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarikeys.h
dl-1.2.12/src/video/ataricommon/SDL_atarimxalloc.c
dl-1.2.12/src/video/ataricommon/SDL_atarimxalloc_c.h
dl-1.2.12/src/video/ataricommon/SDL_biosevents.c
dl-1.2.12/src/video/ataricommon/SDL_biosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_gemdosevents.c
dl-1.2.12/src/video/ataricommon/SDL_gemdosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_ikbdevents.c
dl-1.2.12/src/video/ataricommon/SDL_ikbdevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_ikbdinterrupt.S
dl-1.2.12/src/video/ataricommon/SDL_ikbdinterrupt_s.h
dl-1.2.12/src/video/ataricommon/SDL_xbiosevents.c
dl-1.2.12/src/video/ataricommon/SDL_xbiosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_xbiosinterrupt.S
dl-1.2.12/src/video/ataricommon/SDL_xbiosinterrupt_s.h
dl-1.2.12/src/video/blank_cursor.h
dl-1.2.12/src/video/bwindow/SDL_BView.h
dl-1.2.12/src/video/bwindow/SDL_BWin.h
dl-1.2.12/src/video/bwindow/SDL_lowvideo.h
dl-1.2.12/src/video/bwindow/SDL_sysevents.cc
dl-1.2.12/src/video/bwindow/SDL_sysevents_c.h
dl-1.2.12/src/video/bwindow/SDL_sysmouse.cc
dl-1.2.12/src/video/bwindow/SDL_sysmouse_c.h
dl-1.2.12/src/video/bwindow/SDL_sysvideo.cc
dl-1.2.12/src/video/bwindow/SDL_syswm.cc
dl-1.2.12/src/video/bwindow/SDL_syswm_c.h
dl-1.2.12/src/video/bwindow/SDL_sysyuv.cc
dl-1.2.12/src/video/bwindow/SDL_sysyuv.h
dl-1.2.12/src/video/cybergfx/SDL_amigaevents.c
dl-1.2.12/src/video/cybergfx/SDL_amigaevents_c.h
dl-1.2.12/src/video/cybergfx/SDL_amigamouse.c
dl-1.2.12/src/video/cybergfx/SDL_amigamouse_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxaccel.c
dl-1.2.12/src/video/cybergfx/SDL_cgxgl.c
dl-1.2.12/src/video/cybergfx/SDL_cgxgl_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgximage.c
dl-1.2.12/src/video/cybergfx/SDL_cgximage_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxmodes.c
dl-1.2.12/src/video/cybergfx/SDL_cgxmodes_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxvideo.c
dl-1.2.12/src/video/cybergfx/SDL_cgxvideo.h
dl-1.2.12/src/video/cybergfx/SDL_cgxwm.c
dl-1.2.12/src/video/cybergfx/SDL_cgxwm_c.h
dl-1.2.12/src/video/dc/SDL_dcevents.c
dl-1.2.12/src/video/dc/SDL_dcevents_c.h
dl-1.2.12/src/video/dc/SDL_dcmouse.c
dl-1.2.12/src/video/dc/SDL_dcmouse_c.h
dl-1.2.12/src/video/dc/SDL_dcvideo.c
dl-1.2.12/src/video/dc/SDL_dcvideo.h
dl-1.2.12/src/video/default_cursor.h
dl-1.2.12/src/video/dga/SDL_dgaevents.c
dl-1.2.12/src/video/dga/SDL_dgaevents_c.h
dl-1.2.12/src/video/dga/SDL_dgamouse.c
dl-1.2.12/src/video/dga/SDL_dgamouse_c.h
dl-1.2.12/src/video/dga/SDL_dgavideo.c
dl-1.2.12/src/video/dga/SDL_dgavideo.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_events.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_events.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_keys.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_video.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_video.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_yuv.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_yuv.h
dl-1.2.12/src/video/dummy/SDL_nullevents.c
dl-1.2.12/src/video/dummy/SDL_nullevents_c.h
dl-1.2.12/src/video/dummy/SDL_nullmouse.c
dl-1.2.12/src/video/dummy/SDL_nullmouse_c.h
dl-1.2.12/src/video/dummy/SDL_nullvideo.c
dl-1.2.12/src/video/dummy/SDL_nullvideo.h
dl-1.2.12/src/video/e_log.h
dl-1.2.12/src/video/e_pow.h
dl-1.2.12/src/video/e_sqrt.h
dl-1.2.12/src/video/epoc/SDL_epocevents.cpp
dl-1.2.12/src/video/epoc/SDL_epocevents_c.h
dl-1.2.12/src/video/epoc/SDL_epocvideo.cpp
dl-1.2.12/src/video/epoc/SDL_epocvideo.h
dl-1.2.12/src/video/fbcon/3dfx_mmio.h
dl-1.2.12/src/video/fbcon/3dfx_regs.h
dl-1.2.12/src/video/fbcon/SDL_fb3dfx.c
dl-1.2.12/src/video/fbcon/SDL_fb3dfx.h
dl-1.2.12/src/video/fbcon/SDL_fbelo.c
dl-1.2.12/src/video/fbcon/SDL_fbelo.h
dl-1.2.12/src/video/fbcon/SDL_fbevents.c
dl-1.2.12/src/video/fbcon/SDL_fbevents_c.h
dl-1.2.12/src/video/fbcon/SDL_fbkeys.h
dl-1.2.12/src/video/fbcon/SDL_fbmatrox.c
dl-1.2.12/src/video/fbcon/SDL_fbmatrox.h
dl-1.2.12/src/video/fbcon/SDL_fbmouse.c
dl-1.2.12/src/video/fbcon/SDL_fbmouse_c.h
dl-1.2.12/src/video/fbcon/SDL_fbriva.c
dl-1.2.12/src/video/fbcon/SDL_fbriva.h
dl-1.2.12/src/video/fbcon/SDL_fbvideo.c
dl-1.2.12/src/video/fbcon/SDL_fbvideo.h
dl-1.2.12/src/video/fbcon/matrox_mmio.h
dl-1.2.12/src/video/fbcon/matrox_regs.h
dl-1.2.12/src/video/fbcon/out
dl-1.2.12/src/video/fbcon/riva_mmio.h
dl-1.2.12/src/video/fbcon/riva_regs.h
dl-1.2.12/src/video/gapi/SDL_gapivideo.c
dl-1.2.12/src/video/gapi/SDL_gapivideo.h
dl-1.2.12/src/video/gem/SDL_gemevents.c
dl-1.2.12/src/video/gem/SDL_gemevents_c.h
dl-1.2.12/src/video/gem/SDL_gemmouse.c
dl-1.2.12/src/video/gem/SDL_gemmouse_c.h
dl-1.2.12/src/video/gem/SDL_gemvideo.c
dl-1.2.12/src/video/gem/SDL_gemvideo.h
dl-1.2.12/src/video/gem/SDL_gemwm.c
dl-1.2.12/src/video/gem/SDL_gemwm_c.h
dl-1.2.12/src/video/ggi/SDL_ggievents.c
dl-1.2.12/src/video/ggi/SDL_ggievents_c.h
dl-1.2.12/src/video/ggi/SDL_ggikeys.h
dl-1.2.12/src/video/ggi/SDL_ggimouse.c
dl-1.2.12/src/video/ggi/SDL_ggimouse_c.h
dl-1.2.12/src/video/ggi/SDL_ggivideo.c
dl-1.2.12/src/video/ggi/SDL_ggivideo.h
dl-1.2.12/src/video/ipod/SDL_ipodvideo.c
dl-1.2.12/src/video/ipod/SDL_ipodvideo.h
dl-1.2.12/src/video/maccommon/SDL_lowvideo.h
dl-1.2.12/src/video/maccommon/SDL_macevents.c
dl-1.2.12/src/video/maccommon/SDL_macevents_c.h
dl-1.2.12/src/video/maccommon/SDL_macgl.c
dl-1.2.12/src/video/maccommon/SDL_macgl_c.h
dl-1.2.12/src/video/maccommon/SDL_mackeys.h
dl-1.2.12/src/video/maccommon/SDL_macmouse.c
dl-1.2.12/src/video/maccommon/SDL_macmouse_c.h
dl-1.2.12/src/video/maccommon/SDL_macwm.c
dl-1.2.12/src/video/maccommon/SDL_macwm_c.h
dl-1.2.12/src/video/macdsp/SDL_dspvideo.c
dl-1.2.12/src/video/macdsp/SDL_dspvideo.h
dl-1.2.12/src/video/macrom/SDL_romvideo.c
dl-1.2.12/src/video/macrom/SDL_romvideo.h
dl-1.2.12/src/video/math_private.h
dl-1.2.12/src/video/mmx.h
dl-1.2.12/src/video/nanox/SDL_nxevents.c
dl-1.2.12/src/video/nanox/SDL_nxevents_c.h
dl-1.2.12/src/video/nanox/SDL_nximage.c
dl-1.2.12/src/video/nanox/SDL_nximage_c.h
dl-1.2.12/src/video/nanox/SDL_nxmodes.c
dl-1.2.12/src/video/nanox/SDL_nxmodes_c.h
dl-1.2.12/src/video/nanox/SDL_nxmouse.c
dl-1.2.12/src/video/nanox/SDL_nxmouse_c.h
dl-1.2.12/src/video/nanox/SDL_nxvideo.c
dl-1.2.12/src/video/nanox/SDL_nxvideo.h
dl-1.2.12/src/video/nanox/SDL_nxwm.c
dl-1.2.12/src/video/nanox/SDL_nxwm_c.h
dl-1.2.12/src/video/os2fslib/SDL_os2fslib.c
dl-1.2.12/src/video/os2fslib/SDL_os2fslib.h
dl-1.2.12/src/video/os2fslib/SDL_vkeys.h
dl-1.2.12/src/video/photon/SDL_ph_events.c
dl-1.2.12/src/video/photon/SDL_ph_events_c.h
dl-1.2.12/src/video/photon/SDL_ph_gl.c
dl-1.2.12/src/video/photon/SDL_ph_gl.h
dl-1.2.12/src/video/photon/SDL_ph_image.c
dl-1.2.12/src/video/photon/SDL_ph_image_c.h
dl-1.2.12/src/video/photon/SDL_ph_modes.c
dl-1.2.12/src/video/photon/SDL_ph_modes_c.h
dl-1.2.12/src/video/photon/SDL_ph_mouse.c
dl-1.2.12/src/video/photon/SDL_ph_mouse_c.h
dl-1.2.12/src/video/photon/SDL_ph_video.c
dl-1.2.12/src/video/photon/SDL_ph_video.h
dl-1.2.12/src/video/photon/SDL_ph_wm.c
dl-1.2.12/src/video/photon/SDL_ph_wm_c.h
dl-1.2.12/src/video/photon/SDL_phyuv.c
dl-1.2.12/src/video/photon/SDL_phyuv_c.h
dl-1.2.12/src/video/picogui/SDL_pgevents.c
dl-1.2.12/src/video/picogui/SDL_pgevents_c.h
dl-1.2.12/src/video/picogui/SDL_pgvideo.c
dl-1.2.12/src/video/picogui/SDL_pgvideo.h
dl-1.2.12/src/video/ps2gs/SDL_gsevents.c
dl-1.2.12/src/video/ps2gs/SDL_gsevents_c.h
dl-1.2.12/src/video/ps2gs/SDL_gskeys.h
dl-1.2.12/src/video/ps2gs/SDL_gsmouse.c
dl-1.2.12/src/video/ps2gs/SDL_gsmouse_c.h
dl-1.2.12/src/video/ps2gs/SDL_gsvideo.c
dl-1.2.12/src/video/ps2gs/SDL_gsvideo.h
dl-1.2.12/src/video/ps2gs/SDL_gsyuv.c
dl-1.2.12/src/video/ps2gs/SDL_gsyuv_c.h
dl-1.2.12/src/video/qtopia/SDL_QPEApp.cc
dl-1.2.12/src/video/qtopia/SDL_QPEApp.h
dl-1.2.12/src/video/qtopia/SDL_QWin.cc
dl-1.2.12/src/video/qtopia/SDL_QWin.h
dl-1.2.12/src/video/qtopia/SDL_lowvideo.h
dl-1.2.12/src/video/qtopia/SDL_sysevents.cc
dl-1.2.12/src/video/qtopia/SDL_sysevents_c.h
dl-1.2.12/src/video/qtopia/SDL_sysmouse.cc
dl-1.2.12/src/video/qtopia/SDL_sysmouse_c.h
dl-1.2.12/src/video/qtopia/SDL_sysvideo.cc
dl-1.2.12/src/video/qtopia/SDL_syswm.cc
dl-1.2.12/src/video/qtopia/SDL_syswm_c.h
dl-1.2.12/src/video/quartz/CGS.h
dl-1.2.12/src/video/quartz/SDL_QuartzEvents.m
dl-1.2.12/src/video/quartz/SDL_QuartzGL.m
dl-1.2.12/src/video/quartz/SDL_QuartzKeys.h
dl-1.2.12/src/video/quartz/SDL_QuartzVideo.h
dl-1.2.12/src/video/quartz/SDL_QuartzVideo.m
dl-1.2.12/src/video/quartz/SDL_QuartzWM.h
dl-1.2.12/src/video/quartz/SDL_QuartzWM.m
dl-1.2.12/src/video/quartz/SDL_QuartzWindow.h
dl-1.2.12/src/video/quartz/SDL_QuartzWindow.m
dl-1.2.12/src/video/quartz/SDL_QuartzYUV.m
dl-1.2.12/src/video/riscos/SDL_riscosASM.S
dl-1.2.12/src/video/riscos/SDL_riscosFullScreenVideo.c
dl-1.2.12/src/video/riscos/SDL_riscosevents.c
dl-1.2.12/src/video/riscos/SDL_riscosevents_c.h
dl-1.2.12/src/video/riscos/SDL_riscosmouse.c
dl-1.2.12/src/video/riscos/SDL_riscosmouse_c.h
dl-1.2.12/src/video/riscos/SDL_riscossprite.c
dl-1.2.12/src/video/riscos/SDL_riscostask.c
dl-1.2.12/src/video/riscos/SDL_riscostask.h
dl-1.2.12/src/video/riscos/SDL_riscosvideo.c
dl-1.2.12/src/video/riscos/SDL_riscosvideo.h
dl-1.2.12/src/video/riscos/SDL_wimppoll.c
dl-1.2.12/src/video/riscos/SDL_wimpvideo.c
dl-1.2.12/src/video/svga/SDL_svgaevents.c
dl-1.2.12/src/video/svga/SDL_svgaevents_c.h
dl-1.2.12/src/video/svga/SDL_svgamouse.c
dl-1.2.12/src/video/svga/SDL_svgamouse_c.h
dl-1.2.12/src/video/svga/SDL_svgavideo.c
dl-1.2.12/src/video/svga/SDL_svgavideo.h
dl-1.2.12/src/video/vgl/SDL_vglevents.c
dl-1.2.12/src/video/vgl/SDL_vglevents_c.h
dl-1.2.12/src/video/vgl/SDL_vglmouse.c
dl-1.2.12/src/video/vgl/SDL_vglmouse_c.h
dl-1.2.12/src/video/vgl/SDL_vglvideo.c
dl-1.2.12/src/video/vgl/SDL_vglvideo.h
dl-1.2.12/src/video/wincommon/SDL_lowvideo.h
dl-1.2.12/src/video/wincommon/SDL_sysevents.c
dl-1.2.12/src/video/wincommon/SDL_sysmouse.c
dl-1.2.12/src/video/wincommon/SDL_sysmouse_c.h
dl-1.2.12/src/video/wincommon/SDL_syswm.c
dl-1.2.12/src/video/wincommon/SDL_syswm_c.h
dl-1.2.12/src/video/wincommon/SDL_wingl.c
dl-1.2.12/src/video/wincommon/SDL_wingl_c.h
dl-1.2.12/src/video/wincommon/wmmsg.h
dl-1.2.12/src/video/windib/SDL_dibevents.c
dl-1.2.12/src/video/windib/SDL_dibevents_c.h
dl-1.2.12/src/video/windib/SDL_dibvideo.c
dl-1.2.12/src/video/windib/SDL_dibvideo.h
dl-1.2.12/src/video/windib/SDL_vkeys.h
dl-1.2.12/src/video/windx5/SDL_dx5events.c
dl-1.2.12/src/video/windx5/SDL_dx5events_c.h
dl-1.2.12/src/video/windx5/SDL_dx5video.c
dl-1.2.12/src/video/windx5/SDL_dx5video.h
dl-1.2.12/src/video/windx5/SDL_dx5yuv.c
dl-1.2.12/src/video/windx5/SDL_dx5yuv_c.h
dl-1.2.12/src/video/windx5/directx.h
dl-1.2.12/src/video/wscons/SDL_wsconsevents.c
dl-1.2.12/src/video/wscons/SDL_wsconsevents_c.h
dl-1.2.12/src/video/wscons/SDL_wsconsmouse.c
dl-1.2.12/src/video/wscons/SDL_wsconsmouse_c.h
dl-1.2.12/src/video/wscons/SDL_wsconsvideo.c
dl-1.2.12/src/video/wscons/SDL_wsconsvideo.h
dl-1.2.12/src/video/x11/SDL_x11dga.c
dl-1.2.12/src/video/x11/SDL_x11dga_c.h
dl-1.2.12/src/video/x11/SDL_x11dyn.c
dl-1.2.12/src/video/x11/SDL_x11dyn.h
dl-1.2.12/src/video/x11/SDL_x11events.c
dl-1.2.12/src/video/x11/SDL_x11events_c.h
dl-1.2.12/src/video/x11/SDL_x11gamma.c
dl-1.2.12/src/video/x11/SDL_x11gamma_c.h
dl-1.2.12/src/video/x11/SDL_x11gl.c
dl-1.2.12/src/video/x11/SDL_x11gl_c.h
dl-1.2.12/src/video/x11/SDL_x11image.c
dl-1.2.12/src/video/x11/SDL_x11image_c.h
dl-1.2.12/src/video/x11/SDL_x11modes.c
dl-1.2.12/src/video/x11/SDL_x11modes_c.h
dl-1.2.12/src/video/x11/SDL_x11mouse.c
dl-1.2.12/src/video/x11/SDL_x11mouse_c.h
dl-1.2.12/src/video/x11/SDL_x11sym.h
dl-1.2.12/src/video/x11/SDL_x11video.c
dl-1.2.12/src/video/x11/SDL_x11video.h
dl-1.2.12/src/video/x11/SDL_x11wm.c
dl-1.2.12/src/video/x11/SDL_x11wm_c.h
dl-1.2.12/src/video/x11/SDL_x11yuv.c
dl-1.2.12/src/video/x11/SDL_x11yuv_c.h
dl-1.2.12/src/video/xbios/SDL_xbios.c
dl-1.2.12/src/video/xbios/SDL_xbios.h
dl-1.2.12/src/video/xbios/SDL_xbios_blowup.c
dl-1.2.12/src/video/xbios/SDL_xbios_blowup.h
dl-1.2.12/src/video/xbios/SDL_xbios_centscreen.c
dl-1.2.12/src/video/xbios/SDL_xbios_centscreen.h
dl-1.2.12/src/video/xbios/SDL_xbios_sb3.c
dl-1.2.12/src/video/xbios/SDL_xbios_sb3.h
c60b11434975c424e937fad75275840ef5ec3e81 18-Jul-2012 Jesse Hall <jessehall@google.com> Switch to sdl 1.2.15 and build from source on osx

Change-Id: I036eefd9789bfe346e9ee5acc15c1d9ffe995c94
EADME
3cee084cdc822249fd535b6c02c7112f63848c4d 18-Jul-2012 Jesse Hall <jessehall@google.com> Remove link dependency on SDL_audio.c which we don't build

Change-Id: Iac0a43a0ccc29bf891f37117fa856ca36e28c4de
dl-1.2.15/src/video/SDL_video.c
e4c5d95ed37611acc6a186522315195b4ebfb9ef 09-Jul-2012 Jesse Hall <jessehall@google.com> Apply Android changes from sdl-1.2.12 to sdl-1.2.15

These changes come from diffing Android's sdl-1.2.12 tree against a
pure upstream sdl-1.2.12 tree, and then manually applying those
differences to the sdl-1.2.15 tree.

Change-Id: I05fa6e8004bb629fa2482f092b6ab127b7e51e73
dl-1.2.15/Makefile
dl-1.2.15/Makefile.android
dl-1.2.15/README.ANDROID
dl-1.2.15/android-configure.sh
dl-1.2.15/include/SDL_syswm.h
dl-1.2.15/include/SDL_video.h
dl-1.2.15/sdl-config.in
dl-1.2.15/sources.make
dl-1.2.15/src/audio/macosx/SDL_coreaudio.h
dl-1.2.15/src/audio/windib/SDL_dibaudio.c
dl-1.2.15/src/audio/windib/SDL_dibaudio.h
dl-1.2.15/src/main/macosx/SDLMain.m
dl-1.2.15/src/video/SDL_sysvideo.h
dl-1.2.15/src/video/SDL_video.c
dl-1.2.15/src/video/Xext/Xxf86dga/XF86DGA.c
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.h
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
dl-1.2.15/src/video/quartz/SDL_QuartzWM.h
dl-1.2.15/src/video/quartz/SDL_QuartzWM.m
dl-1.2.15/src/video/windib/SDL_dibvideo.c
dl-1.2.15/src/video/x11/SDL_x11dyn.c
dl-1.2.15/src/video/x11/SDL_x11sym.h
dl-1.2.15/src/video/x11/SDL_x11video.c
dl-1.2.15/src/video/x11/SDL_x11video.h
dl-1.2.15/src/video/x11/SDL_x11wm.c
dl-1.2.15/src/video/x11/SDL_x11wm_c.h
9682c8870b8ff5e4ac2e4c70b759f791c6f38c1f 09-Jul-2012 Jesse Hall <jessehall@google.com> Import SDL release-1.2.15

Change-Id: I505c4aea24325cad475f217db5589814b4c75dbf
dl-1.2.15/BUGS
dl-1.2.15/Borland.html
dl-1.2.15/Borland.zip
dl-1.2.15/COPYING
dl-1.2.15/CREDITS
dl-1.2.15/CWprojects.sea.bin
dl-1.2.15/INSTALL
dl-1.2.15/MPWmake.sea.bin
dl-1.2.15/Makefile.dc
dl-1.2.15/Makefile.ds
dl-1.2.15/Makefile.in
dl-1.2.15/Makefile.minimal
dl-1.2.15/README
dl-1.2.15/README-SDL.txt
dl-1.2.15/README.AmigaOS
dl-1.2.15/README.BeOS
dl-1.2.15/README.DC
dl-1.2.15/README.HG
dl-1.2.15/README.MacOS
dl-1.2.15/README.MacOSX
dl-1.2.15/README.MiNT
dl-1.2.15/README.NDS
dl-1.2.15/README.NanoX
dl-1.2.15/README.OS2
dl-1.2.15/README.PS3
dl-1.2.15/README.PicoGUI
dl-1.2.15/README.Porting
dl-1.2.15/README.QNX
dl-1.2.15/README.Qtopia
dl-1.2.15/README.RISCOS
dl-1.2.15/README.Symbian
dl-1.2.15/README.Watcom
dl-1.2.15/README.WinCE
dl-1.2.15/README.wscons
dl-1.2.15/SDL.qpg.in
dl-1.2.15/SDL.spec.in
dl-1.2.15/TODO
dl-1.2.15/VisualC.html
dl-1.2.15/VisualC/SDL.dsw
dl-1.2.15/VisualC/SDL.sln
dl-1.2.15/VisualC/SDL/SDL.dsp
dl-1.2.15/VisualC/SDL/SDL.vcproj
dl-1.2.15/VisualC/SDL/Version.rc
dl-1.2.15/VisualC/SDL/resource.h
dl-1.2.15/VisualC/SDLmain/SDLmain.dsp
dl-1.2.15/VisualC/SDLmain/SDLmain.vcproj
dl-1.2.15/VisualC/tests/graywin/graywin.dsp
dl-1.2.15/VisualC/tests/graywin/graywin.vcproj
dl-1.2.15/VisualC/tests/loopwave/loopwave.dsp
dl-1.2.15/VisualC/tests/loopwave/loopwave.vcproj
dl-1.2.15/VisualC/tests/testalpha/testalpha.dsp
dl-1.2.15/VisualC/tests/testalpha/testalpha.vcproj
dl-1.2.15/VisualC/tests/testfile/testfile.dsp
dl-1.2.15/VisualC/tests/testfile/testfile.vcproj
dl-1.2.15/VisualC/tests/testgamma/testgamma.dsp
dl-1.2.15/VisualC/tests/testgamma/testgamma.vcproj
dl-1.2.15/VisualC/tests/testgl/testgl.dsp
dl-1.2.15/VisualC/tests/testgl/testgl.vcproj
dl-1.2.15/VisualC/tests/testjoystick/testjoystick.dsp
dl-1.2.15/VisualC/tests/testjoystick/testjoystick.vcproj
dl-1.2.15/VisualC/tests/testpalette/testpalette.dsp
dl-1.2.15/VisualC/tests/testpalette/testpalette.vcproj
dl-1.2.15/VisualC/tests/testplatform/testplatform.dsp
dl-1.2.15/VisualC/tests/testplatform/testplatform.vcproj
dl-1.2.15/VisualC/tests/tests.dsw
dl-1.2.15/VisualC/tests/tests.sln
dl-1.2.15/VisualC/tests/testvidinfo/testvidinfo.dsp
dl-1.2.15/VisualC/tests/testvidinfo/testvidinfo.vcproj
dl-1.2.15/VisualC/tests/testwin/testwin.dsp
dl-1.2.15/VisualC/tests/testwin/testwin.vcproj
dl-1.2.15/VisualC/tests/testwm/testwm.dsp
dl-1.2.15/VisualC/tests/testwm/testwm.vcproj
dl-1.2.15/VisualCE/SDL.sln
dl-1.2.15/VisualCE/SDL.vcw
dl-1.2.15/VisualCE/SDL/SDL.vcp
dl-1.2.15/VisualCE/SDL/SDL.vcproj
dl-1.2.15/VisualCE/SDLMain/SDLmain.vcp
dl-1.2.15/VisualCE/SDLMain/SDLmain.vcproj
dl-1.2.15/VisualCE/loopwave/loopwave.vcp
dl-1.2.15/VisualCE/loopwave/loopwave.vcproj
dl-1.2.15/VisualCE/testalpha/testalpha.vcp
dl-1.2.15/VisualCE/testalpha/testalpha.vcproj
dl-1.2.15/VisualCE/testtimer/testtimer.vcp
dl-1.2.15/VisualCE/testtimer/testtimer.vcproj
dl-1.2.15/VisualCE/testwin/testwin.vcp
dl-1.2.15/VisualCE/testwin/testwin.vcproj
dl-1.2.15/Watcom-OS2.zip
dl-1.2.15/Watcom-Win32.zip
dl-1.2.15/WhatsNew
dl-1.2.15/Xcode/SDL/Info-Framework.plist
dl-1.2.15/Xcode/SDL/SDL.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/SDL/pkg-support/Readme SDL Developer.txt
dl-1.2.15/Xcode/SDL/pkg-support/SDL-devel.info
dl-1.2.15/Xcode/SDL/pkg-support/SDL.info
dl-1.2.15/Xcode/SDL/pkg-support/devel-resources/ReadMe.txt
dl-1.2.15/Xcode/SDL/pkg-support/devel-resources/Welcome.txt
dl-1.2.15/Xcode/SDL/pkg-support/devel-resources/install.sh
dl-1.2.15/Xcode/SDL/pkg-support/resources/License.rtf
dl-1.2.15/Xcode/SDL/pkg-support/resources/ReadMe.txt
dl-1.2.15/Xcode/SDL/pkg-support/resources/ReadMeDevLite.txt
dl-1.2.15/Xcode/SDL/pkg-support/resources/SDL_DS_Store
dl-1.2.15/Xcode/SDL/pkg-support/resources/UniversalBinaryNotes.rtf
dl-1.2.15/Xcode/SDL/pkg-support/sdl_logo.pdf
dl-1.2.15/Xcode/SDLTest/Info-checkkeys__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-graywin__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-loopwave__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-test.plist
dl-1.2.15/Xcode/SDLTest/Info-testalpha__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testbitmap__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testblitspeed.plist
dl-1.2.15/Xcode/SDLTest/Info-testcdrom__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testdyngl.plist
dl-1.2.15/Xcode/SDLTest/Info-testerror__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testfile.plist
dl-1.2.15/Xcode/SDLTest/Info-testgamma__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testgl__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testiconv.plist
dl-1.2.15/Xcode/SDLTest/Info-testjoystick__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testkeys__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testlock__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testoverlay2.plist
dl-1.2.15/Xcode/SDLTest/Info-testoverlay__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testpalette__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testplatform.plist
dl-1.2.15/Xcode/SDLTest/Info-testsem__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testsprite__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testthread__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testtimer__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testtypes__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testversion__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testvidinfo__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testwin__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-testwm__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-threadwin__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/Info-torturethread__Upgraded_.plist
dl-1.2.15/Xcode/SDLTest/SDLTest.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/SDLTest/libsdlmain_prefix.h
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/classes.nib
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/info.nib
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/objects.nib
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/atlantis.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/atlantis.h
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/dolphin.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/shark.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/swim.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/whale.c
dl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/classes.nib
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/info.nib
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/objects.nib
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateIcon.icns
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/atlantis.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/atlantis.h
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/dolphin.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/shark.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/swim.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/whale.c
dl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/SDLMain.nib/classes.nib
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/SDLMain.nib/info.nib
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/English.lproj/SDLMain.nib/objects.nib
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLApp_Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLCocoaApp.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLCocoaApp.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/main.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/English.lproj/InfoPlist.strings
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/Info.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLMain.h
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLMain.m
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLOpenGLApp.xcodeproj/TemplateInfo.plist
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLOpenGLApp.xcodeproj/project.pbxproj
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/atlantis.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/atlantis.h
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/dolphin.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/shark.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/swim.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/whale.c
dl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/main.c
dl-1.2.15/Xcode/XcodeDocSet/Doxyfile
dl-1.2.15/Xcode/mkxcode.csh
dl-1.2.15/Xcode/package
dl-1.2.15/Xcode/stationary.csh
dl-1.2.15/Xcode/uninstall.csh
dl-1.2.15/acinclude/alsa.m4
dl-1.2.15/acinclude/esd.m4
dl-1.2.15/acinclude/libtool.m4
dl-1.2.15/acinclude/ltdl.m4
dl-1.2.15/acinclude/ltoptions.m4
dl-1.2.15/acinclude/ltsugar.m4
dl-1.2.15/acinclude/ltversion.m4
dl-1.2.15/acinclude/lt~obsolete.m4
dl-1.2.15/autogen.sh
dl-1.2.15/build-scripts/config.guess
dl-1.2.15/build-scripts/config.sub
dl-1.2.15/build-scripts/fatbuild.sh
dl-1.2.15/build-scripts/install-sh
dl-1.2.15/build-scripts/ltmain.sh
dl-1.2.15/build-scripts/makedep.sh
dl-1.2.15/build-scripts/mkinstalldirs
dl-1.2.15/build-scripts/strip_fPIC.sh
dl-1.2.15/configure.in
dl-1.2.15/docs.html
dl-1.2.15/docs/html/audio.html
dl-1.2.15/docs/html/cdrom.html
dl-1.2.15/docs/html/event.html
dl-1.2.15/docs/html/eventfunctions.html
dl-1.2.15/docs/html/eventstructures.html
dl-1.2.15/docs/html/general.html
dl-1.2.15/docs/html/guide.html
dl-1.2.15/docs/html/guideaboutsdldoc.html
dl-1.2.15/docs/html/guideaudioexamples.html
dl-1.2.15/docs/html/guidebasicsinit.html
dl-1.2.15/docs/html/guidecdromexamples.html
dl-1.2.15/docs/html/guidecredits.html
dl-1.2.15/docs/html/guideeventexamples.html
dl-1.2.15/docs/html/guideexamples.html
dl-1.2.15/docs/html/guideinput.html
dl-1.2.15/docs/html/guideinputkeyboard.html
dl-1.2.15/docs/html/guidepreface.html
dl-1.2.15/docs/html/guidethebasics.html
dl-1.2.15/docs/html/guidetimeexamples.html
dl-1.2.15/docs/html/guidevideo.html
dl-1.2.15/docs/html/guidevideoopengl.html
dl-1.2.15/docs/html/index.html
dl-1.2.15/docs/html/joystick.html
dl-1.2.15/docs/html/reference.html
dl-1.2.15/docs/html/sdlactiveevent.html
dl-1.2.15/docs/html/sdladdtimer.html
dl-1.2.15/docs/html/sdlaudiocvt.html
dl-1.2.15/docs/html/sdlaudiospec.html
dl-1.2.15/docs/html/sdlblitsurface.html
dl-1.2.15/docs/html/sdlbuildaudiocvt.html
dl-1.2.15/docs/html/sdlcd.html
dl-1.2.15/docs/html/sdlcdclose.html
dl-1.2.15/docs/html/sdlcdeject.html
dl-1.2.15/docs/html/sdlcdname.html
dl-1.2.15/docs/html/sdlcdnumdrives.html
dl-1.2.15/docs/html/sdlcdopen.html
dl-1.2.15/docs/html/sdlcdpause.html
dl-1.2.15/docs/html/sdlcdplay.html
dl-1.2.15/docs/html/sdlcdplaytracks.html
dl-1.2.15/docs/html/sdlcdresume.html
dl-1.2.15/docs/html/sdlcdstatus.html
dl-1.2.15/docs/html/sdlcdstop.html
dl-1.2.15/docs/html/sdlcdtrack.html
dl-1.2.15/docs/html/sdlcloseaudio.html
dl-1.2.15/docs/html/sdlcolor.html
dl-1.2.15/docs/html/sdlcondbroadcast.html
dl-1.2.15/docs/html/sdlcondsignal.html
dl-1.2.15/docs/html/sdlcondwait.html
dl-1.2.15/docs/html/sdlcondwaittimeout.html
dl-1.2.15/docs/html/sdlconvertaudio.html
dl-1.2.15/docs/html/sdlconvertsurface.html
dl-1.2.15/docs/html/sdlcreatecond.html
dl-1.2.15/docs/html/sdlcreatecursor.html
dl-1.2.15/docs/html/sdlcreatemutex.html
dl-1.2.15/docs/html/sdlcreatergbsurface.html
dl-1.2.15/docs/html/sdlcreatergbsurfacefrom.html
dl-1.2.15/docs/html/sdlcreatesemaphore.html
dl-1.2.15/docs/html/sdlcreatethread.html
dl-1.2.15/docs/html/sdlcreateyuvoverlay.html
dl-1.2.15/docs/html/sdldelay.html
dl-1.2.15/docs/html/sdldestroycond.html
dl-1.2.15/docs/html/sdldestroymutex.html
dl-1.2.15/docs/html/sdldestroysemaphore.html
dl-1.2.15/docs/html/sdldisplayformat.html
dl-1.2.15/docs/html/sdldisplayformatalpha.html
dl-1.2.15/docs/html/sdldisplayyuvoverlay.html
dl-1.2.15/docs/html/sdlenablekeyrepeat.html
dl-1.2.15/docs/html/sdlenableunicode.html
dl-1.2.15/docs/html/sdlenvvars.html
dl-1.2.15/docs/html/sdlevent.html
dl-1.2.15/docs/html/sdleventstate.html
dl-1.2.15/docs/html/sdlexposeevent.html
dl-1.2.15/docs/html/sdlfillrect.html
dl-1.2.15/docs/html/sdlflip.html
dl-1.2.15/docs/html/sdlfreecursor.html
dl-1.2.15/docs/html/sdlfreesurface.html
dl-1.2.15/docs/html/sdlfreewav.html
dl-1.2.15/docs/html/sdlfreeyuvoverlay.html
dl-1.2.15/docs/html/sdlgetappstate.html
dl-1.2.15/docs/html/sdlgetaudiostatus.html
dl-1.2.15/docs/html/sdlgetcliprect.html
dl-1.2.15/docs/html/sdlgetcursor.html
dl-1.2.15/docs/html/sdlgeterror.html
dl-1.2.15/docs/html/sdlgeteventfilter.html
dl-1.2.15/docs/html/sdlgetgammaramp.html
dl-1.2.15/docs/html/sdlgetkeyname.html
dl-1.2.15/docs/html/sdlgetkeystate.html
dl-1.2.15/docs/html/sdlgetmodstate.html
dl-1.2.15/docs/html/sdlgetmousestate.html
dl-1.2.15/docs/html/sdlgetrelativemousestate.html
dl-1.2.15/docs/html/sdlgetrgb.html
dl-1.2.15/docs/html/sdlgetrgba.html
dl-1.2.15/docs/html/sdlgetthreadid.html
dl-1.2.15/docs/html/sdlgetticks.html
dl-1.2.15/docs/html/sdlgetvideoinfo.html
dl-1.2.15/docs/html/sdlgetvideosurface.html
dl-1.2.15/docs/html/sdlglattr.html
dl-1.2.15/docs/html/sdlglgetattribute.html
dl-1.2.15/docs/html/sdlglgetprocaddress.html
dl-1.2.15/docs/html/sdlglloadlibrary.html
dl-1.2.15/docs/html/sdlglsetattribute.html
dl-1.2.15/docs/html/sdlglswapbuffers.html
dl-1.2.15/docs/html/sdlinit.html
dl-1.2.15/docs/html/sdlinitsubsystem.html
dl-1.2.15/docs/html/sdljoyaxisevent.html
dl-1.2.15/docs/html/sdljoyballevent.html
dl-1.2.15/docs/html/sdljoybuttonevent.html
dl-1.2.15/docs/html/sdljoyhatevent.html
dl-1.2.15/docs/html/sdljoystickclose.html
dl-1.2.15/docs/html/sdljoystickeventstate.html
dl-1.2.15/docs/html/sdljoystickgetaxis.html
dl-1.2.15/docs/html/sdljoystickgetball.html
dl-1.2.15/docs/html/sdljoystickgetbutton.html
dl-1.2.15/docs/html/sdljoystickgethat.html
dl-1.2.15/docs/html/sdljoystickindex.html
dl-1.2.15/docs/html/sdljoystickname.html
dl-1.2.15/docs/html/sdljoysticknumaxes.html
dl-1.2.15/docs/html/sdljoysticknumballs.html
dl-1.2.15/docs/html/sdljoysticknumbuttons.html
dl-1.2.15/docs/html/sdljoysticknumhats.html
dl-1.2.15/docs/html/sdljoystickopen.html
dl-1.2.15/docs/html/sdljoystickopened.html
dl-1.2.15/docs/html/sdljoystickupdate.html
dl-1.2.15/docs/html/sdlkey.html
dl-1.2.15/docs/html/sdlkeyboardevent.html
dl-1.2.15/docs/html/sdlkeysym.html
dl-1.2.15/docs/html/sdlkillthread.html
dl-1.2.15/docs/html/sdllistmodes.html
dl-1.2.15/docs/html/sdlloadbmp.html
dl-1.2.15/docs/html/sdlloadwav.html
dl-1.2.15/docs/html/sdllockaudio.html
dl-1.2.15/docs/html/sdllocksurface.html
dl-1.2.15/docs/html/sdllockyuvoverlay.html
dl-1.2.15/docs/html/sdlmaprgb.html
dl-1.2.15/docs/html/sdlmaprgba.html
dl-1.2.15/docs/html/sdlmixaudio.html
dl-1.2.15/docs/html/sdlmousebuttonevent.html
dl-1.2.15/docs/html/sdlmousemotionevent.html
dl-1.2.15/docs/html/sdlmutexp.html
dl-1.2.15/docs/html/sdlmutexv.html
dl-1.2.15/docs/html/sdlnumjoysticks.html
dl-1.2.15/docs/html/sdlopenaudio.html
dl-1.2.15/docs/html/sdloverlay.html
dl-1.2.15/docs/html/sdlpalette.html
dl-1.2.15/docs/html/sdlpauseaudio.html
dl-1.2.15/docs/html/sdlpeepevents.html
dl-1.2.15/docs/html/sdlpixelformat.html
dl-1.2.15/docs/html/sdlpollevent.html
dl-1.2.15/docs/html/sdlpumpevents.html
dl-1.2.15/docs/html/sdlpushevent.html
dl-1.2.15/docs/html/sdlquit.html
dl-1.2.15/docs/html/sdlquitevent.html
dl-1.2.15/docs/html/sdlquitsubsystem.html
dl-1.2.15/docs/html/sdlrect.html
dl-1.2.15/docs/html/sdlremovetimer.html
dl-1.2.15/docs/html/sdlresizeevent.html
dl-1.2.15/docs/html/sdlsavebmp.html
dl-1.2.15/docs/html/sdlsempost.html
dl-1.2.15/docs/html/sdlsemtrywait.html
dl-1.2.15/docs/html/sdlsemvalue.html
dl-1.2.15/docs/html/sdlsemwait.html
dl-1.2.15/docs/html/sdlsemwaittimeout.html
dl-1.2.15/docs/html/sdlsetalpha.html
dl-1.2.15/docs/html/sdlsetcliprect.html
dl-1.2.15/docs/html/sdlsetcolorkey.html
dl-1.2.15/docs/html/sdlsetcolors.html
dl-1.2.15/docs/html/sdlsetcursor.html
dl-1.2.15/docs/html/sdlseteventfilter.html
dl-1.2.15/docs/html/sdlsetgamma.html
dl-1.2.15/docs/html/sdlsetgammaramp.html
dl-1.2.15/docs/html/sdlsetmodstate.html
dl-1.2.15/docs/html/sdlsetpalette.html
dl-1.2.15/docs/html/sdlsettimer.html
dl-1.2.15/docs/html/sdlsetvideomode.html
dl-1.2.15/docs/html/sdlshowcursor.html
dl-1.2.15/docs/html/sdlsurface.html
dl-1.2.15/docs/html/sdlsyswmevent.html
dl-1.2.15/docs/html/sdlthreadid.html
dl-1.2.15/docs/html/sdlunlockaudio.html
dl-1.2.15/docs/html/sdlunlocksurface.html
dl-1.2.15/docs/html/sdlunlockyuvoverlay.html
dl-1.2.15/docs/html/sdlupdaterect.html
dl-1.2.15/docs/html/sdlupdaterects.html
dl-1.2.15/docs/html/sdluserevent.html
dl-1.2.15/docs/html/sdlvideodrivername.html
dl-1.2.15/docs/html/sdlvideoinfo.html
dl-1.2.15/docs/html/sdlvideomodeok.html
dl-1.2.15/docs/html/sdlwaitevent.html
dl-1.2.15/docs/html/sdlwaitthread.html
dl-1.2.15/docs/html/sdlwarpmouse.html
dl-1.2.15/docs/html/sdlwasinit.html
dl-1.2.15/docs/html/sdlwmgetcaption.html
dl-1.2.15/docs/html/sdlwmgrabinput.html
dl-1.2.15/docs/html/sdlwmiconifywindow.html
dl-1.2.15/docs/html/sdlwmsetcaption.html
dl-1.2.15/docs/html/sdlwmseticon.html
dl-1.2.15/docs/html/sdlwmtogglefullscreen.html
dl-1.2.15/docs/html/thread.html
dl-1.2.15/docs/html/time.html
dl-1.2.15/docs/html/video.html
dl-1.2.15/docs/html/wm.html
dl-1.2.15/docs/images/rainbow.gif
dl-1.2.15/docs/index.html
dl-1.2.15/docs/man3/SDLKey.3
dl-1.2.15/docs/man3/SDL_ActiveEvent.3
dl-1.2.15/docs/man3/SDL_AddTimer.3
dl-1.2.15/docs/man3/SDL_AudioCVT.3
dl-1.2.15/docs/man3/SDL_AudioSpec.3
dl-1.2.15/docs/man3/SDL_BlitSurface.3
dl-1.2.15/docs/man3/SDL_BuildAudioCVT.3
dl-1.2.15/docs/man3/SDL_CD.3
dl-1.2.15/docs/man3/SDL_CDClose.3
dl-1.2.15/docs/man3/SDL_CDEject.3
dl-1.2.15/docs/man3/SDL_CDName.3
dl-1.2.15/docs/man3/SDL_CDNumDrives.3
dl-1.2.15/docs/man3/SDL_CDOpen.3
dl-1.2.15/docs/man3/SDL_CDPause.3
dl-1.2.15/docs/man3/SDL_CDPlay.3
dl-1.2.15/docs/man3/SDL_CDPlayTracks.3
dl-1.2.15/docs/man3/SDL_CDResume.3
dl-1.2.15/docs/man3/SDL_CDStatus.3
dl-1.2.15/docs/man3/SDL_CDStop.3
dl-1.2.15/docs/man3/SDL_CDtrack.3
dl-1.2.15/docs/man3/SDL_CloseAudio.3
dl-1.2.15/docs/man3/SDL_Color.3
dl-1.2.15/docs/man3/SDL_CondBroadcast.3
dl-1.2.15/docs/man3/SDL_CondSignal.3
dl-1.2.15/docs/man3/SDL_CondWait.3
dl-1.2.15/docs/man3/SDL_CondWaitTimeout.3
dl-1.2.15/docs/man3/SDL_ConvertAudio.3
dl-1.2.15/docs/man3/SDL_ConvertSurface.3
dl-1.2.15/docs/man3/SDL_CreateCond.3
dl-1.2.15/docs/man3/SDL_CreateCursor.3
dl-1.2.15/docs/man3/SDL_CreateMutex.3
dl-1.2.15/docs/man3/SDL_CreateRGBSurface.3
dl-1.2.15/docs/man3/SDL_CreateRGBSurfaceFrom.3
dl-1.2.15/docs/man3/SDL_CreateSemaphore.3
dl-1.2.15/docs/man3/SDL_CreateThread.3
dl-1.2.15/docs/man3/SDL_CreateYUVOverlay.3
dl-1.2.15/docs/man3/SDL_Delay.3
dl-1.2.15/docs/man3/SDL_DestroyCond.3
dl-1.2.15/docs/man3/SDL_DestroyMutex.3
dl-1.2.15/docs/man3/SDL_DestroySemaphore.3
dl-1.2.15/docs/man3/SDL_DisplayFormat.3
dl-1.2.15/docs/man3/SDL_DisplayFormatAlpha.3
dl-1.2.15/docs/man3/SDL_DisplayYUVOverlay.3
dl-1.2.15/docs/man3/SDL_EnableKeyRepeat.3
dl-1.2.15/docs/man3/SDL_EnableUNICODE.3
dl-1.2.15/docs/man3/SDL_Event.3
dl-1.2.15/docs/man3/SDL_EventState.3
dl-1.2.15/docs/man3/SDL_ExposeEvent.3
dl-1.2.15/docs/man3/SDL_FillRect.3
dl-1.2.15/docs/man3/SDL_Flip.3
dl-1.2.15/docs/man3/SDL_FreeCursor.3
dl-1.2.15/docs/man3/SDL_FreeSurface.3
dl-1.2.15/docs/man3/SDL_FreeWAV.3
dl-1.2.15/docs/man3/SDL_FreeYUVOverlay.3
dl-1.2.15/docs/man3/SDL_GL_GetAttribute.3
dl-1.2.15/docs/man3/SDL_GL_GetProcAddress.3
dl-1.2.15/docs/man3/SDL_GL_LoadLibrary.3
dl-1.2.15/docs/man3/SDL_GL_SetAttribute.3
dl-1.2.15/docs/man3/SDL_GL_SwapBuffers.3
dl-1.2.15/docs/man3/SDL_GLattr.3
dl-1.2.15/docs/man3/SDL_GetAppState.3
dl-1.2.15/docs/man3/SDL_GetAudioStatus.3
dl-1.2.15/docs/man3/SDL_GetClipRect.3
dl-1.2.15/docs/man3/SDL_GetCursor.3
dl-1.2.15/docs/man3/SDL_GetError.3
dl-1.2.15/docs/man3/SDL_GetEventFilter.3
dl-1.2.15/docs/man3/SDL_GetGamma.3
dl-1.2.15/docs/man3/SDL_GetGammaRamp.3
dl-1.2.15/docs/man3/SDL_GetKeyName.3
dl-1.2.15/docs/man3/SDL_GetKeyState.3
dl-1.2.15/docs/man3/SDL_GetModState.3
dl-1.2.15/docs/man3/SDL_GetMouseState.3
dl-1.2.15/docs/man3/SDL_GetRGB.3
dl-1.2.15/docs/man3/SDL_GetRGBA.3
dl-1.2.15/docs/man3/SDL_GetRelativeMouseState.3
dl-1.2.15/docs/man3/SDL_GetThreadID.3
dl-1.2.15/docs/man3/SDL_GetTicks.3
dl-1.2.15/docs/man3/SDL_GetVideoInfo.3
dl-1.2.15/docs/man3/SDL_GetVideoSurface.3
dl-1.2.15/docs/man3/SDL_Init.3
dl-1.2.15/docs/man3/SDL_InitSubSystem.3
dl-1.2.15/docs/man3/SDL_JoyAxisEvent.3
dl-1.2.15/docs/man3/SDL_JoyBallEvent.3
dl-1.2.15/docs/man3/SDL_JoyButtonEvent.3
dl-1.2.15/docs/man3/SDL_JoyHatEvent.3
dl-1.2.15/docs/man3/SDL_JoystickClose.3
dl-1.2.15/docs/man3/SDL_JoystickEventState.3
dl-1.2.15/docs/man3/SDL_JoystickGetAxis.3
dl-1.2.15/docs/man3/SDL_JoystickGetBall.3
dl-1.2.15/docs/man3/SDL_JoystickGetButton.3
dl-1.2.15/docs/man3/SDL_JoystickGetHat.3
dl-1.2.15/docs/man3/SDL_JoystickIndex.3
dl-1.2.15/docs/man3/SDL_JoystickName.3
dl-1.2.15/docs/man3/SDL_JoystickNumAxes.3
dl-1.2.15/docs/man3/SDL_JoystickNumBalls.3
dl-1.2.15/docs/man3/SDL_JoystickNumButtons.3
dl-1.2.15/docs/man3/SDL_JoystickNumHats.3
dl-1.2.15/docs/man3/SDL_JoystickOpen.3
dl-1.2.15/docs/man3/SDL_JoystickOpened.3
dl-1.2.15/docs/man3/SDL_JoystickUpdate.3
dl-1.2.15/docs/man3/SDL_KeyboardEvent.3
dl-1.2.15/docs/man3/SDL_KillThread.3
dl-1.2.15/docs/man3/SDL_ListModes.3
dl-1.2.15/docs/man3/SDL_LoadBMP.3
dl-1.2.15/docs/man3/SDL_LoadWAV.3
dl-1.2.15/docs/man3/SDL_LockAudio.3
dl-1.2.15/docs/man3/SDL_LockSurface.3
dl-1.2.15/docs/man3/SDL_LockYUVOverlay.3
dl-1.2.15/docs/man3/SDL_MapRGB.3
dl-1.2.15/docs/man3/SDL_MapRGBA.3
dl-1.2.15/docs/man3/SDL_MixAudio.3
dl-1.2.15/docs/man3/SDL_MouseButtonEvent.3
dl-1.2.15/docs/man3/SDL_MouseMotionEvent.3
dl-1.2.15/docs/man3/SDL_NumJoysticks.3
dl-1.2.15/docs/man3/SDL_OpenAudio.3
dl-1.2.15/docs/man3/SDL_Overlay.3
dl-1.2.15/docs/man3/SDL_Palette.3
dl-1.2.15/docs/man3/SDL_PauseAudio.3
dl-1.2.15/docs/man3/SDL_PeepEvents.3
dl-1.2.15/docs/man3/SDL_PixelFormat.3
dl-1.2.15/docs/man3/SDL_PollEvent.3
dl-1.2.15/docs/man3/SDL_PumpEvents.3
dl-1.2.15/docs/man3/SDL_PushEvent.3
dl-1.2.15/docs/man3/SDL_Quit.3
dl-1.2.15/docs/man3/SDL_QuitEvent.3
dl-1.2.15/docs/man3/SDL_QuitSubSystem.3
dl-1.2.15/docs/man3/SDL_RWFromFile.3
dl-1.2.15/docs/man3/SDL_Rect.3
dl-1.2.15/docs/man3/SDL_RemoveTimer.3
dl-1.2.15/docs/man3/SDL_ResizeEvent.3
dl-1.2.15/docs/man3/SDL_SaveBMP.3
dl-1.2.15/docs/man3/SDL_SemPost.3
dl-1.2.15/docs/man3/SDL_SemTryWait.3
dl-1.2.15/docs/man3/SDL_SemValue.3
dl-1.2.15/docs/man3/SDL_SemWait.3
dl-1.2.15/docs/man3/SDL_SemWaitTimeout.3
dl-1.2.15/docs/man3/SDL_SetAlpha.3
dl-1.2.15/docs/man3/SDL_SetClipRect.3
dl-1.2.15/docs/man3/SDL_SetColorKey.3
dl-1.2.15/docs/man3/SDL_SetColors.3
dl-1.2.15/docs/man3/SDL_SetCursor.3
dl-1.2.15/docs/man3/SDL_SetEventFilter.3
dl-1.2.15/docs/man3/SDL_SetGamma.3
dl-1.2.15/docs/man3/SDL_SetGammaRamp.3
dl-1.2.15/docs/man3/SDL_SetModState.3
dl-1.2.15/docs/man3/SDL_SetPalette.3
dl-1.2.15/docs/man3/SDL_SetTimer.3
dl-1.2.15/docs/man3/SDL_SetVideoMode.3
dl-1.2.15/docs/man3/SDL_ShowCursor.3
dl-1.2.15/docs/man3/SDL_Surface.3
dl-1.2.15/docs/man3/SDL_SysWMEvent.3
dl-1.2.15/docs/man3/SDL_ThreadID.3
dl-1.2.15/docs/man3/SDL_UnlockAudio.3
dl-1.2.15/docs/man3/SDL_UnlockSurface.3
dl-1.2.15/docs/man3/SDL_UnlockYUVOverlay.3
dl-1.2.15/docs/man3/SDL_UpdateRect.3
dl-1.2.15/docs/man3/SDL_UpdateRects.3
dl-1.2.15/docs/man3/SDL_UserEvent.3
dl-1.2.15/docs/man3/SDL_VideoDriverName.3
dl-1.2.15/docs/man3/SDL_VideoInfo.3
dl-1.2.15/docs/man3/SDL_VideoModeOK.3
dl-1.2.15/docs/man3/SDL_WM_GetCaption.3
dl-1.2.15/docs/man3/SDL_WM_GrabInput.3
dl-1.2.15/docs/man3/SDL_WM_IconifyWindow.3
dl-1.2.15/docs/man3/SDL_WM_SetCaption.3
dl-1.2.15/docs/man3/SDL_WM_SetIcon.3
dl-1.2.15/docs/man3/SDL_WM_ToggleFullScreen.3
dl-1.2.15/docs/man3/SDL_WaitEvent.3
dl-1.2.15/docs/man3/SDL_WaitThread.3
dl-1.2.15/docs/man3/SDL_WarpMouse.3
dl-1.2.15/docs/man3/SDL_WasInit.3
dl-1.2.15/docs/man3/SDL_keysym.3
dl-1.2.15/docs/man3/SDL_mutexP.3
dl-1.2.15/docs/man3/SDL_mutexV.3
dl-1.2.15/include/SDL.h
dl-1.2.15/include/SDL_active.h
dl-1.2.15/include/SDL_audio.h
dl-1.2.15/include/SDL_byteorder.h
dl-1.2.15/include/SDL_cdrom.h
dl-1.2.15/include/SDL_config.h.default
dl-1.2.15/include/SDL_config.h.in
dl-1.2.15/include/SDL_config_dreamcast.h
dl-1.2.15/include/SDL_config_macos.h
dl-1.2.15/include/SDL_config_macosx.h
dl-1.2.15/include/SDL_config_minimal.h
dl-1.2.15/include/SDL_config_nds.h
dl-1.2.15/include/SDL_config_os2.h
dl-1.2.15/include/SDL_config_symbian.h
dl-1.2.15/include/SDL_config_win32.h
dl-1.2.15/include/SDL_copying.h
dl-1.2.15/include/SDL_cpuinfo.h
dl-1.2.15/include/SDL_endian.h
dl-1.2.15/include/SDL_error.h
dl-1.2.15/include/SDL_events.h
dl-1.2.15/include/SDL_getenv.h
dl-1.2.15/include/SDL_joystick.h
dl-1.2.15/include/SDL_keyboard.h
dl-1.2.15/include/SDL_keysym.h
dl-1.2.15/include/SDL_loadso.h
dl-1.2.15/include/SDL_main.h
dl-1.2.15/include/SDL_mouse.h
dl-1.2.15/include/SDL_mutex.h
dl-1.2.15/include/SDL_name.h
dl-1.2.15/include/SDL_opengl.h
dl-1.2.15/include/SDL_platform.h
dl-1.2.15/include/SDL_quit.h
dl-1.2.15/include/SDL_rwops.h
dl-1.2.15/include/SDL_stdinc.h
dl-1.2.15/include/SDL_syswm.h
dl-1.2.15/include/SDL_thread.h
dl-1.2.15/include/SDL_timer.h
dl-1.2.15/include/SDL_types.h
dl-1.2.15/include/SDL_version.h
dl-1.2.15/include/SDL_video.h
dl-1.2.15/include/begin_code.h
dl-1.2.15/include/close_code.h
dl-1.2.15/include/doxyfile
dl-1.2.15/sdl-config.in
dl-1.2.15/sdl.m4
dl-1.2.15/sdl.pc.in
dl-1.2.15/src/SDL.c
dl-1.2.15/src/SDL_error.c
dl-1.2.15/src/SDL_error_c.h
dl-1.2.15/src/SDL_fatal.c
dl-1.2.15/src/SDL_fatal.h
dl-1.2.15/src/audio/SDL_audio.c
dl-1.2.15/src/audio/SDL_audio_c.h
dl-1.2.15/src/audio/SDL_audiocvt.c
dl-1.2.15/src/audio/SDL_audiodev.c
dl-1.2.15/src/audio/SDL_audiodev_c.h
dl-1.2.15/src/audio/SDL_audiomem.h
dl-1.2.15/src/audio/SDL_mixer.c
dl-1.2.15/src/audio/SDL_mixer_MMX.c
dl-1.2.15/src/audio/SDL_mixer_MMX.h
dl-1.2.15/src/audio/SDL_mixer_MMX_VC.c
dl-1.2.15/src/audio/SDL_mixer_MMX_VC.h
dl-1.2.15/src/audio/SDL_mixer_m68k.c
dl-1.2.15/src/audio/SDL_mixer_m68k.h
dl-1.2.15/src/audio/SDL_sysaudio.h
dl-1.2.15/src/audio/SDL_wave.c
dl-1.2.15/src/audio/SDL_wave.h
dl-1.2.15/src/audio/alsa/SDL_alsa_audio.c
dl-1.2.15/src/audio/alsa/SDL_alsa_audio.h
dl-1.2.15/src/audio/arts/SDL_artsaudio.c
dl-1.2.15/src/audio/arts/SDL_artsaudio.h
dl-1.2.15/src/audio/baudio/SDL_beaudio.cc
dl-1.2.15/src/audio/baudio/SDL_beaudio.h
dl-1.2.15/src/audio/bsd/SDL_bsdaudio.c
dl-1.2.15/src/audio/bsd/SDL_bsdaudio.h
dl-1.2.15/src/audio/dart/SDL_dart.c
dl-1.2.15/src/audio/dart/SDL_dart.h
dl-1.2.15/src/audio/dc/SDL_dcaudio.c
dl-1.2.15/src/audio/dc/SDL_dcaudio.h
dl-1.2.15/src/audio/dc/aica.c
dl-1.2.15/src/audio/dc/aica.h
dl-1.2.15/src/audio/disk/SDL_diskaudio.c
dl-1.2.15/src/audio/disk/SDL_diskaudio.h
dl-1.2.15/src/audio/dma/SDL_dmaaudio.c
dl-1.2.15/src/audio/dma/SDL_dmaaudio.h
dl-1.2.15/src/audio/dmedia/SDL_irixaudio.c
dl-1.2.15/src/audio/dmedia/SDL_irixaudio.h
dl-1.2.15/src/audio/dsp/SDL_dspaudio.c
dl-1.2.15/src/audio/dsp/SDL_dspaudio.h
dl-1.2.15/src/audio/dummy/SDL_dummyaudio.c
dl-1.2.15/src/audio/dummy/SDL_dummyaudio.h
dl-1.2.15/src/audio/esd/SDL_esdaudio.c
dl-1.2.15/src/audio/esd/SDL_esdaudio.h
dl-1.2.15/src/audio/macosx/SDL_coreaudio.c
dl-1.2.15/src/audio/macosx/SDL_coreaudio.h
dl-1.2.15/src/audio/macrom/SDL_romaudio.c
dl-1.2.15/src/audio/macrom/SDL_romaudio.h
dl-1.2.15/src/audio/mint/SDL_mintaudio.c
dl-1.2.15/src/audio/mint/SDL_mintaudio.h
dl-1.2.15/src/audio/mint/SDL_mintaudio_dma8.c
dl-1.2.15/src/audio/mint/SDL_mintaudio_dma8.h
dl-1.2.15/src/audio/mint/SDL_mintaudio_gsxb.c
dl-1.2.15/src/audio/mint/SDL_mintaudio_gsxb.h
dl-1.2.15/src/audio/mint/SDL_mintaudio_it.S
dl-1.2.15/src/audio/mint/SDL_mintaudio_mcsn.c
dl-1.2.15/src/audio/mint/SDL_mintaudio_mcsn.h
dl-1.2.15/src/audio/mint/SDL_mintaudio_stfa.c
dl-1.2.15/src/audio/mint/SDL_mintaudio_stfa.h
dl-1.2.15/src/audio/mint/SDL_mintaudio_xbios.c
dl-1.2.15/src/audio/mme/SDL_mmeaudio.c
dl-1.2.15/src/audio/mme/SDL_mmeaudio.h
dl-1.2.15/src/audio/nas/SDL_nasaudio.c
dl-1.2.15/src/audio/nas/SDL_nasaudio.h
dl-1.2.15/src/audio/nds/SDL_ndsaudio.c
dl-1.2.15/src/audio/nds/SDL_ndsaudio.h
dl-1.2.15/src/audio/nds/sound9.c
dl-1.2.15/src/audio/nds/soundcommon.h
dl-1.2.15/src/audio/nto/SDL_nto_audio.c
dl-1.2.15/src/audio/nto/SDL_nto_audio.h
dl-1.2.15/src/audio/paudio/SDL_paudio.c
dl-1.2.15/src/audio/paudio/SDL_paudio.h
dl-1.2.15/src/audio/pulse/SDL_pulseaudio.c
dl-1.2.15/src/audio/pulse/SDL_pulseaudio.h
dl-1.2.15/src/audio/sun/SDL_sunaudio.c
dl-1.2.15/src/audio/sun/SDL_sunaudio.h
dl-1.2.15/src/audio/symbian/SDL_epocaudio.cpp
dl-1.2.15/src/audio/symbian/SDL_epocaudio.h
dl-1.2.15/src/audio/symbian/streamplayer.cpp
dl-1.2.15/src/audio/symbian/streamplayer.h
dl-1.2.15/src/audio/ums/SDL_umsaudio.c
dl-1.2.15/src/audio/ums/SDL_umsaudio.h
dl-1.2.15/src/audio/windib/SDL_dibaudio.c
dl-1.2.15/src/audio/windib/SDL_dibaudio.h
dl-1.2.15/src/audio/windx5/SDL_dx5audio.c
dl-1.2.15/src/audio/windx5/SDL_dx5audio.h
dl-1.2.15/src/audio/windx5/directx.h
dl-1.2.15/src/cdrom/SDL_cdrom.c
dl-1.2.15/src/cdrom/SDL_syscdrom.h
dl-1.2.15/src/cdrom/aix/SDL_syscdrom.c
dl-1.2.15/src/cdrom/beos/SDL_syscdrom.cc
dl-1.2.15/src/cdrom/bsdi/SDL_syscdrom.c
dl-1.2.15/src/cdrom/dc/SDL_syscdrom.c
dl-1.2.15/src/cdrom/dummy/SDL_syscdrom.c
dl-1.2.15/src/cdrom/freebsd/SDL_syscdrom.c
dl-1.2.15/src/cdrom/linux/SDL_syscdrom.c
dl-1.2.15/src/cdrom/macos/SDL_syscdrom.c
dl-1.2.15/src/cdrom/macos/SDL_syscdrom_c.h
dl-1.2.15/src/cdrom/macosx/AudioFilePlayer.c
dl-1.2.15/src/cdrom/macosx/AudioFilePlayer.h
dl-1.2.15/src/cdrom/macosx/AudioFileReaderThread.c
dl-1.2.15/src/cdrom/macosx/CDPlayer.c
dl-1.2.15/src/cdrom/macosx/CDPlayer.h
dl-1.2.15/src/cdrom/macosx/SDLOSXCAGuard.c
dl-1.2.15/src/cdrom/macosx/SDLOSXCAGuard.h
dl-1.2.15/src/cdrom/macosx/SDL_syscdrom.c
dl-1.2.15/src/cdrom/macosx/SDL_syscdrom_c.h
dl-1.2.15/src/cdrom/mint/SDL_syscdrom.c
dl-1.2.15/src/cdrom/openbsd/SDL_syscdrom.c
dl-1.2.15/src/cdrom/os2/SDL_syscdrom.c
dl-1.2.15/src/cdrom/osf/SDL_syscdrom.c
dl-1.2.15/src/cdrom/qnx/SDL_syscdrom.c
dl-1.2.15/src/cdrom/win32/SDL_syscdrom.c
dl-1.2.15/src/cpuinfo/SDL_cpuinfo.c
dl-1.2.15/src/events/SDL_active.c
dl-1.2.15/src/events/SDL_events.c
dl-1.2.15/src/events/SDL_events_c.h
dl-1.2.15/src/events/SDL_expose.c
dl-1.2.15/src/events/SDL_keyboard.c
dl-1.2.15/src/events/SDL_mouse.c
dl-1.2.15/src/events/SDL_quit.c
dl-1.2.15/src/events/SDL_resize.c
dl-1.2.15/src/events/SDL_sysevents.h
dl-1.2.15/src/file/SDL_rwops.c
dl-1.2.15/src/hermes/COPYING.LIB
dl-1.2.15/src/hermes/HeadMMX.h
dl-1.2.15/src/hermes/HeadX86.h
dl-1.2.15/src/hermes/README
dl-1.2.15/src/hermes/common.inc
dl-1.2.15/src/hermes/mmx_main.asm
dl-1.2.15/src/hermes/mmxp2_32.asm
dl-1.2.15/src/hermes/x86_main.asm
dl-1.2.15/src/hermes/x86p_16.asm
dl-1.2.15/src/hermes/x86p_32.asm
dl-1.2.15/src/joystick/SDL_joystick.c
dl-1.2.15/src/joystick/SDL_joystick_c.h
dl-1.2.15/src/joystick/SDL_sysjoystick.h
dl-1.2.15/src/joystick/beos/SDL_bejoystick.cc
dl-1.2.15/src/joystick/bsd/SDL_sysjoystick.c
dl-1.2.15/src/joystick/darwin/SDL_sysjoystick.c
dl-1.2.15/src/joystick/dc/SDL_sysjoystick.c
dl-1.2.15/src/joystick/dummy/SDL_sysjoystick.c
dl-1.2.15/src/joystick/linux/SDL_sysjoystick.c
dl-1.2.15/src/joystick/macos/SDL_sysjoystick.c
dl-1.2.15/src/joystick/mint/SDL_sysjoystick.c
dl-1.2.15/src/joystick/nds/SDL_sysjoystick.c
dl-1.2.15/src/joystick/riscos/SDL_sysjoystick.c
dl-1.2.15/src/joystick/win32/SDL_mmjoystick.c
dl-1.2.15/src/loadso/beos/SDL_sysloadso.c
dl-1.2.15/src/loadso/dlopen/SDL_sysloadso.c
dl-1.2.15/src/loadso/dummy/SDL_sysloadso.c
dl-1.2.15/src/loadso/macos/SDL_sysloadso.c
dl-1.2.15/src/loadso/macosx/SDL_dlcompat.c
dl-1.2.15/src/loadso/mint/SDL_sysloadso.c
dl-1.2.15/src/loadso/os2/SDL_sysloadso.c
dl-1.2.15/src/loadso/win32/SDL_sysloadso.c
dl-1.2.15/src/main/beos/SDL_BeApp.cc
dl-1.2.15/src/main/beos/SDL_BeApp.h
dl-1.2.15/src/main/dummy/SDL_dummy_main.c
dl-1.2.15/src/main/macos/SDL.r
dl-1.2.15/src/main/macos/SDL.shlib.r
dl-1.2.15/src/main/macos/SDL_main.c
dl-1.2.15/src/main/macos/SIZE.r
dl-1.2.15/src/main/macos/exports/Makefile
dl-1.2.15/src/main/macos/exports/SDL.x
dl-1.2.15/src/main/macos/exports/gendef.pl
dl-1.2.15/src/main/macosx/Info.plist.in
dl-1.2.15/src/main/macosx/SDLMain.h
dl-1.2.15/src/main/macosx/SDLMain.m
dl-1.2.15/src/main/macosx/SDLMain.nib/classes.nib
dl-1.2.15/src/main/macosx/SDLMain.nib/info.nib
dl-1.2.15/src/main/macosx/SDLMain.nib/objects.nib
dl-1.2.15/src/main/macosx/info.nib
dl-1.2.15/src/main/qtopia/SDL_qtopia_main.cc
dl-1.2.15/src/main/symbian/EKA1/SDL_main.cpp
dl-1.2.15/src/main/symbian/EKA2/SDL_main.cpp
dl-1.2.15/src/main/symbian/EKA2/sdlexe.cpp
dl-1.2.15/src/main/symbian/EKA2/sdllib.cpp
dl-1.2.15/src/main/symbian/EKA2/vectorbuffer.cpp
dl-1.2.15/src/main/symbian/EKA2/vectorbuffer.h
dl-1.2.15/src/main/win32/SDL_win32_main.c
dl-1.2.15/src/main/win32/version.rc
dl-1.2.15/src/stdlib/SDL_getenv.c
dl-1.2.15/src/stdlib/SDL_iconv.c
dl-1.2.15/src/stdlib/SDL_malloc.c
dl-1.2.15/src/stdlib/SDL_qsort.c
dl-1.2.15/src/stdlib/SDL_stdlib.c
dl-1.2.15/src/stdlib/SDL_string.c
dl-1.2.15/src/thread/SDL_systhread.h
dl-1.2.15/src/thread/SDL_thread.c
dl-1.2.15/src/thread/SDL_thread_c.h
dl-1.2.15/src/thread/beos/SDL_syssem.c
dl-1.2.15/src/thread/beos/SDL_systhread.c
dl-1.2.15/src/thread/beos/SDL_systhread_c.h
dl-1.2.15/src/thread/dc/SDL_syscond.c
dl-1.2.15/src/thread/dc/SDL_syscond_c.h
dl-1.2.15/src/thread/dc/SDL_sysmutex.c
dl-1.2.15/src/thread/dc/SDL_sysmutex_c.h
dl-1.2.15/src/thread/dc/SDL_syssem.c
dl-1.2.15/src/thread/dc/SDL_syssem_c.h
dl-1.2.15/src/thread/dc/SDL_systhread.c
dl-1.2.15/src/thread/dc/SDL_systhread_c.h
dl-1.2.15/src/thread/generic/SDL_syscond.c
dl-1.2.15/src/thread/generic/SDL_sysmutex.c
dl-1.2.15/src/thread/generic/SDL_sysmutex_c.h
dl-1.2.15/src/thread/generic/SDL_syssem.c
dl-1.2.15/src/thread/generic/SDL_systhread.c
dl-1.2.15/src/thread/generic/SDL_systhread_c.h
dl-1.2.15/src/thread/irix/SDL_syssem.c
dl-1.2.15/src/thread/irix/SDL_systhread.c
dl-1.2.15/src/thread/irix/SDL_systhread_c.h
dl-1.2.15/src/thread/os2/SDL_syscond.c
dl-1.2.15/src/thread/os2/SDL_syscond_c.h
dl-1.2.15/src/thread/os2/SDL_sysmutex.c
dl-1.2.15/src/thread/os2/SDL_syssem.c
dl-1.2.15/src/thread/os2/SDL_systhread.c
dl-1.2.15/src/thread/os2/SDL_systhread_c.h
dl-1.2.15/src/thread/pth/SDL_syscond.c
dl-1.2.15/src/thread/pth/SDL_sysmutex.c
dl-1.2.15/src/thread/pth/SDL_sysmutex_c.h
dl-1.2.15/src/thread/pth/SDL_systhread.c
dl-1.2.15/src/thread/pth/SDL_systhread_c.h
dl-1.2.15/src/thread/pthread/SDL_syscond.c
dl-1.2.15/src/thread/pthread/SDL_sysmutex.c
dl-1.2.15/src/thread/pthread/SDL_sysmutex_c.h
dl-1.2.15/src/thread/pthread/SDL_syssem.c
dl-1.2.15/src/thread/pthread/SDL_systhread.c
dl-1.2.15/src/thread/pthread/SDL_systhread_c.h
dl-1.2.15/src/thread/riscos/SDL_syscond.c
dl-1.2.15/src/thread/riscos/SDL_sysmutex.c
dl-1.2.15/src/thread/riscos/SDL_sysmutex_c.h
dl-1.2.15/src/thread/riscos/SDL_syssem.c
dl-1.2.15/src/thread/riscos/SDL_systhread.c
dl-1.2.15/src/thread/riscos/SDL_systhread_c.h
dl-1.2.15/src/thread/symbian/SDL_sysmutex.cpp
dl-1.2.15/src/thread/symbian/SDL_syssem.cpp
dl-1.2.15/src/thread/symbian/SDL_systhread.cpp
dl-1.2.15/src/thread/symbian/SDL_systhread_c.h
dl-1.2.15/src/thread/win32/SDL_sysmutex.c
dl-1.2.15/src/thread/win32/SDL_syssem.c
dl-1.2.15/src/thread/win32/SDL_systhread.c
dl-1.2.15/src/thread/win32/SDL_systhread_c.h
dl-1.2.15/src/thread/win32/win_ce_semaphore.c
dl-1.2.15/src/thread/win32/win_ce_semaphore.h
dl-1.2.15/src/timer/SDL_systimer.h
dl-1.2.15/src/timer/SDL_timer.c
dl-1.2.15/src/timer/SDL_timer_c.h
dl-1.2.15/src/timer/beos/SDL_systimer.c
dl-1.2.15/src/timer/dc/SDL_systimer.c
dl-1.2.15/src/timer/dummy/SDL_systimer.c
dl-1.2.15/src/timer/macos/FastTimes.c
dl-1.2.15/src/timer/macos/FastTimes.h
dl-1.2.15/src/timer/macos/SDL_MPWtimer.c
dl-1.2.15/src/timer/macos/SDL_systimer.c
dl-1.2.15/src/timer/mint/SDL_systimer.c
dl-1.2.15/src/timer/mint/SDL_vbltimer.S
dl-1.2.15/src/timer/mint/SDL_vbltimer_s.h
dl-1.2.15/src/timer/nds/SDL_systimer.c
dl-1.2.15/src/timer/os2/SDL_systimer.c
dl-1.2.15/src/timer/riscos/SDL_systimer.c
dl-1.2.15/src/timer/symbian/SDL_systimer.cpp
dl-1.2.15/src/timer/unix/SDL_systimer.c
dl-1.2.15/src/timer/win32/SDL_systimer.c
dl-1.2.15/src/timer/wince/SDL_systimer.c
dl-1.2.15/src/video/SDL_RLEaccel.c
dl-1.2.15/src/video/SDL_RLEaccel_c.h
dl-1.2.15/src/video/SDL_blit.c
dl-1.2.15/src/video/SDL_blit.h
dl-1.2.15/src/video/SDL_blit_0.c
dl-1.2.15/src/video/SDL_blit_1.c
dl-1.2.15/src/video/SDL_blit_A.c
dl-1.2.15/src/video/SDL_blit_N.c
dl-1.2.15/src/video/SDL_bmp.c
dl-1.2.15/src/video/SDL_cursor.c
dl-1.2.15/src/video/SDL_cursor_c.h
dl-1.2.15/src/video/SDL_gamma.c
dl-1.2.15/src/video/SDL_glfuncs.h
dl-1.2.15/src/video/SDL_leaks.h
dl-1.2.15/src/video/SDL_pixels.c
dl-1.2.15/src/video/SDL_pixels_c.h
dl-1.2.15/src/video/SDL_stretch.c
dl-1.2.15/src/video/SDL_stretch_c.h
dl-1.2.15/src/video/SDL_surface.c
dl-1.2.15/src/video/SDL_sysvideo.h
dl-1.2.15/src/video/SDL_video.c
dl-1.2.15/src/video/SDL_yuv.c
dl-1.2.15/src/video/SDL_yuv_mmx.c
dl-1.2.15/src/video/SDL_yuv_sw.c
dl-1.2.15/src/video/SDL_yuv_sw_c.h
dl-1.2.15/src/video/SDL_yuvfuncs.h
dl-1.2.15/src/video/Xext/README
dl-1.2.15/src/video/Xext/XME/xme.c
dl-1.2.15/src/video/Xext/Xinerama/Xinerama.c
dl-1.2.15/src/video/Xext/Xv/Xv.c
dl-1.2.15/src/video/Xext/Xv/Xvlibint.h
dl-1.2.15/src/video/Xext/Xxf86dga/XF86DGA.c
dl-1.2.15/src/video/Xext/Xxf86dga/XF86DGA2.c
dl-1.2.15/src/video/Xext/Xxf86vm/XF86VMode.c
dl-1.2.15/src/video/Xext/extensions/Xext.h
dl-1.2.15/src/video/Xext/extensions/Xinerama.h
dl-1.2.15/src/video/Xext/extensions/Xv.h
dl-1.2.15/src/video/Xext/extensions/Xvlib.h
dl-1.2.15/src/video/Xext/extensions/Xvproto.h
dl-1.2.15/src/video/Xext/extensions/extutil.h
dl-1.2.15/src/video/Xext/extensions/panoramiXext.h
dl-1.2.15/src/video/Xext/extensions/panoramiXproto.h
dl-1.2.15/src/video/Xext/extensions/xf86dga.h
dl-1.2.15/src/video/Xext/extensions/xf86dga1.h
dl-1.2.15/src/video/Xext/extensions/xf86dga1str.h
dl-1.2.15/src/video/Xext/extensions/xf86dgastr.h
dl-1.2.15/src/video/Xext/extensions/xf86vmode.h
dl-1.2.15/src/video/Xext/extensions/xf86vmstr.h
dl-1.2.15/src/video/Xext/extensions/xme.h
dl-1.2.15/src/video/aalib/SDL_aaevents.c
dl-1.2.15/src/video/aalib/SDL_aaevents_c.h
dl-1.2.15/src/video/aalib/SDL_aamouse.c
dl-1.2.15/src/video/aalib/SDL_aamouse_c.h
dl-1.2.15/src/video/aalib/SDL_aavideo.c
dl-1.2.15/src/video/aalib/SDL_aavideo.h
dl-1.2.15/src/video/ataricommon/SDL_ataric2p.S
dl-1.2.15/src/video/ataricommon/SDL_ataric2p_s.h
dl-1.2.15/src/video/ataricommon/SDL_ataridevmouse.c
dl-1.2.15/src/video/ataricommon/SDL_ataridevmouse_c.h
dl-1.2.15/src/video/ataricommon/SDL_atarieddi.S
dl-1.2.15/src/video/ataricommon/SDL_atarieddi_s.h
dl-1.2.15/src/video/ataricommon/SDL_atarievents.c
dl-1.2.15/src/video/ataricommon/SDL_atarievents_c.h
dl-1.2.15/src/video/ataricommon/SDL_atarigl.c
dl-1.2.15/src/video/ataricommon/SDL_atarigl_c.h
dl-1.2.15/src/video/ataricommon/SDL_atarikeys.h
dl-1.2.15/src/video/ataricommon/SDL_atarimxalloc.c
dl-1.2.15/src/video/ataricommon/SDL_atarimxalloc_c.h
dl-1.2.15/src/video/ataricommon/SDL_atarisuper.h
dl-1.2.15/src/video/ataricommon/SDL_biosevents.c
dl-1.2.15/src/video/ataricommon/SDL_biosevents_c.h
dl-1.2.15/src/video/ataricommon/SDL_gemdosevents.c
dl-1.2.15/src/video/ataricommon/SDL_gemdosevents_c.h
dl-1.2.15/src/video/ataricommon/SDL_ikbdevents.c
dl-1.2.15/src/video/ataricommon/SDL_ikbdevents_c.h
dl-1.2.15/src/video/ataricommon/SDL_ikbdinterrupt.S
dl-1.2.15/src/video/ataricommon/SDL_ikbdinterrupt_s.h
dl-1.2.15/src/video/ataricommon/SDL_xbiosevents.c
dl-1.2.15/src/video/ataricommon/SDL_xbiosevents_c.h
dl-1.2.15/src/video/ataricommon/SDL_xbiosinterrupt.S
dl-1.2.15/src/video/ataricommon/SDL_xbiosinterrupt_s.h
dl-1.2.15/src/video/blank_cursor.h
dl-1.2.15/src/video/bwindow/SDL_BView.h
dl-1.2.15/src/video/bwindow/SDL_BWin.h
dl-1.2.15/src/video/bwindow/SDL_lowvideo.h
dl-1.2.15/src/video/bwindow/SDL_sysevents.cc
dl-1.2.15/src/video/bwindow/SDL_sysevents_c.h
dl-1.2.15/src/video/bwindow/SDL_sysmouse.cc
dl-1.2.15/src/video/bwindow/SDL_sysmouse_c.h
dl-1.2.15/src/video/bwindow/SDL_sysvideo.cc
dl-1.2.15/src/video/bwindow/SDL_syswm.cc
dl-1.2.15/src/video/bwindow/SDL_syswm_c.h
dl-1.2.15/src/video/bwindow/SDL_sysyuv.cc
dl-1.2.15/src/video/bwindow/SDL_sysyuv.h
dl-1.2.15/src/video/caca/SDL_cacaevents.c
dl-1.2.15/src/video/caca/SDL_cacaevents_c.h
dl-1.2.15/src/video/caca/SDL_cacavideo.c
dl-1.2.15/src/video/caca/SDL_cacavideo.h
dl-1.2.15/src/video/dc/SDL_dcevents.c
dl-1.2.15/src/video/dc/SDL_dcevents_c.h
dl-1.2.15/src/video/dc/SDL_dcmouse.c
dl-1.2.15/src/video/dc/SDL_dcmouse_c.h
dl-1.2.15/src/video/dc/SDL_dcvideo.c
dl-1.2.15/src/video/dc/SDL_dcvideo.h
dl-1.2.15/src/video/default_cursor.h
dl-1.2.15/src/video/dga/SDL_dgaevents.c
dl-1.2.15/src/video/dga/SDL_dgaevents_c.h
dl-1.2.15/src/video/dga/SDL_dgamouse.c
dl-1.2.15/src/video/dga/SDL_dgamouse_c.h
dl-1.2.15/src/video/dga/SDL_dgavideo.c
dl-1.2.15/src/video/dga/SDL_dgavideo.h
dl-1.2.15/src/video/directfb/SDL_DirectFB_events.c
dl-1.2.15/src/video/directfb/SDL_DirectFB_events.h
dl-1.2.15/src/video/directfb/SDL_DirectFB_keys.h
dl-1.2.15/src/video/directfb/SDL_DirectFB_video.c
dl-1.2.15/src/video/directfb/SDL_DirectFB_video.h
dl-1.2.15/src/video/directfb/SDL_DirectFB_yuv.c
dl-1.2.15/src/video/directfb/SDL_DirectFB_yuv.h
dl-1.2.15/src/video/dummy/SDL_nullevents.c
dl-1.2.15/src/video/dummy/SDL_nullevents_c.h
dl-1.2.15/src/video/dummy/SDL_nullmouse.c
dl-1.2.15/src/video/dummy/SDL_nullmouse_c.h
dl-1.2.15/src/video/dummy/SDL_nullvideo.c
dl-1.2.15/src/video/dummy/SDL_nullvideo.h
dl-1.2.15/src/video/e_log.h
dl-1.2.15/src/video/e_pow.h
dl-1.2.15/src/video/e_sqrt.h
dl-1.2.15/src/video/fbcon/3dfx_mmio.h
dl-1.2.15/src/video/fbcon/3dfx_regs.h
dl-1.2.15/src/video/fbcon/SDL_fb3dfx.c
dl-1.2.15/src/video/fbcon/SDL_fb3dfx.h
dl-1.2.15/src/video/fbcon/SDL_fbelo.c
dl-1.2.15/src/video/fbcon/SDL_fbelo.h
dl-1.2.15/src/video/fbcon/SDL_fbevents.c
dl-1.2.15/src/video/fbcon/SDL_fbevents_c.h
dl-1.2.15/src/video/fbcon/SDL_fbkeys.h
dl-1.2.15/src/video/fbcon/SDL_fbmatrox.c
dl-1.2.15/src/video/fbcon/SDL_fbmatrox.h
dl-1.2.15/src/video/fbcon/SDL_fbmouse.c
dl-1.2.15/src/video/fbcon/SDL_fbmouse_c.h
dl-1.2.15/src/video/fbcon/SDL_fbriva.c
dl-1.2.15/src/video/fbcon/SDL_fbriva.h
dl-1.2.15/src/video/fbcon/SDL_fbvideo.c
dl-1.2.15/src/video/fbcon/SDL_fbvideo.h
dl-1.2.15/src/video/fbcon/matrox_mmio.h
dl-1.2.15/src/video/fbcon/matrox_regs.h
dl-1.2.15/src/video/fbcon/riva_mmio.h
dl-1.2.15/src/video/fbcon/riva_regs.h
dl-1.2.15/src/video/gapi/SDL_gapivideo.c
dl-1.2.15/src/video/gapi/SDL_gapivideo.h
dl-1.2.15/src/video/gem/SDL_gemevents.c
dl-1.2.15/src/video/gem/SDL_gemevents_c.h
dl-1.2.15/src/video/gem/SDL_gemmouse.c
dl-1.2.15/src/video/gem/SDL_gemmouse_c.h
dl-1.2.15/src/video/gem/SDL_gemvideo.c
dl-1.2.15/src/video/gem/SDL_gemvideo.h
dl-1.2.15/src/video/gem/SDL_gemwm.c
dl-1.2.15/src/video/gem/SDL_gemwm_c.h
dl-1.2.15/src/video/ggi/SDL_ggievents.c
dl-1.2.15/src/video/ggi/SDL_ggievents_c.h
dl-1.2.15/src/video/ggi/SDL_ggikeys.h
dl-1.2.15/src/video/ggi/SDL_ggimouse.c
dl-1.2.15/src/video/ggi/SDL_ggimouse_c.h
dl-1.2.15/src/video/ggi/SDL_ggivideo.c
dl-1.2.15/src/video/ggi/SDL_ggivideo.h
dl-1.2.15/src/video/ipod/SDL_ipodvideo.c
dl-1.2.15/src/video/ipod/SDL_ipodvideo.h
dl-1.2.15/src/video/maccommon/SDL_lowvideo.h
dl-1.2.15/src/video/maccommon/SDL_macevents.c
dl-1.2.15/src/video/maccommon/SDL_macevents_c.h
dl-1.2.15/src/video/maccommon/SDL_macgl.c
dl-1.2.15/src/video/maccommon/SDL_macgl_c.h
dl-1.2.15/src/video/maccommon/SDL_mackeys.h
dl-1.2.15/src/video/maccommon/SDL_macmouse.c
dl-1.2.15/src/video/maccommon/SDL_macmouse_c.h
dl-1.2.15/src/video/maccommon/SDL_macwm.c
dl-1.2.15/src/video/maccommon/SDL_macwm_c.h
dl-1.2.15/src/video/macdsp/SDL_dspvideo.c
dl-1.2.15/src/video/macdsp/SDL_dspvideo.h
dl-1.2.15/src/video/macrom/SDL_romvideo.c
dl-1.2.15/src/video/macrom/SDL_romvideo.h
dl-1.2.15/src/video/math_private.h
dl-1.2.15/src/video/mmx.h
dl-1.2.15/src/video/nanox/SDL_nxevents.c
dl-1.2.15/src/video/nanox/SDL_nxevents_c.h
dl-1.2.15/src/video/nanox/SDL_nximage.c
dl-1.2.15/src/video/nanox/SDL_nximage_c.h
dl-1.2.15/src/video/nanox/SDL_nxmodes.c
dl-1.2.15/src/video/nanox/SDL_nxmodes_c.h
dl-1.2.15/src/video/nanox/SDL_nxmouse.c
dl-1.2.15/src/video/nanox/SDL_nxmouse_c.h
dl-1.2.15/src/video/nanox/SDL_nxvideo.c
dl-1.2.15/src/video/nanox/SDL_nxvideo.h
dl-1.2.15/src/video/nanox/SDL_nxwm.c
dl-1.2.15/src/video/nanox/SDL_nxwm_c.h
dl-1.2.15/src/video/nds/SDL_ndsevents.c
dl-1.2.15/src/video/nds/SDL_ndsevents_c.h
dl-1.2.15/src/video/nds/SDL_ndsmouse.c
dl-1.2.15/src/video/nds/SDL_ndsmouse_c.h
dl-1.2.15/src/video/nds/SDL_ndsvideo.c
dl-1.2.15/src/video/nds/SDL_ndsvideo.h
dl-1.2.15/src/video/os2fslib/SDL_os2fslib.c
dl-1.2.15/src/video/os2fslib/SDL_os2fslib.h
dl-1.2.15/src/video/os2fslib/SDL_vkeys.h
dl-1.2.15/src/video/photon/SDL_ph_events.c
dl-1.2.15/src/video/photon/SDL_ph_events_c.h
dl-1.2.15/src/video/photon/SDL_ph_gl.c
dl-1.2.15/src/video/photon/SDL_ph_gl.h
dl-1.2.15/src/video/photon/SDL_ph_image.c
dl-1.2.15/src/video/photon/SDL_ph_image_c.h
dl-1.2.15/src/video/photon/SDL_ph_modes.c
dl-1.2.15/src/video/photon/SDL_ph_modes_c.h
dl-1.2.15/src/video/photon/SDL_ph_mouse.c
dl-1.2.15/src/video/photon/SDL_ph_mouse_c.h
dl-1.2.15/src/video/photon/SDL_ph_video.c
dl-1.2.15/src/video/photon/SDL_ph_video.h
dl-1.2.15/src/video/photon/SDL_ph_wm.c
dl-1.2.15/src/video/photon/SDL_ph_wm_c.h
dl-1.2.15/src/video/photon/SDL_phyuv.c
dl-1.2.15/src/video/photon/SDL_phyuv_c.h
dl-1.2.15/src/video/picogui/SDL_pgevents.c
dl-1.2.15/src/video/picogui/SDL_pgevents_c.h
dl-1.2.15/src/video/picogui/SDL_pgvideo.c
dl-1.2.15/src/video/picogui/SDL_pgvideo.h
dl-1.2.15/src/video/ps2gs/SDL_gsevents.c
dl-1.2.15/src/video/ps2gs/SDL_gsevents_c.h
dl-1.2.15/src/video/ps2gs/SDL_gskeys.h
dl-1.2.15/src/video/ps2gs/SDL_gsmouse.c
dl-1.2.15/src/video/ps2gs/SDL_gsmouse_c.h
dl-1.2.15/src/video/ps2gs/SDL_gsvideo.c
dl-1.2.15/src/video/ps2gs/SDL_gsvideo.h
dl-1.2.15/src/video/ps2gs/SDL_gsyuv.c
dl-1.2.15/src/video/ps2gs/SDL_gsyuv_c.h
dl-1.2.15/src/video/ps3/SDL_ps3events.c
dl-1.2.15/src/video/ps3/SDL_ps3events_c.h
dl-1.2.15/src/video/ps3/SDL_ps3video.c
dl-1.2.15/src/video/ps3/SDL_ps3video.h
dl-1.2.15/src/video/ps3/SDL_ps3yuv.c
dl-1.2.15/src/video/ps3/SDL_ps3yuv_c.h
dl-1.2.15/src/video/ps3/spulibs/Makefile
dl-1.2.15/src/video/ps3/spulibs/bilin_scaler.c
dl-1.2.15/src/video/ps3/spulibs/fb_writer.c
dl-1.2.15/src/video/ps3/spulibs/spu_common.h
dl-1.2.15/src/video/ps3/spulibs/yuv2rgb_converter.c
dl-1.2.15/src/video/qtopia/SDL_QPEApp.cc
dl-1.2.15/src/video/qtopia/SDL_QPEApp.h
dl-1.2.15/src/video/qtopia/SDL_QWin.cc
dl-1.2.15/src/video/qtopia/SDL_QWin.h
dl-1.2.15/src/video/qtopia/SDL_lowvideo.h
dl-1.2.15/src/video/qtopia/SDL_sysevents.cc
dl-1.2.15/src/video/qtopia/SDL_sysevents_c.h
dl-1.2.15/src/video/qtopia/SDL_sysmouse.cc
dl-1.2.15/src/video/qtopia/SDL_sysmouse_c.h
dl-1.2.15/src/video/qtopia/SDL_sysvideo.cc
dl-1.2.15/src/video/qtopia/SDL_syswm.cc
dl-1.2.15/src/video/qtopia/SDL_syswm_c.h
dl-1.2.15/src/video/quartz/CGS.h
dl-1.2.15/src/video/quartz/SDL_QuartzEvents.m
dl-1.2.15/src/video/quartz/SDL_QuartzGL.m
dl-1.2.15/src/video/quartz/SDL_QuartzKeys.h
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.h
dl-1.2.15/src/video/quartz/SDL_QuartzVideo.m
dl-1.2.15/src/video/quartz/SDL_QuartzWM.h
dl-1.2.15/src/video/quartz/SDL_QuartzWM.m
dl-1.2.15/src/video/quartz/SDL_QuartzWindow.h
dl-1.2.15/src/video/quartz/SDL_QuartzWindow.m
dl-1.2.15/src/video/riscos/SDL_riscosASM.S
dl-1.2.15/src/video/riscos/SDL_riscosFullScreenVideo.c
dl-1.2.15/src/video/riscos/SDL_riscosevents.c
dl-1.2.15/src/video/riscos/SDL_riscosevents_c.h
dl-1.2.15/src/video/riscos/SDL_riscosmouse.c
dl-1.2.15/src/video/riscos/SDL_riscosmouse_c.h
dl-1.2.15/src/video/riscos/SDL_riscossprite.c
dl-1.2.15/src/video/riscos/SDL_riscostask.c
dl-1.2.15/src/video/riscos/SDL_riscostask.h
dl-1.2.15/src/video/riscos/SDL_riscosvideo.c
dl-1.2.15/src/video/riscos/SDL_riscosvideo.h
dl-1.2.15/src/video/riscos/SDL_wimppoll.c
dl-1.2.15/src/video/riscos/SDL_wimpvideo.c
dl-1.2.15/src/video/svga/SDL_svgaevents.c
dl-1.2.15/src/video/svga/SDL_svgaevents_c.h
dl-1.2.15/src/video/svga/SDL_svgamouse.c
dl-1.2.15/src/video/svga/SDL_svgamouse_c.h
dl-1.2.15/src/video/svga/SDL_svgavideo.c
dl-1.2.15/src/video/svga/SDL_svgavideo.h
dl-1.2.15/src/video/symbian/EKA1/SDL_epocevents.cpp
dl-1.2.15/src/video/symbian/EKA1/SDL_epocvideo.cpp
dl-1.2.15/src/video/symbian/EKA1/SDL_epocvideo.h
dl-1.2.15/src/video/symbian/EKA2/SDL_epocevents.cpp
dl-1.2.15/src/video/symbian/EKA2/SDL_epocvideo.cpp
dl-1.2.15/src/video/symbian/EKA2/SDL_epocvideo.h
dl-1.2.15/src/video/symbian/EKA2/dsa.cpp
dl-1.2.15/src/video/symbian/EKA2/dsa_new.cpp
dl-1.2.15/src/video/symbian/EKA2/dsa_old.cpp
dl-1.2.15/src/video/symbian/SDL_epocevents_c.h
dl-1.2.15/src/video/vgl/SDL_vglevents.c
dl-1.2.15/src/video/vgl/SDL_vglevents_c.h
dl-1.2.15/src/video/vgl/SDL_vglmouse.c
dl-1.2.15/src/video/vgl/SDL_vglmouse_c.h
dl-1.2.15/src/video/vgl/SDL_vglvideo.c
dl-1.2.15/src/video/vgl/SDL_vglvideo.h
dl-1.2.15/src/video/wincommon/SDL_lowvideo.h
dl-1.2.15/src/video/wincommon/SDL_sysevents.c
dl-1.2.15/src/video/wincommon/SDL_sysmouse.c
dl-1.2.15/src/video/wincommon/SDL_sysmouse_c.h
dl-1.2.15/src/video/wincommon/SDL_syswm.c
dl-1.2.15/src/video/wincommon/SDL_syswm_c.h
dl-1.2.15/src/video/wincommon/SDL_wingl.c
dl-1.2.15/src/video/wincommon/SDL_wingl_c.h
dl-1.2.15/src/video/wincommon/wmmsg.h
dl-1.2.15/src/video/windib/SDL_dibevents.c
dl-1.2.15/src/video/windib/SDL_dibevents_c.h
dl-1.2.15/src/video/windib/SDL_dibvideo.c
dl-1.2.15/src/video/windib/SDL_dibvideo.h
dl-1.2.15/src/video/windib/SDL_gapidibvideo.h
dl-1.2.15/src/video/windib/SDL_vkeys.h
dl-1.2.15/src/video/windx5/SDL_dx5events.c
dl-1.2.15/src/video/windx5/SDL_dx5events_c.h
dl-1.2.15/src/video/windx5/SDL_dx5video.c
dl-1.2.15/src/video/windx5/SDL_dx5video.h
dl-1.2.15/src/video/windx5/SDL_dx5yuv.c
dl-1.2.15/src/video/windx5/SDL_dx5yuv_c.h
dl-1.2.15/src/video/windx5/directx.h
dl-1.2.15/src/video/wscons/SDL_wsconsevents.c
dl-1.2.15/src/video/wscons/SDL_wsconsevents_c.h
dl-1.2.15/src/video/wscons/SDL_wsconsmouse.c
dl-1.2.15/src/video/wscons/SDL_wsconsmouse_c.h
dl-1.2.15/src/video/wscons/SDL_wsconsvideo.c
dl-1.2.15/src/video/wscons/SDL_wsconsvideo.h
dl-1.2.15/src/video/x11/SDL_x11dga.c
dl-1.2.15/src/video/x11/SDL_x11dga_c.h
dl-1.2.15/src/video/x11/SDL_x11dyn.c
dl-1.2.15/src/video/x11/SDL_x11dyn.h
dl-1.2.15/src/video/x11/SDL_x11events.c
dl-1.2.15/src/video/x11/SDL_x11events_c.h
dl-1.2.15/src/video/x11/SDL_x11gamma.c
dl-1.2.15/src/video/x11/SDL_x11gamma_c.h
dl-1.2.15/src/video/x11/SDL_x11gl.c
dl-1.2.15/src/video/x11/SDL_x11gl_c.h
dl-1.2.15/src/video/x11/SDL_x11image.c
dl-1.2.15/src/video/x11/SDL_x11image_c.h
dl-1.2.15/src/video/x11/SDL_x11modes.c
dl-1.2.15/src/video/x11/SDL_x11modes_c.h
dl-1.2.15/src/video/x11/SDL_x11mouse.c
dl-1.2.15/src/video/x11/SDL_x11mouse_c.h
dl-1.2.15/src/video/x11/SDL_x11sym.h
dl-1.2.15/src/video/x11/SDL_x11video.c
dl-1.2.15/src/video/x11/SDL_x11video.h
dl-1.2.15/src/video/x11/SDL_x11wm.c
dl-1.2.15/src/video/x11/SDL_x11wm_c.h
dl-1.2.15/src/video/x11/SDL_x11yuv.c
dl-1.2.15/src/video/x11/SDL_x11yuv_c.h
dl-1.2.15/src/video/xbios/SDL_xbios.c
dl-1.2.15/src/video/xbios/SDL_xbios.h
dl-1.2.15/src/video/xbios/SDL_xbios_blowup.c
dl-1.2.15/src/video/xbios/SDL_xbios_blowup.h
dl-1.2.15/src/video/xbios/SDL_xbios_centscreen.c
dl-1.2.15/src/video/xbios/SDL_xbios_centscreen.h
dl-1.2.15/src/video/xbios/SDL_xbios_milan.c
dl-1.2.15/src/video/xbios/SDL_xbios_milan.h
dl-1.2.15/src/video/xbios/SDL_xbios_sb3.c
dl-1.2.15/src/video/xbios/SDL_xbios_sb3.h
dl-1.2.15/src/video/xbios/SDL_xbios_tveille.c
dl-1.2.15/src/video/xbios/SDL_xbios_tveille.h
dl-1.2.15/symbian.zip
dl-1.2.15/test/COPYING
dl-1.2.15/test/Makefile.in
dl-1.2.15/test/README
dl-1.2.15/test/acinclude.m4
dl-1.2.15/test/autogen.sh
dl-1.2.15/test/checkkeys.c
dl-1.2.15/test/configure.in
dl-1.2.15/test/gcc-fat.sh
dl-1.2.15/test/graywin.c
dl-1.2.15/test/icon.bmp
dl-1.2.15/test/loopwave.c
dl-1.2.15/test/moose.dat
dl-1.2.15/test/picture.xbm
dl-1.2.15/test/sail.bmp
dl-1.2.15/test/sample.bmp
dl-1.2.15/test/sample.wav
dl-1.2.15/test/testalpha.c
dl-1.2.15/test/testbitmap.c
dl-1.2.15/test/testblitspeed.c
dl-1.2.15/test/testcdrom.c
dl-1.2.15/test/testcursor.c
dl-1.2.15/test/testdyngl.c
dl-1.2.15/test/testerror.c
dl-1.2.15/test/testfile.c
dl-1.2.15/test/testgamma.c
dl-1.2.15/test/testgl.c
dl-1.2.15/test/testhread.c
dl-1.2.15/test/testiconv.c
dl-1.2.15/test/testjoystick.c
dl-1.2.15/test/testkeys.c
dl-1.2.15/test/testloadso.c
dl-1.2.15/test/testlock.c
dl-1.2.15/test/testoverlay.c
dl-1.2.15/test/testoverlay2.c
dl-1.2.15/test/testpalette.c
dl-1.2.15/test/testplatform.c
dl-1.2.15/test/testsem.c
dl-1.2.15/test/testsprite.c
dl-1.2.15/test/testtimer.c
dl-1.2.15/test/testver.c
dl-1.2.15/test/testvidinfo.c
dl-1.2.15/test/testwin.c
dl-1.2.15/test/testwm.c
dl-1.2.15/test/threadwin.c
dl-1.2.15/test/torturethread.c
dl-1.2.15/test/utf8.txt
9bc2c5eba30c83bf3a1ae78f99a79eb763fd267b 05-Jun-2012 Bhanu Chetlapalli <bhanu@mips.com> [MIPS] Copy vmlinux to kernel-qemu

MIPS Qemu kernel build does not generate a compressed z/bzImage.

Change-Id: I74bb4a85c034f0b72fa2e81f13f79c140c01eabe
Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
uild-kernel.sh
d00f7c4b4cbd09aa9fdcd484f0eb764417134657 30-Mar-2012 Iliyan Malchev <malchev@google.com> fix BUILD_DEBUG_EMULATOR build

Change-Id: Ib888b8114d77270383c6ac563fb36bfdaf7b72fc
Signed-off-by: Iliyan Malchev <malchev@google.com>
ibpng-1.2.19/sources.make
4a2c9dd7630ce51a660e1aa14e10bc6fbc4621c4 02-Apr-2012 Iliyan Malchev <malchev@google.com> replace _exit() with exit()

When the emulator is compiled with -pg, it generates a stats file (gmon.out)
upon exiting, as long as the exit it done when main() returns normally or
exit() is called. Calling _exit() or exiting via an unhandled signal will not
cause gmon.out to be generated.

Change-Id: I0d5ea5a0b0314f97d2fdc0c92fd6f38c65377eb9
Signed-off-by: Iliyan Malchev <malchev@google.com>
dl-1.2.12/src/video/Xext/Xxf86dga/XF86DGA.c
9ada5ea3626964561ed983c64cf04bcdf44e6806 30-May-2012 Andrew Hsieh <andrewhsieh@google.com> Fixed prebuilt path and toolchain names

1) Use "prebuilts" instead of "prebuilt" to legalize BUILD_TOP
2) Update CROSSTOOLCHAIN and CROSSPREFIX for all arch
3) Add -fno-pic because some toolchain (eg. x86 and mips)
in prebuilts/gcc are NDK-compatible (ie. enforces -fpic, etc)

Verified to build working kernel-goldfish for all arch

Change-Id: I93ac8f0beeaae14aa4575629fd8eaf4af73ef7ce
uild-kernel.sh
ernel-toolchain/toolbox.sh
77a5ed00afb5ef40081a59dabf3c90734d12f439 30-May-2012 Andrew Hsieh <andrewhsieh@google.com> Merge "[MIPS] Add MIPS support to build-kernel.sh"
74416cef69ae7e514f5462da2b43d6d50cf01d2c 24-May-2012 Jean-Baptiste Queru <jbq@google.com> Merge "Replace i686-android-linux with i686-linux-android"
88f828e91ff4f13fb3d4f873fc0eedd6ef49a156 22-May-2012 Bhanu Chetlapalli <bhanu@mips.com> [MIPS] Add MIPS support to build-kernel.sh

Enables building of mips goldfish kernel

Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
uild-kernel.sh
aff92e8c2cac67c6d78cfcf57ca5858aa74808b9 04-May-2012 Jean-Baptiste Queru <jbq@google.com> Merge "Xcode 4.3 compatibility checkin"
43a16f4e595909472e3e3e46cc3393e31323e18c 03-May-2012 Jesse Hall <jessehall@google.com> Add dynamic symbol for _XGetRequest, which libX11 1.4.99.1 added

This is a cherry-pick from upstream to fix build errors on some Linux
distros. Problem and patch pointed out by "quho" -- thanks!

Upstream changeset: http://hg.libsdl.org/SDL/rev/e1264a758d50

Change-Id: I423c6ce2dfd7c6e53954b6fe76b156f12ae643f2
dl-1.2.12/src/video/x11/SDL_x11dyn.c
dl-1.2.12/src/video/x11/SDL_x11sym.h
0621eeb599686e1d7dea3bf39ae8057bec574e0d 21-Apr-2012 H.J. Lu <hongjiu.lu@intel.com> Replace i686-android-linux with i686-linux-android

Author: "H.J. Lu" <hongjiu.lu@intel.com>
uild-kernel.sh
ernel-toolchain/toolbox.sh
1a820e90d8848c6b0ac7c78b5a2e8b28c9738a3a 11-Apr-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Enable multi-touch emulation with -gpu on

This CL implements a callback that gets invoked by OpenGLES emulator on it framebuffer
updates. This allows transferring framebuffer changes to the supporting device.

Proper implementation of this new callback also required changes to JPEG compression,
addressing:

1. OpenGLES framebuffer format is RGBA8889, which required implementing line conversion
for this format.
2. OpenGLES framebuffer is (or at least could be) bottom-up arranged. This requires changes
to the compressor, so it compresses the FB starting from the bottom, so the resulting
image is up-bottom.

Change-Id: Icd4efbe4a251c838adfa3518decbfc43a7ef06c8
peg-6b/jccolor.c
peg-6b/jcparam.c
c7389bd69e570a2c8432b37399aff1976b021f0f 13-Mar-2012 Andrew Hsieh <andrewhsieh@google.com> 64-bit emulator

Patch to allow emulator searches for emulator64-${ARCH} first on
64-bit OS. If none is found, the original behavior which searchs
for 32-bit emulator-${ARCH} is performed as usual.

64-bit emulator (which still emulates Android built in 32-bit) offers
up to 20% speedup compared to its 32-bit counterpart.

Details:

android/main-emulator.c
1) search emulator64 based on the OS
2) dlopen lib64OpenglRender in 64-bit

Makefile.*
1) Rules to build 64-bit executable emulator64-{x86,arm} and libraries
emulator64-{libui,libqemu,target-i386,target-arm,libelff,common}
2) remove -Wa,-32
3) Changes prebuit toolchain path

android-configure.h
android/build/common.h
1) no longer force 32-bit build (because now prebuilts/tools/gcc-sdk/gcc
can now handle 64-bit
2) set ANDROID_PREBUILTS to correctly locate ccache

android/config/*/config-host.h
1) Detect HOST_X86_64 and HOST_X86_64/HOST_I386

Misc 64-bit porting clean-up
1) use %zx to print variable of type size_t in hex
2) use %zu to print variable of type size_t in dec
3) Initialize query_parm to NULL
4) use PRIu64 to replace PDUd64
5) use PRId64/PRIu64/PRIX64 to print 64-bit
6) drop PRUx64 because PRIx64 does the same
7) cast pointer arith to intptr_t before casting to int
8) fixed 1ULL<<63

Change-Id: Ife62a20063a6ec38d4a9b23977e840af1fce149a
peg-6b/jmorecfg.h
349beb3f9b2a10a9a5cc001c115c2f742a833d6f 22-Feb-2012 Al Sutton <al@funkyandroid.com> Xcode 4.3 compatibility checkin

The command line tools from Xcode 4.3 create an incorrect implicit definition
for a couple of functions which causes compilation to fail due to the actual
definition not matching the implicit one the compiler creates.

This patch adds explicit definitions alongside the other forward function
definitions for the functions which cause compilation to fail.

[updated: initial commit had the file in the wrong location]

Signed-off-by: Al Sutton <al@funkyandroid.com>
peg-6b/jdphuff.c
4a795dda3d916c591206d2c37d6b583098204108 13-Feb-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Enable RGB565 input color format

This change enables compression of RGB565 input to YCbCr (default) output format.
Main intention for this change is to enable the emulator to directly compress
RGB565 framebuffer without converting it into RGB888 prior to passing it to the
compression routine.

Change-Id: I86240a2481fd1904eb9b9140b18b372200a71093
peg-6b/jccolor.c
peg-6b/jcparam.c
70a18cd874a22452aca9e39e22275ed4538ed20b 01-Feb-2012 Vladimir Chtchetkine <vchtchetkine@google.com> Include JPEG compression / decompression library into emulator build

We are going to need JPEG compression for transferring emulator's framebuffers to
the multi-touch supporting application running on an android device. The source
for JPEG compressor has been copied over from external/jpeg

To that I've added distrib/jpeg-6b/sources.make containing build instruction for
JPEG compressor. That file gets included into Makefile.common to compile JPEG
compressor sources along with the emulator sources.

Change-Id: I7bfccb7a10f873f90edabab5d3b1b2ca4dd57449
peg-6b/Android.mk
peg-6b/CleanSpec.mk
peg-6b/MODULE_LICENSE_BSD_LIKE
peg-6b/NOTICE
peg-6b/README
peg-6b/ThirdPartyProject.prop
peg-6b/ansi2knr.1
peg-6b/ansi2knr.c
peg-6b/armv6_idct.S
peg-6b/cderror.h
peg-6b/cdjpeg.c
peg-6b/cdjpeg.h
peg-6b/change.log
peg-6b/cjpeg.1
peg-6b/cjpeg.c
peg-6b/ckconfig.c
peg-6b/coderules.doc
peg-6b/config.guess
peg-6b/config.sub
peg-6b/configure
peg-6b/djpeg.1
peg-6b/djpeg.c
peg-6b/example.c
peg-6b/filelist.doc
peg-6b/install-sh
peg-6b/install.doc
peg-6b/jcapimin.c
peg-6b/jcapistd.c
peg-6b/jccoefct.c
peg-6b/jccolor.c
peg-6b/jcdctmgr.c
peg-6b/jchuff.c
peg-6b/jchuff.h
peg-6b/jcinit.c
peg-6b/jcmainct.c
peg-6b/jcmarker.c
peg-6b/jcmaster.c
peg-6b/jcomapi.c
peg-6b/jconfig.bcc
peg-6b/jconfig.cfg
peg-6b/jconfig.dj
peg-6b/jconfig.doc
peg-6b/jconfig.h
peg-6b/jconfig.mac
peg-6b/jconfig.manx
peg-6b/jconfig.mc6
peg-6b/jconfig.sas
peg-6b/jconfig.st
peg-6b/jconfig.vc
peg-6b/jconfig.vms
peg-6b/jconfig.wat
peg-6b/jcparam.c
peg-6b/jcphuff.c
peg-6b/jcprepct.c
peg-6b/jcsample.c
peg-6b/jctrans.c
peg-6b/jdapimin.c
peg-6b/jdapistd.c
peg-6b/jdatadst.c
peg-6b/jdatasrc.c
peg-6b/jdcoefct.c
peg-6b/jdcolor.c
peg-6b/jdct.h
peg-6b/jddctmgr.c
peg-6b/jdhuff.c
peg-6b/jdhuff.h
peg-6b/jdinput.c
peg-6b/jdmainct.c
peg-6b/jdmarker.c
peg-6b/jdmaster.c
peg-6b/jdmerge.c
peg-6b/jdphuff.c
peg-6b/jdpostct.c
peg-6b/jdsample.c
peg-6b/jdtrans.c
peg-6b/jerror.c
peg-6b/jerror.h
peg-6b/jfdctflt.c
peg-6b/jfdctfst.c
peg-6b/jfdctint.c
peg-6b/jidctflt.c
peg-6b/jidctfst.c
peg-6b/jidctint.c
peg-6b/jidctred.c
peg-6b/jinclude.h
peg-6b/jmem-android.c
peg-6b/jmem-ashmem.c
peg-6b/jmemansi.c
peg-6b/jmemdos.c
peg-6b/jmemdosa.asm
peg-6b/jmemmac.c
peg-6b/jmemmgr.c
peg-6b/jmemname.c
peg-6b/jmemnobs.c
peg-6b/jmemsys.h
peg-6b/jmorecfg.h
peg-6b/jpegint.h
peg-6b/jpeglib.h
peg-6b/jpegtran.1
peg-6b/jpegtran.c
peg-6b/jquant1.c
peg-6b/jquant2.c
peg-6b/jutils.c
peg-6b/jversion.h
peg-6b/libjpeg.doc
peg-6b/ltconfig
peg-6b/ltmain.sh
peg-6b/makcjpeg.st
peg-6b/makdjpeg.st
peg-6b/makeapps.ds
peg-6b/makefile.ansi
peg-6b/makefile.bcc
peg-6b/makefile.cfg
peg-6b/makefile.dj
peg-6b/makefile.manx
peg-6b/makefile.mc6
peg-6b/makefile.mms
peg-6b/makefile.sas
peg-6b/makefile.unix
peg-6b/makefile.vc
peg-6b/makefile.vms
peg-6b/makefile.wat
peg-6b/makelib.ds
peg-6b/makeproj.mac
peg-6b/makljpeg.st
peg-6b/maktjpeg.st
peg-6b/makvms.opt
peg-6b/rdbmp.c
peg-6b/rdcolmap.c
peg-6b/rdgif.c
peg-6b/rdjpgcom.1
peg-6b/rdjpgcom.c
peg-6b/rdppm.c
peg-6b/rdrle.c
peg-6b/rdswitch.c
peg-6b/rdtarga.c
peg-6b/sources.make
peg-6b/structure.doc
peg-6b/testimg.bmp
peg-6b/testimg.jpg
peg-6b/testimg.ppm
peg-6b/testimgp.jpg
peg-6b/testorig.jpg
peg-6b/testprog.jpg
peg-6b/transupp.c
peg-6b/transupp.h
peg-6b/usage.doc
peg-6b/wizard.doc
peg-6b/wrbmp.c
peg-6b/wrgif.c
peg-6b/wrjpgcom.1
peg-6b/wrjpgcom.c
peg-6b/wrppm.c
peg-6b/wrrle.c
peg-6b/wrtarga.c
7851751670aa7b6e4cb153ea7c16185f8759cc4e 11-Jan-2012 Jesse Hall <jessehall@google.com> SDL: Call XInitThreads() after loading Xlib

XInitThreads() enables thread-safety in Xlib, so multiple threads can
safely call into it concurrently. This happens with GLES passthrough
enabled: the GLES system serializes its own Xlib and GLX calls, but
there is no serialization between the GLES system and the SDL code
running the main UI.

This call must be the first Xlib call, so I put it here in the loading
code rather than the multiple places that call XOpenDisplay().

Change-Id: I3cd3177fb8e0904a803a6b5c8f89a4ecda73bd1c
dl-1.2.12/src/video/x11/SDL_x11dyn.c
dl-1.2.12/src/video/x11/SDL_x11sym.h
bc9cbbe2a02d84d57854c211449f6491a6140eab 14-Dec-2011 David 'Digit' Turner <digit@google.com> kernel: update build-kernel.sh script for x86

This updates the build-kernel.sh script to be able to rebuild
the x86 goldfish kernel from sources using our NDK-compatible
toolchain. This is needed because the toolchain is configured
with -mfpmath=sse and -fpic by default, which we need to disable.

Because the kernel build system doesn't allow us to provide extra
compiler flags easily, we create a "magic" wrapper toolchain to
do it for us (see toolbox.sh)

Change-Id: Ie868497dc5543d1149c51f354daa567863b638dc
uild-kernel.sh
ernel-toolchain/toolbox.sh
6f0425a8f6d386d7ca10e69ad90cbd5d5c5228a9 03-Nov-2011 Andrew Hsieh <andrewhsieh@google.com> Fixed build-kernel.sh to set ZIMAGE when --cross is specified

Change-Id: I039cd6072795781a55d1f1280f9c2cf2d706b457
uild-kernel.sh
fe6c89d7d8684c112db7da6bbea12284c4896f3a 09-Mar-2011 David 'Digit' Turner <digit@android.com> Improve emulator kernel rebuild script.

- Add support for building on darwin-x86
- Automatically finds the cross-toolchain (arch-dependent) if --cross=<prefix> is not used.
- Add "Auto-config: <option>" message to indicate what was automatically configured
- Select appropriate names for output files
- Print their name on the terminal in case of success

Change-Id: I908392083bf724a426d5029dc0a7dd29e045c7a4
uild-kernel.sh
5c25d3d60c64efb11709b625714ca1dac7c043f4 05-Mar-2011 David 'Digit' Turner <digit@android.com> Add kernel-rebuilding script for the emulator.

Supports both arm and x86.

Change-Id: Ib4665eece4433f0a611b5420ef29785eeb26de1a
uild-kernel.sh
fb1698793fc07654b3498462e9aefec62f7aa809 22-Feb-2011 Stefan Hilzinger <hilzinger@google.com> Fixing the standalone build of the emulator.

Change-Id: I81567b512df04314d87dd3846b02d8895829937d
dl-1.2.12/Makefile.android
dl-1.2.12/android-configure.sh
80bc5c8c7b9c50e8f302c22c2fba42dd6e8aa2df 20-Oct-2010 David 'Digit' Turner <digit@android.com> Fix incorrect orientation at boot.

The goldfish kernel's event driver is very picky about the
state of the virtual device it talks to. Essentially, it can
only listen to h/w events if the corresponding IRQ is raised
_after_ it has completed some initial setup.

If the IRQ is raised before, the driver will refuse to listen
to events, and any interaction becomes impossible.

We changed the way our UI windows are built and managed
previously, and this had the unfortunate effect of sending
one h/w event too soon, which, in the old code, would raise
the IRQ prematurely. This resulted in an input freeze.

To work around this the UI code was modified to not send
the initial h/w event, but this resulted in bad orientation
of the home screen at the end of the boot sequence.

This change allows the virtual device to wait for the kernel
driver before raising the IRQ, in the case any h/w event has
been buffered. It also removes the hack in the UI code,
allowing the send of the initial h/w event at startup.

BONUS MINOR CHANGES:
EsounD probe: fix error message.
console: fix compiler warnings
libpng: proper handling of MMX support.
android-configure.sh: fix --ignore-audio handling
The option didn't do anything if the audio development packages
are properly installed on the system.

Change-Id: Ib134158873d5cb72290c9676d92d20233226c889
ibpng-1.2.19/sources.make
065aceec615663a19e50aacf88867bc6aa10b0e6 26-Sep-2010 Marcus Comstedt <marcus@mc.pp.se> Don't build MMX stuff on PowerPC

Change-Id: Ieab047784761f8b9d0862b817319a903f26a4bf5
ibpng-1.2.19/sources.make
4e024bb4f5c8aa8b07459f7fbd65c35122127fd1 22-Sep-2010 David 'Digit' Turner <digit@android.com> Remove compiler warnings when building the emulator.

This forces -Wall during the build. Note that this patch doesn't
remove all warnings, but most of the remaining ones are from upstream anyway.

Change-Id: I8808d8495e99866e156ce5780d2e3c305eab491f
dl-1.2.12/src/video/x11/SDL_x11wm.c
d0d9734ce225ca6421caf1decfc12dcc4cb2a58c 27-May-2010 Jeff Hamilton <jham@android.com> Make the emulator build on Snow Leopard.

Force the minimum platform version to Leopard.

Change-Id: Ibfff1ad611e1f262b81a324a16a3a28f80ae9a17
lib-1.2.3/Makefile
34d165185730eac6ddc4e7a23d192d22aa3d4dfb 19-May-2010 David 'Digit' Turner <digit@android.com> Build SDL from sources directly.

This removes the requirement to build the SDL library before the rest
of the emulator. The prebuilt SDL library and installation is now optional
and is only kept for the full Android build on Linux (mainly to avoid having
to install many dev libraries on build servers).

This patch affects both the Android and standalone build systems.

The script android-configure.sh will not use a prebuilt SDL installation
unless you explicitely use --sdl-config=<script>.

Tested for linux-x86 / darwin-x86 / cygwin / linux-mingw builds.

Change-Id: If973b2ad199f06aeeff43aec387d1ac629487529
uild-emulator.sh
ake-distrib.sh
dl-1.2.12/Makefile.android
dl-1.2.12/android-configure.sh
dl-1.2.12/android/build/darwin-x86/SDL_config.h
dl-1.2.12/android/build/freebsd-x86/SDL_config.h
dl-1.2.12/android/build/linux-x86/SDL_config.h
dl-1.2.12/android/build/windows/SDL_config.h
dl-1.2.12/sources.make
63e644f0869fe9ab49867daba736cc45e2f85329 14-May-2010 David 'Digit' Turner <digit@android.com> Disable audio support in our custom SDL build.

This is not needed anymore.

Change-Id: Id41b71c95566804b92185282bb51e317efc67255
dl-1.2.12/android-configure.sh
dl-1.2.12/android/build/darwin-x86/SDL_config.h
dl-1.2.12/android/build/freebsd-x86/SDL_config.h
dl-1.2.12/android/build/linux-x86/SDL_config.h
dl-1.2.12/android/build/windows/SDL_config.h
a3abe794b734382295b89d6c2d1d176ce4bb9b4b 15-Sep-2009 Jean-Baptiste Queru <jbq@google.com> merge from open-source master
0f39708f03bfa496ca7551d9262caf7055eb907e 12-Aug-2009 Alexey Tarasov <tarasov@dodologics.com> Added SDL_config.h to use on FreeBSD
dl-1.2.12/android/build/freebsd-x86/SDL_config.h
5ad9febb1c7e08fe24413f9bd04f30d92b4cfa3a 21-Aug-2009 David 'Digit' Turner <digit@google.com> Fix EsounD audio backend and bump version number.

The original esdaudio.c file from upstream contains a nasty race condition
that can be triggered when the emulator exists while the audio record thread
is in a blocking read() call. In this case, exit() will end up calling
esd_fini_in which will try to pthread_join() the blocked thread, resulting
in a dead-lock.

This change just gets rid of the helper threads and just performs audio output
and input in the main event loop, avoiding blocking i/o completely. I haven't
experienced any difference compared to the original one, be it in audio lag
or CPU usage when playing a simple MP3 file in the emulated system.

The change also updates the update-audio.sh script since we don't store
our sources in p4 anymore. A small fix in common.sh deals removes an obsolete
special case that is not needed anymore when determining the location of the
host prebuilt binaries.

The version number is also bumped to 1.12 and CHANGES.TXT updated
accordingly.
pdate-audio.sh
46be48730333120a7b939116cef075e61c12c703 04-Jun-2009 David 'Digit' Turner <digit@google.com> Add our modified SDL sources under distrib/sdl-1.2.12
Fix distrib/make-distrib.sh script to work with git
Fix distrib/build-emulator.sh to accomodate for new SDL configure script
Handle Tiger SDK usage in SDL configure script
uild-emulator.sh
uild_gcc_qemu_darwin.sh
ake-distrib.sh
dl-1.2.12/BUGS
dl-1.2.12/COPYING
dl-1.2.12/CREDITS
dl-1.2.12/Makefile
dl-1.2.12/Makefile.android
dl-1.2.12/README
dl-1.2.12/README.ANDROID
dl-1.2.12/android-configure.sh
dl-1.2.12/android/build/darwin-x86/SDL_config.h
dl-1.2.12/android/build/linux-x86/SDL_config.h
dl-1.2.12/android/build/windows/SDL_config.h
dl-1.2.12/include/SDL.h
dl-1.2.12/include/SDL_active.h
dl-1.2.12/include/SDL_audio.h
dl-1.2.12/include/SDL_byteorder.h
dl-1.2.12/include/SDL_cdrom.h
dl-1.2.12/include/SDL_config.h.default
dl-1.2.12/include/SDL_config.h.in
dl-1.2.12/include/SDL_config_amiga.h
dl-1.2.12/include/SDL_config_dreamcast.h
dl-1.2.12/include/SDL_config_macos.h
dl-1.2.12/include/SDL_config_macosx.h
dl-1.2.12/include/SDL_config_minimal.h
dl-1.2.12/include/SDL_config_os2.h
dl-1.2.12/include/SDL_config_win32.h
dl-1.2.12/include/SDL_copying.h
dl-1.2.12/include/SDL_cpuinfo.h
dl-1.2.12/include/SDL_endian.h
dl-1.2.12/include/SDL_error.h
dl-1.2.12/include/SDL_events.h
dl-1.2.12/include/SDL_getenv.h
dl-1.2.12/include/SDL_joystick.h
dl-1.2.12/include/SDL_keyboard.h
dl-1.2.12/include/SDL_keysym.h
dl-1.2.12/include/SDL_loadso.h
dl-1.2.12/include/SDL_main.h
dl-1.2.12/include/SDL_mouse.h
dl-1.2.12/include/SDL_mutex.h
dl-1.2.12/include/SDL_name.h
dl-1.2.12/include/SDL_opengl.h
dl-1.2.12/include/SDL_platform.h
dl-1.2.12/include/SDL_quit.h
dl-1.2.12/include/SDL_rwops.h
dl-1.2.12/include/SDL_stdinc.h
dl-1.2.12/include/SDL_syswm.h
dl-1.2.12/include/SDL_thread.h
dl-1.2.12/include/SDL_timer.h
dl-1.2.12/include/SDL_types.h
dl-1.2.12/include/SDL_version.h
dl-1.2.12/include/SDL_video.h
dl-1.2.12/include/begin_code.h
dl-1.2.12/include/close_code.h
dl-1.2.12/sdl-config.in
dl-1.2.12/src/SDL.c
dl-1.2.12/src/SDL_error.c
dl-1.2.12/src/SDL_error_c.h
dl-1.2.12/src/SDL_fatal.c
dl-1.2.12/src/SDL_fatal.h
dl-1.2.12/src/audio/SDL_audio.c
dl-1.2.12/src/audio/SDL_audio_c.h
dl-1.2.12/src/audio/SDL_audiocvt.c
dl-1.2.12/src/audio/SDL_audiodev.c
dl-1.2.12/src/audio/SDL_audiodev_c.h
dl-1.2.12/src/audio/SDL_audiomem.h
dl-1.2.12/src/audio/SDL_mixer.c
dl-1.2.12/src/audio/SDL_mixer_MMX.c
dl-1.2.12/src/audio/SDL_mixer_MMX.h
dl-1.2.12/src/audio/SDL_mixer_MMX_VC.c
dl-1.2.12/src/audio/SDL_mixer_MMX_VC.h
dl-1.2.12/src/audio/SDL_mixer_m68k.c
dl-1.2.12/src/audio/SDL_mixer_m68k.h
dl-1.2.12/src/audio/SDL_sysaudio.h
dl-1.2.12/src/audio/SDL_wave.c
dl-1.2.12/src/audio/SDL_wave.h
dl-1.2.12/src/audio/alsa/SDL_alsa_audio.c
dl-1.2.12/src/audio/alsa/SDL_alsa_audio.h
dl-1.2.12/src/audio/amigaos/SDL_ahiaudio.c
dl-1.2.12/src/audio/amigaos/SDL_ahiaudio.h
dl-1.2.12/src/audio/arts/SDL_artsaudio.c
dl-1.2.12/src/audio/arts/SDL_artsaudio.h
dl-1.2.12/src/audio/baudio/SDL_beaudio.cc
dl-1.2.12/src/audio/baudio/SDL_beaudio.h
dl-1.2.12/src/audio/bsd/SDL_bsdaudio.c
dl-1.2.12/src/audio/bsd/SDL_bsdaudio.h
dl-1.2.12/src/audio/dart/SDL_dart.c
dl-1.2.12/src/audio/dart/SDL_dart.h
dl-1.2.12/src/audio/dc/SDL_dcaudio.c
dl-1.2.12/src/audio/dc/SDL_dcaudio.h
dl-1.2.12/src/audio/dc/aica.c
dl-1.2.12/src/audio/dc/aica.h
dl-1.2.12/src/audio/disk/SDL_diskaudio.c
dl-1.2.12/src/audio/disk/SDL_diskaudio.h
dl-1.2.12/src/audio/dma/SDL_dmaaudio.c
dl-1.2.12/src/audio/dma/SDL_dmaaudio.h
dl-1.2.12/src/audio/dmedia/SDL_irixaudio.c
dl-1.2.12/src/audio/dmedia/SDL_irixaudio.h
dl-1.2.12/src/audio/dsp/SDL_dspaudio.c
dl-1.2.12/src/audio/dsp/SDL_dspaudio.h
dl-1.2.12/src/audio/dummy/SDL_dummyaudio.c
dl-1.2.12/src/audio/dummy/SDL_dummyaudio.h
dl-1.2.12/src/audio/esd/SDL_esdaudio.c
dl-1.2.12/src/audio/esd/SDL_esdaudio.h
dl-1.2.12/src/audio/macosx/SDL_coreaudio.c
dl-1.2.12/src/audio/macosx/SDL_coreaudio.h
dl-1.2.12/src/audio/macrom/SDL_romaudio.c
dl-1.2.12/src/audio/macrom/SDL_romaudio.h
dl-1.2.12/src/audio/mint/SDL_mintaudio.c
dl-1.2.12/src/audio/mint/SDL_mintaudio.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_dma8.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_dma8.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_gsxb.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_gsxb.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_it.S
dl-1.2.12/src/audio/mint/SDL_mintaudio_mcsn.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_mcsn.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_stfa.c
dl-1.2.12/src/audio/mint/SDL_mintaudio_stfa.h
dl-1.2.12/src/audio/mint/SDL_mintaudio_xbios.c
dl-1.2.12/src/audio/mme/SDL_mmeaudio.c
dl-1.2.12/src/audio/mme/SDL_mmeaudio.h
dl-1.2.12/src/audio/nas/SDL_nasaudio.c
dl-1.2.12/src/audio/nas/SDL_nasaudio.h
dl-1.2.12/src/audio/nto/SDL_nto_audio.c
dl-1.2.12/src/audio/nto/SDL_nto_audio.h
dl-1.2.12/src/audio/paudio/SDL_paudio.c
dl-1.2.12/src/audio/paudio/SDL_paudio.h
dl-1.2.12/src/audio/sun/SDL_sunaudio.c
dl-1.2.12/src/audio/sun/SDL_sunaudio.h
dl-1.2.12/src/audio/ums/SDL_umsaudio.c
dl-1.2.12/src/audio/ums/SDL_umsaudio.h
dl-1.2.12/src/audio/windib/SDL_dibaudio.c
dl-1.2.12/src/audio/windib/SDL_dibaudio.h
dl-1.2.12/src/audio/windx5/SDL_dx5audio.c
dl-1.2.12/src/audio/windx5/SDL_dx5audio.h
dl-1.2.12/src/audio/windx5/directx.h
dl-1.2.12/src/cdrom/SDL_cdrom.c
dl-1.2.12/src/cdrom/SDL_syscdrom.h
dl-1.2.12/src/cdrom/aix/SDL_syscdrom.c
dl-1.2.12/src/cdrom/beos/SDL_syscdrom.cc
dl-1.2.12/src/cdrom/bsdi/SDL_syscdrom.c
dl-1.2.12/src/cdrom/dc/SDL_syscdrom.c
dl-1.2.12/src/cdrom/dummy/SDL_syscdrom.c
dl-1.2.12/src/cdrom/freebsd/SDL_syscdrom.c
dl-1.2.12/src/cdrom/linux/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macos/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macos/SDL_syscdrom_c.h
dl-1.2.12/src/cdrom/macosx/AudioFilePlayer.c
dl-1.2.12/src/cdrom/macosx/AudioFilePlayer.h
dl-1.2.12/src/cdrom/macosx/AudioFileReaderThread.c
dl-1.2.12/src/cdrom/macosx/CDPlayer.c
dl-1.2.12/src/cdrom/macosx/CDPlayer.h
dl-1.2.12/src/cdrom/macosx/SDLOSXCAGuard.c
dl-1.2.12/src/cdrom/macosx/SDLOSXCAGuard.h
dl-1.2.12/src/cdrom/macosx/SDL_syscdrom.c
dl-1.2.12/src/cdrom/macosx/SDL_syscdrom_c.h
dl-1.2.12/src/cdrom/mint/SDL_syscdrom.c
dl-1.2.12/src/cdrom/openbsd/SDL_syscdrom.c
dl-1.2.12/src/cdrom/os2/SDL_syscdrom.c
dl-1.2.12/src/cdrom/osf/SDL_syscdrom.c
dl-1.2.12/src/cdrom/qnx/SDL_syscdrom.c
dl-1.2.12/src/cdrom/win32/SDL_syscdrom.c
dl-1.2.12/src/cpuinfo/SDL_cpuinfo.c
dl-1.2.12/src/events/SDL_active.c
dl-1.2.12/src/events/SDL_events.c
dl-1.2.12/src/events/SDL_events_c.h
dl-1.2.12/src/events/SDL_expose.c
dl-1.2.12/src/events/SDL_keyboard.c
dl-1.2.12/src/events/SDL_mouse.c
dl-1.2.12/src/events/SDL_quit.c
dl-1.2.12/src/events/SDL_resize.c
dl-1.2.12/src/events/SDL_sysevents.h
dl-1.2.12/src/file/SDL_rwops.c
dl-1.2.12/src/hermes/COPYING.LIB
dl-1.2.12/src/hermes/HeadMMX.h
dl-1.2.12/src/hermes/HeadX86.h
dl-1.2.12/src/hermes/README
dl-1.2.12/src/hermes/common.inc
dl-1.2.12/src/hermes/mmx_main.asm
dl-1.2.12/src/hermes/mmxp2_32.asm
dl-1.2.12/src/hermes/x86_main.asm
dl-1.2.12/src/hermes/x86p_16.asm
dl-1.2.12/src/hermes/x86p_32.asm
dl-1.2.12/src/joystick/SDL_joystick.c
dl-1.2.12/src/joystick/SDL_joystick_c.h
dl-1.2.12/src/joystick/SDL_sysjoystick.h
dl-1.2.12/src/joystick/amigaos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/beos/SDL_bejoystick.cc
dl-1.2.12/src/joystick/bsd/SDL_sysjoystick.c
dl-1.2.12/src/joystick/darwin/SDL_sysjoystick.c
dl-1.2.12/src/joystick/dc/SDL_sysjoystick.c
dl-1.2.12/src/joystick/dummy/SDL_sysjoystick.c
dl-1.2.12/src/joystick/linux/SDL_sysjoystick.c
dl-1.2.12/src/joystick/macos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/mint/SDL_sysjoystick.c
dl-1.2.12/src/joystick/os2/SDL_sysjoystick.c
dl-1.2.12/src/joystick/os2/joyos2.h
dl-1.2.12/src/joystick/riscos/SDL_sysjoystick.c
dl-1.2.12/src/joystick/win32/SDL_mmjoystick.c
dl-1.2.12/src/loadso/beos/SDL_sysloadso.c
dl-1.2.12/src/loadso/dlopen/SDL_sysloadso.c
dl-1.2.12/src/loadso/dummy/SDL_sysloadso.c
dl-1.2.12/src/loadso/macos/SDL_sysloadso.c
dl-1.2.12/src/loadso/macosx/SDL_dlcompat.c
dl-1.2.12/src/loadso/mint/SDL_sysloadso.c
dl-1.2.12/src/loadso/os2/SDL_sysloadso.c
dl-1.2.12/src/loadso/win32/SDL_sysloadso.c
dl-1.2.12/src/main/beos/SDL_BeApp.cc
dl-1.2.12/src/main/beos/SDL_BeApp.h
dl-1.2.12/src/main/dummy/SDL_dummy_main.c
dl-1.2.12/src/main/epoc/SDL_main.cpp
dl-1.2.12/src/main/macos/SDL.r
dl-1.2.12/src/main/macos/SDL_main.c
dl-1.2.12/src/main/macos/SIZE.r
dl-1.2.12/src/main/macos/exports/Makefile
dl-1.2.12/src/main/macos/exports/SDL.x
dl-1.2.12/src/main/macos/exports/gendef.pl
dl-1.2.12/src/main/macosx/Info.plist.in
dl-1.2.12/src/main/macosx/SDLMain.h
dl-1.2.12/src/main/macosx/SDLMain.m
dl-1.2.12/src/main/macosx/SDLMain.nib/classes.nib
dl-1.2.12/src/main/macosx/SDLMain.nib/info.nib
dl-1.2.12/src/main/macosx/SDLMain.nib/objects.nib
dl-1.2.12/src/main/macosx/info.nib
dl-1.2.12/src/main/qtopia/SDL_qtopia_main.cc
dl-1.2.12/src/main/win32/SDL_win32_main.c
dl-1.2.12/src/main/win32/version.rc
dl-1.2.12/src/stdlib/SDL_getenv.c
dl-1.2.12/src/stdlib/SDL_iconv.c
dl-1.2.12/src/stdlib/SDL_malloc.c
dl-1.2.12/src/stdlib/SDL_qsort.c
dl-1.2.12/src/stdlib/SDL_stdlib.c
dl-1.2.12/src/stdlib/SDL_string.c
dl-1.2.12/src/thread/SDL_systhread.h
dl-1.2.12/src/thread/SDL_thread.c
dl-1.2.12/src/thread/SDL_thread_c.h
dl-1.2.12/src/thread/amigaos/SDL_syssem.c
dl-1.2.12/src/thread/amigaos/SDL_systhread.c
dl-1.2.12/src/thread/amigaos/SDL_systhread_c.h
dl-1.2.12/src/thread/amigaos/SDL_thread.c
dl-1.2.12/src/thread/beos/SDL_syssem.c
dl-1.2.12/src/thread/beos/SDL_systhread.c
dl-1.2.12/src/thread/beos/SDL_systhread_c.h
dl-1.2.12/src/thread/dc/SDL_syscond.c
dl-1.2.12/src/thread/dc/SDL_syscond_c.h
dl-1.2.12/src/thread/dc/SDL_sysmutex.c
dl-1.2.12/src/thread/dc/SDL_sysmutex_c.h
dl-1.2.12/src/thread/dc/SDL_syssem.c
dl-1.2.12/src/thread/dc/SDL_syssem_c.h
dl-1.2.12/src/thread/dc/SDL_systhread.c
dl-1.2.12/src/thread/dc/SDL_systhread_c.h
dl-1.2.12/src/thread/epoc/SDL_sysmutex.cpp
dl-1.2.12/src/thread/epoc/SDL_syssem.cpp
dl-1.2.12/src/thread/epoc/SDL_systhread.cpp
dl-1.2.12/src/thread/epoc/SDL_systhread_c.h
dl-1.2.12/src/thread/generic/SDL_syscond.c
dl-1.2.12/src/thread/generic/SDL_sysmutex.c
dl-1.2.12/src/thread/generic/SDL_sysmutex_c.h
dl-1.2.12/src/thread/generic/SDL_syssem.c
dl-1.2.12/src/thread/generic/SDL_systhread.c
dl-1.2.12/src/thread/generic/SDL_systhread_c.h
dl-1.2.12/src/thread/irix/SDL_syssem.c
dl-1.2.12/src/thread/irix/SDL_systhread.c
dl-1.2.12/src/thread/irix/SDL_systhread_c.h
dl-1.2.12/src/thread/os2/SDL_syscond.c
dl-1.2.12/src/thread/os2/SDL_syscond_c.h
dl-1.2.12/src/thread/os2/SDL_sysmutex.c
dl-1.2.12/src/thread/os2/SDL_syssem.c
dl-1.2.12/src/thread/os2/SDL_systhread.c
dl-1.2.12/src/thread/os2/SDL_systhread_c.h
dl-1.2.12/src/thread/pth/SDL_syscond.c
dl-1.2.12/src/thread/pth/SDL_sysmutex.c
dl-1.2.12/src/thread/pth/SDL_sysmutex_c.h
dl-1.2.12/src/thread/pth/SDL_systhread.c
dl-1.2.12/src/thread/pth/SDL_systhread_c.h
dl-1.2.12/src/thread/pthread/SDL_syscond.c
dl-1.2.12/src/thread/pthread/SDL_sysmutex.c
dl-1.2.12/src/thread/pthread/SDL_sysmutex_c.h
dl-1.2.12/src/thread/pthread/SDL_syssem.c
dl-1.2.12/src/thread/pthread/SDL_systhread.c
dl-1.2.12/src/thread/pthread/SDL_systhread_c.h
dl-1.2.12/src/thread/riscos/SDL_syscond.c
dl-1.2.12/src/thread/riscos/SDL_sysmutex.c
dl-1.2.12/src/thread/riscos/SDL_sysmutex_c.h
dl-1.2.12/src/thread/riscos/SDL_syssem.c
dl-1.2.12/src/thread/riscos/SDL_systhread.c
dl-1.2.12/src/thread/riscos/SDL_systhread_c.h
dl-1.2.12/src/thread/win32/SDL_sysmutex.c
dl-1.2.12/src/thread/win32/SDL_syssem.c
dl-1.2.12/src/thread/win32/SDL_systhread.c
dl-1.2.12/src/thread/win32/SDL_systhread_c.h
dl-1.2.12/src/thread/win32/win_ce_semaphore.c
dl-1.2.12/src/thread/win32/win_ce_semaphore.h
dl-1.2.12/src/timer/SDL_systimer.h
dl-1.2.12/src/timer/SDL_timer.c
dl-1.2.12/src/timer/SDL_timer_c.h
dl-1.2.12/src/timer/amigaos/SDL_systimer.c
dl-1.2.12/src/timer/beos/SDL_systimer.c
dl-1.2.12/src/timer/dc/SDL_systimer.c
dl-1.2.12/src/timer/dummy/SDL_systimer.c
dl-1.2.12/src/timer/epoc/SDL_systimer.cpp
dl-1.2.12/src/timer/macos/FastTimes.c
dl-1.2.12/src/timer/macos/FastTimes.h
dl-1.2.12/src/timer/macos/SDL_MPWtimer.c
dl-1.2.12/src/timer/macos/SDL_systimer.c
dl-1.2.12/src/timer/mint/SDL_systimer.c
dl-1.2.12/src/timer/mint/SDL_vbltimer.S
dl-1.2.12/src/timer/mint/SDL_vbltimer_s.h
dl-1.2.12/src/timer/os2/SDL_systimer.c
dl-1.2.12/src/timer/riscos/SDL_systimer.c
dl-1.2.12/src/timer/unix/SDL_systimer.c
dl-1.2.12/src/timer/win32/SDL_systimer.c
dl-1.2.12/src/timer/wince/SDL_systimer.c
dl-1.2.12/src/video/SDL_RLEaccel.c
dl-1.2.12/src/video/SDL_RLEaccel_c.h
dl-1.2.12/src/video/SDL_blit.c
dl-1.2.12/src/video/SDL_blit.h
dl-1.2.12/src/video/SDL_blit_0.c
dl-1.2.12/src/video/SDL_blit_1.c
dl-1.2.12/src/video/SDL_blit_A.c
dl-1.2.12/src/video/SDL_blit_N.c
dl-1.2.12/src/video/SDL_bmp.c
dl-1.2.12/src/video/SDL_cursor.c
dl-1.2.12/src/video/SDL_cursor_c.h
dl-1.2.12/src/video/SDL_gamma.c
dl-1.2.12/src/video/SDL_glfuncs.h
dl-1.2.12/src/video/SDL_leaks.h
dl-1.2.12/src/video/SDL_pixels.c
dl-1.2.12/src/video/SDL_pixels_c.h
dl-1.2.12/src/video/SDL_stretch.c
dl-1.2.12/src/video/SDL_stretch_c.h
dl-1.2.12/src/video/SDL_surface.c
dl-1.2.12/src/video/SDL_sysvideo.h
dl-1.2.12/src/video/SDL_video.c
dl-1.2.12/src/video/SDL_yuv.c
dl-1.2.12/src/video/SDL_yuv_mmx.c
dl-1.2.12/src/video/SDL_yuv_sw.c
dl-1.2.12/src/video/SDL_yuv_sw_c.h
dl-1.2.12/src/video/SDL_yuvfuncs.h
dl-1.2.12/src/video/Xext/README
dl-1.2.12/src/video/Xext/XME/xme.c
dl-1.2.12/src/video/Xext/Xinerama/Xinerama.c
dl-1.2.12/src/video/Xext/Xv/Xv.c
dl-1.2.12/src/video/Xext/Xv/Xvlibint.h
dl-1.2.12/src/video/Xext/Xxf86dga/XF86DGA.c
dl-1.2.12/src/video/Xext/Xxf86dga/XF86DGA2.c
dl-1.2.12/src/video/Xext/Xxf86vm/XF86VMode.c
dl-1.2.12/src/video/Xext/extensions/Xext.h
dl-1.2.12/src/video/Xext/extensions/Xinerama.h
dl-1.2.12/src/video/Xext/extensions/Xv.h
dl-1.2.12/src/video/Xext/extensions/Xvlib.h
dl-1.2.12/src/video/Xext/extensions/Xvproto.h
dl-1.2.12/src/video/Xext/extensions/extutil.h
dl-1.2.12/src/video/Xext/extensions/panoramiXext.h
dl-1.2.12/src/video/Xext/extensions/panoramiXproto.h
dl-1.2.12/src/video/Xext/extensions/xf86dga.h
dl-1.2.12/src/video/Xext/extensions/xf86dga1.h
dl-1.2.12/src/video/Xext/extensions/xf86dga1str.h
dl-1.2.12/src/video/Xext/extensions/xf86dgastr.h
dl-1.2.12/src/video/Xext/extensions/xf86vmode.h
dl-1.2.12/src/video/Xext/extensions/xf86vmstr.h
dl-1.2.12/src/video/Xext/extensions/xme.h
dl-1.2.12/src/video/aalib/SDL_aaevents.c
dl-1.2.12/src/video/aalib/SDL_aaevents_c.h
dl-1.2.12/src/video/aalib/SDL_aamouse.c
dl-1.2.12/src/video/aalib/SDL_aamouse_c.h
dl-1.2.12/src/video/aalib/SDL_aavideo.c
dl-1.2.12/src/video/aalib/SDL_aavideo.h
dl-1.2.12/src/video/ataricommon/SDL_ataric2p.S
dl-1.2.12/src/video/ataricommon/SDL_ataric2p_s.h
dl-1.2.12/src/video/ataricommon/SDL_ataridevmouse.c
dl-1.2.12/src/video/ataricommon/SDL_ataridevmouse_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarieddi.S
dl-1.2.12/src/video/ataricommon/SDL_atarieddi_s.h
dl-1.2.12/src/video/ataricommon/SDL_atarievents.c
dl-1.2.12/src/video/ataricommon/SDL_atarievents_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarigl.c
dl-1.2.12/src/video/ataricommon/SDL_atarigl_c.h
dl-1.2.12/src/video/ataricommon/SDL_atarikeys.h
dl-1.2.12/src/video/ataricommon/SDL_atarimxalloc.c
dl-1.2.12/src/video/ataricommon/SDL_atarimxalloc_c.h
dl-1.2.12/src/video/ataricommon/SDL_biosevents.c
dl-1.2.12/src/video/ataricommon/SDL_biosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_gemdosevents.c
dl-1.2.12/src/video/ataricommon/SDL_gemdosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_ikbdevents.c
dl-1.2.12/src/video/ataricommon/SDL_ikbdevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_ikbdinterrupt.S
dl-1.2.12/src/video/ataricommon/SDL_ikbdinterrupt_s.h
dl-1.2.12/src/video/ataricommon/SDL_xbiosevents.c
dl-1.2.12/src/video/ataricommon/SDL_xbiosevents_c.h
dl-1.2.12/src/video/ataricommon/SDL_xbiosinterrupt.S
dl-1.2.12/src/video/ataricommon/SDL_xbiosinterrupt_s.h
dl-1.2.12/src/video/blank_cursor.h
dl-1.2.12/src/video/bwindow/SDL_BView.h
dl-1.2.12/src/video/bwindow/SDL_BWin.h
dl-1.2.12/src/video/bwindow/SDL_lowvideo.h
dl-1.2.12/src/video/bwindow/SDL_sysevents.cc
dl-1.2.12/src/video/bwindow/SDL_sysevents_c.h
dl-1.2.12/src/video/bwindow/SDL_sysmouse.cc
dl-1.2.12/src/video/bwindow/SDL_sysmouse_c.h
dl-1.2.12/src/video/bwindow/SDL_sysvideo.cc
dl-1.2.12/src/video/bwindow/SDL_syswm.cc
dl-1.2.12/src/video/bwindow/SDL_syswm_c.h
dl-1.2.12/src/video/bwindow/SDL_sysyuv.cc
dl-1.2.12/src/video/bwindow/SDL_sysyuv.h
dl-1.2.12/src/video/cybergfx/SDL_amigaevents.c
dl-1.2.12/src/video/cybergfx/SDL_amigaevents_c.h
dl-1.2.12/src/video/cybergfx/SDL_amigamouse.c
dl-1.2.12/src/video/cybergfx/SDL_amigamouse_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxaccel.c
dl-1.2.12/src/video/cybergfx/SDL_cgxgl.c
dl-1.2.12/src/video/cybergfx/SDL_cgxgl_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgximage.c
dl-1.2.12/src/video/cybergfx/SDL_cgximage_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxmodes.c
dl-1.2.12/src/video/cybergfx/SDL_cgxmodes_c.h
dl-1.2.12/src/video/cybergfx/SDL_cgxvideo.c
dl-1.2.12/src/video/cybergfx/SDL_cgxvideo.h
dl-1.2.12/src/video/cybergfx/SDL_cgxwm.c
dl-1.2.12/src/video/cybergfx/SDL_cgxwm_c.h
dl-1.2.12/src/video/dc/SDL_dcevents.c
dl-1.2.12/src/video/dc/SDL_dcevents_c.h
dl-1.2.12/src/video/dc/SDL_dcmouse.c
dl-1.2.12/src/video/dc/SDL_dcmouse_c.h
dl-1.2.12/src/video/dc/SDL_dcvideo.c
dl-1.2.12/src/video/dc/SDL_dcvideo.h
dl-1.2.12/src/video/default_cursor.h
dl-1.2.12/src/video/dga/SDL_dgaevents.c
dl-1.2.12/src/video/dga/SDL_dgaevents_c.h
dl-1.2.12/src/video/dga/SDL_dgamouse.c
dl-1.2.12/src/video/dga/SDL_dgamouse_c.h
dl-1.2.12/src/video/dga/SDL_dgavideo.c
dl-1.2.12/src/video/dga/SDL_dgavideo.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_events.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_events.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_keys.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_video.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_video.h
dl-1.2.12/src/video/directfb/SDL_DirectFB_yuv.c
dl-1.2.12/src/video/directfb/SDL_DirectFB_yuv.h
dl-1.2.12/src/video/dummy/SDL_nullevents.c
dl-1.2.12/src/video/dummy/SDL_nullevents_c.h
dl-1.2.12/src/video/dummy/SDL_nullmouse.c
dl-1.2.12/src/video/dummy/SDL_nullmouse_c.h
dl-1.2.12/src/video/dummy/SDL_nullvideo.c
dl-1.2.12/src/video/dummy/SDL_nullvideo.h
dl-1.2.12/src/video/e_log.h
dl-1.2.12/src/video/e_pow.h
dl-1.2.12/src/video/e_sqrt.h
dl-1.2.12/src/video/epoc/SDL_epocevents.cpp
dl-1.2.12/src/video/epoc/SDL_epocevents_c.h
dl-1.2.12/src/video/epoc/SDL_epocvideo.cpp
dl-1.2.12/src/video/epoc/SDL_epocvideo.h
dl-1.2.12/src/video/fbcon/3dfx_mmio.h
dl-1.2.12/src/video/fbcon/3dfx_regs.h
dl-1.2.12/src/video/fbcon/SDL_fb3dfx.c
dl-1.2.12/src/video/fbcon/SDL_fb3dfx.h
dl-1.2.12/src/video/fbcon/SDL_fbelo.c
dl-1.2.12/src/video/fbcon/SDL_fbelo.h
dl-1.2.12/src/video/fbcon/SDL_fbevents.c
dl-1.2.12/src/video/fbcon/SDL_fbevents_c.h
dl-1.2.12/src/video/fbcon/SDL_fbkeys.h
dl-1.2.12/src/video/fbcon/SDL_fbmatrox.c
dl-1.2.12/src/video/fbcon/SDL_fbmatrox.h
dl-1.2.12/src/video/fbcon/SDL_fbmouse.c
dl-1.2.12/src/video/fbcon/SDL_fbmouse_c.h
dl-1.2.12/src/video/fbcon/SDL_fbriva.c
dl-1.2.12/src/video/fbcon/SDL_fbriva.h
dl-1.2.12/src/video/fbcon/SDL_fbvideo.c
dl-1.2.12/src/video/fbcon/SDL_fbvideo.h
dl-1.2.12/src/video/fbcon/matrox_mmio.h
dl-1.2.12/src/video/fbcon/matrox_regs.h
dl-1.2.12/src/video/fbcon/out
dl-1.2.12/src/video/fbcon/riva_mmio.h
dl-1.2.12/src/video/fbcon/riva_regs.h
dl-1.2.12/src/video/gapi/SDL_gapivideo.c
dl-1.2.12/src/video/gapi/SDL_gapivideo.h
dl-1.2.12/src/video/gem/SDL_gemevents.c
dl-1.2.12/src/video/gem/SDL_gemevents_c.h
dl-1.2.12/src/video/gem/SDL_gemmouse.c
dl-1.2.12/src/video/gem/SDL_gemmouse_c.h
dl-1.2.12/src/video/gem/SDL_gemvideo.c
dl-1.2.12/src/video/gem/SDL_gemvideo.h
dl-1.2.12/src/video/gem/SDL_gemwm.c
dl-1.2.12/src/video/gem/SDL_gemwm_c.h
dl-1.2.12/src/video/ggi/SDL_ggievents.c
dl-1.2.12/src/video/ggi/SDL_ggievents_c.h
dl-1.2.12/src/video/ggi/SDL_ggikeys.h
dl-1.2.12/src/video/ggi/SDL_ggimouse.c
dl-1.2.12/src/video/ggi/SDL_ggimouse_c.h
dl-1.2.12/src/video/ggi/SDL_ggivideo.c
dl-1.2.12/src/video/ggi/SDL_ggivideo.h
dl-1.2.12/src/video/ipod/SDL_ipodvideo.c
dl-1.2.12/src/video/ipod/SDL_ipodvideo.h
dl-1.2.12/src/video/maccommon/SDL_lowvideo.h
dl-1.2.12/src/video/maccommon/SDL_macevents.c
dl-1.2.12/src/video/maccommon/SDL_macevents_c.h
dl-1.2.12/src/video/maccommon/SDL_macgl.c
dl-1.2.12/src/video/maccommon/SDL_macgl_c.h
dl-1.2.12/src/video/maccommon/SDL_mackeys.h
dl-1.2.12/src/video/maccommon/SDL_macmouse.c
dl-1.2.12/src/video/maccommon/SDL_macmouse_c.h
dl-1.2.12/src/video/maccommon/SDL_macwm.c
dl-1.2.12/src/video/maccommon/SDL_macwm_c.h
dl-1.2.12/src/video/macdsp/SDL_dspvideo.c
dl-1.2.12/src/video/macdsp/SDL_dspvideo.h
dl-1.2.12/src/video/macrom/SDL_romvideo.c
dl-1.2.12/src/video/macrom/SDL_romvideo.h
dl-1.2.12/src/video/math_private.h
dl-1.2.12/src/video/mmx.h
dl-1.2.12/src/video/nanox/SDL_nxevents.c
dl-1.2.12/src/video/nanox/SDL_nxevents_c.h
dl-1.2.12/src/video/nanox/SDL_nximage.c
dl-1.2.12/src/video/nanox/SDL_nximage_c.h
dl-1.2.12/src/video/nanox/SDL_nxmodes.c
dl-1.2.12/src/video/nanox/SDL_nxmodes_c.h
dl-1.2.12/src/video/nanox/SDL_nxmouse.c
dl-1.2.12/src/video/nanox/SDL_nxmouse_c.h
dl-1.2.12/src/video/nanox/SDL_nxvideo.c
dl-1.2.12/src/video/nanox/SDL_nxvideo.h
dl-1.2.12/src/video/nanox/SDL_nxwm.c
dl-1.2.12/src/video/nanox/SDL_nxwm_c.h
dl-1.2.12/src/video/os2fslib/SDL_os2fslib.c
dl-1.2.12/src/video/os2fslib/SDL_os2fslib.h
dl-1.2.12/src/video/os2fslib/SDL_vkeys.h
dl-1.2.12/src/video/photon/SDL_ph_events.c
dl-1.2.12/src/video/photon/SDL_ph_events_c.h
dl-1.2.12/src/video/photon/SDL_ph_gl.c
dl-1.2.12/src/video/photon/SDL_ph_gl.h
dl-1.2.12/src/video/photon/SDL_ph_image.c
dl-1.2.12/src/video/photon/SDL_ph_image_c.h
dl-1.2.12/src/video/photon/SDL_ph_modes.c
dl-1.2.12/src/video/photon/SDL_ph_modes_c.h
dl-1.2.12/src/video/photon/SDL_ph_mouse.c
dl-1.2.12/src/video/photon/SDL_ph_mouse_c.h
dl-1.2.12/src/video/photon/SDL_ph_video.c
dl-1.2.12/src/video/photon/SDL_ph_video.h
dl-1.2.12/src/video/photon/SDL_ph_wm.c
dl-1.2.12/src/video/photon/SDL_ph_wm_c.h
dl-1.2.12/src/video/photon/SDL_phyuv.c
dl-1.2.12/src/video/photon/SDL_phyuv_c.h
dl-1.2.12/src/video/picogui/SDL_pgevents.c
dl-1.2.12/src/video/picogui/SDL_pgevents_c.h
dl-1.2.12/src/video/picogui/SDL_pgvideo.c
dl-1.2.12/src/video/picogui/SDL_pgvideo.h
dl-1.2.12/src/video/ps2gs/SDL_gsevents.c
dl-1.2.12/src/video/ps2gs/SDL_gsevents_c.h
dl-1.2.12/src/video/ps2gs/SDL_gskeys.h
dl-1.2.12/src/video/ps2gs/SDL_gsmouse.c
dl-1.2.12/src/video/ps2gs/SDL_gsmouse_c.h
dl-1.2.12/src/video/ps2gs/SDL_gsvideo.c
dl-1.2.12/src/video/ps2gs/SDL_gsvideo.h
dl-1.2.12/src/video/ps2gs/SDL_gsyuv.c
dl-1.2.12/src/video/ps2gs/SDL_gsyuv_c.h
dl-1.2.12/src/video/qtopia/SDL_QPEApp.cc
dl-1.2.12/src/video/qtopia/SDL_QPEApp.h
dl-1.2.12/src/video/qtopia/SDL_QWin.cc
dl-1.2.12/src/video/qtopia/SDL_QWin.h
dl-1.2.12/src/video/qtopia/SDL_lowvideo.h
dl-1.2.12/src/video/qtopia/SDL_sysevents.cc
dl-1.2.12/src/video/qtopia/SDL_sysevents_c.h
dl-1.2.12/src/video/qtopia/SDL_sysmouse.cc
dl-1.2.12/src/video/qtopia/SDL_sysmouse_c.h
dl-1.2.12/src/video/qtopia/SDL_sysvideo.cc
dl-1.2.12/src/video/qtopia/SDL_syswm.cc
dl-1.2.12/src/video/qtopia/SDL_syswm_c.h
dl-1.2.12/src/video/quartz/CGS.h
dl-1.2.12/src/video/quartz/SDL_QuartzEvents.m
dl-1.2.12/src/video/quartz/SDL_QuartzGL.m
dl-1.2.12/src/video/quartz/SDL_QuartzKeys.h
dl-1.2.12/src/video/quartz/SDL_QuartzVideo.h
dl-1.2.12/src/video/quartz/SDL_QuartzVideo.m
dl-1.2.12/src/video/quartz/SDL_QuartzWM.h
dl-1.2.12/src/video/quartz/SDL_QuartzWM.m
dl-1.2.12/src/video/quartz/SDL_QuartzWindow.h
dl-1.2.12/src/video/quartz/SDL_QuartzWindow.m
dl-1.2.12/src/video/quartz/SDL_QuartzYUV.m
dl-1.2.12/src/video/riscos/SDL_riscosASM.S
dl-1.2.12/src/video/riscos/SDL_riscosFullScreenVideo.c
dl-1.2.12/src/video/riscos/SDL_riscosevents.c
dl-1.2.12/src/video/riscos/SDL_riscosevents_c.h
dl-1.2.12/src/video/riscos/SDL_riscosmouse.c
dl-1.2.12/src/video/riscos/SDL_riscosmouse_c.h
dl-1.2.12/src/video/riscos/SDL_riscossprite.c
dl-1.2.12/src/video/riscos/SDL_riscostask.c
dl-1.2.12/src/video/riscos/SDL_riscostask.h
dl-1.2.12/src/video/riscos/SDL_riscosvideo.c
dl-1.2.12/src/video/riscos/SDL_riscosvideo.h
dl-1.2.12/src/video/riscos/SDL_wimppoll.c
dl-1.2.12/src/video/riscos/SDL_wimpvideo.c
dl-1.2.12/src/video/svga/SDL_svgaevents.c
dl-1.2.12/src/video/svga/SDL_svgaevents_c.h
dl-1.2.12/src/video/svga/SDL_svgamouse.c
dl-1.2.12/src/video/svga/SDL_svgamouse_c.h
dl-1.2.12/src/video/svga/SDL_svgavideo.c
dl-1.2.12/src/video/svga/SDL_svgavideo.h
dl-1.2.12/src/video/vgl/SDL_vglevents.c
dl-1.2.12/src/video/vgl/SDL_vglevents_c.h
dl-1.2.12/src/video/vgl/SDL_vglmouse.c
dl-1.2.12/src/video/vgl/SDL_vglmouse_c.h
dl-1.2.12/src/video/vgl/SDL_vglvideo.c
dl-1.2.12/src/video/vgl/SDL_vglvideo.h
dl-1.2.12/src/video/wincommon/SDL_lowvideo.h
dl-1.2.12/src/video/wincommon/SDL_sysevents.c
dl-1.2.12/src/video/wincommon/SDL_sysmouse.c
dl-1.2.12/src/video/wincommon/SDL_sysmouse_c.h
dl-1.2.12/src/video/wincommon/SDL_syswm.c
dl-1.2.12/src/video/wincommon/SDL_syswm_c.h
dl-1.2.12/src/video/wincommon/SDL_wingl.c
dl-1.2.12/src/video/wincommon/SDL_wingl_c.h
dl-1.2.12/src/video/wincommon/wmmsg.h
dl-1.2.12/src/video/windib/SDL_dibevents.c
dl-1.2.12/src/video/windib/SDL_dibevents_c.h
dl-1.2.12/src/video/windib/SDL_dibvideo.c
dl-1.2.12/src/video/windib/SDL_dibvideo.h
dl-1.2.12/src/video/windib/SDL_vkeys.h
dl-1.2.12/src/video/windx5/SDL_dx5events.c
dl-1.2.12/src/video/windx5/SDL_dx5events_c.h
dl-1.2.12/src/video/windx5/SDL_dx5video.c
dl-1.2.12/src/video/windx5/SDL_dx5video.h
dl-1.2.12/src/video/windx5/SDL_dx5yuv.c
dl-1.2.12/src/video/windx5/SDL_dx5yuv_c.h
dl-1.2.12/src/video/windx5/directx.h
dl-1.2.12/src/video/wscons/SDL_wsconsevents.c
dl-1.2.12/src/video/wscons/SDL_wsconsevents_c.h
dl-1.2.12/src/video/wscons/SDL_wsconsmouse.c
dl-1.2.12/src/video/wscons/SDL_wsconsmouse_c.h
dl-1.2.12/src/video/wscons/SDL_wsconsvideo.c
dl-1.2.12/src/video/wscons/SDL_wsconsvideo.h
dl-1.2.12/src/video/x11/SDL_x11dga.c
dl-1.2.12/src/video/x11/SDL_x11dga_c.h
dl-1.2.12/src/video/x11/SDL_x11dyn.c
dl-1.2.12/src/video/x11/SDL_x11dyn.h
dl-1.2.12/src/video/x11/SDL_x11events.c
dl-1.2.12/src/video/x11/SDL_x11events_c.h
dl-1.2.12/src/video/x11/SDL_x11gamma.c
dl-1.2.12/src/video/x11/SDL_x11gamma_c.h
dl-1.2.12/src/video/x11/SDL_x11gl.c
dl-1.2.12/src/video/x11/SDL_x11gl_c.h
dl-1.2.12/src/video/x11/SDL_x11image.c
dl-1.2.12/src/video/x11/SDL_x11image_c.h
dl-1.2.12/src/video/x11/SDL_x11modes.c
dl-1.2.12/src/video/x11/SDL_x11modes_c.h
dl-1.2.12/src/video/x11/SDL_x11mouse.c
dl-1.2.12/src/video/x11/SDL_x11mouse_c.h
dl-1.2.12/src/video/x11/SDL_x11sym.h
dl-1.2.12/src/video/x11/SDL_x11video.c
dl-1.2.12/src/video/x11/SDL_x11video.h
dl-1.2.12/src/video/x11/SDL_x11wm.c
dl-1.2.12/src/video/x11/SDL_x11wm_c.h
dl-1.2.12/src/video/x11/SDL_x11yuv.c
dl-1.2.12/src/video/x11/SDL_x11yuv_c.h
dl-1.2.12/src/video/xbios/SDL_xbios.c
dl-1.2.12/src/video/xbios/SDL_xbios.h
dl-1.2.12/src/video/xbios/SDL_xbios_blowup.c
dl-1.2.12/src/video/xbios/SDL_xbios_blowup.h
dl-1.2.12/src/video/xbios/SDL_xbios_centscreen.c
dl-1.2.12/src/video/xbios/SDL_xbios_centscreen.h
dl-1.2.12/src/video/xbios/SDL_xbios_sb3.c
dl-1.2.12/src/video/xbios/SDL_xbios_sb3.h
8b23a6c7e1aee255004dd19098d4c2462b61b849 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
akefile
EADME
uild-emulator.sh
uild_gcc_qemu_darwin.sh
ibpng-1.2.19/Makefile
ibpng-1.2.19/png.c
ibpng-1.2.19/png.h
ibpng-1.2.19/pngconf.h
ibpng-1.2.19/pngerror.c
ibpng-1.2.19/pnggccrd.c
ibpng-1.2.19/pngget.c
ibpng-1.2.19/pngmem.c
ibpng-1.2.19/pngpread.c
ibpng-1.2.19/pngread.c
ibpng-1.2.19/pngrio.c
ibpng-1.2.19/pngrtran.c
ibpng-1.2.19/pngrutil.c
ibpng-1.2.19/pngset.c
ibpng-1.2.19/pngtrans.c
ibpng-1.2.19/pngvcrd.c
ibpng-1.2.19/pngwio.c
ibpng-1.2.19/pngwrite.c
ibpng-1.2.19/pngwtran.c
ibpng-1.2.19/pngwutil.c
ibpng-1.2.19/sources.make
ake-distrib.sh
pdate-audio.sh
lib-1.2.3/Makefile
lib-1.2.3/adler32.c
lib-1.2.3/compress.c
lib-1.2.3/configure
lib-1.2.3/crc32.c
lib-1.2.3/crc32.h
lib-1.2.3/deflate.c
lib-1.2.3/deflate.h
lib-1.2.3/gzio.c
lib-1.2.3/infback.c
lib-1.2.3/inffast.c
lib-1.2.3/inffast.h
lib-1.2.3/inffixed.h
lib-1.2.3/inflate.c
lib-1.2.3/inflate.h
lib-1.2.3/inftrees.c
lib-1.2.3/inftrees.h
lib-1.2.3/sources.make
lib-1.2.3/trees.c
lib-1.2.3/trees.h
lib-1.2.3/uncompr.c
lib-1.2.3/zconf.h
lib-1.2.3/zlib.h
lib-1.2.3/zutil.c
lib-1.2.3/zutil.h
f721e3ac031f892af46f255a47d7f54a91317b30 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
akefile
EADME
uild-emulator.sh
uild_gcc_qemu_darwin.sh
ibpng-1.2.19/Makefile
ibpng-1.2.19/png.c
ibpng-1.2.19/png.h
ibpng-1.2.19/pngconf.h
ibpng-1.2.19/pngerror.c
ibpng-1.2.19/pnggccrd.c
ibpng-1.2.19/pngget.c
ibpng-1.2.19/pngmem.c
ibpng-1.2.19/pngpread.c
ibpng-1.2.19/pngread.c
ibpng-1.2.19/pngrio.c
ibpng-1.2.19/pngrtran.c
ibpng-1.2.19/pngrutil.c
ibpng-1.2.19/pngset.c
ibpng-1.2.19/pngtrans.c
ibpng-1.2.19/pngvcrd.c
ibpng-1.2.19/pngwio.c
ibpng-1.2.19/pngwrite.c
ibpng-1.2.19/pngwtran.c
ibpng-1.2.19/pngwutil.c
ibpng-1.2.19/sources.make
ake-distrib.sh
pdate-audio.sh
lib-1.2.3/Makefile
lib-1.2.3/adler32.c
lib-1.2.3/compress.c
lib-1.2.3/configure
lib-1.2.3/crc32.c
lib-1.2.3/crc32.h
lib-1.2.3/deflate.c
lib-1.2.3/deflate.h
lib-1.2.3/gzio.c
lib-1.2.3/infback.c
lib-1.2.3/inffast.c
lib-1.2.3/inffast.h
lib-1.2.3/inffixed.h
lib-1.2.3/inflate.c
lib-1.2.3/inflate.h
lib-1.2.3/inftrees.c
lib-1.2.3/inftrees.h
lib-1.2.3/sources.make
lib-1.2.3/trees.c
lib-1.2.3/trees.h
lib-1.2.3/uncompr.c
lib-1.2.3/zconf.h
lib-1.2.3/zlib.h
lib-1.2.3/zutil.c
lib-1.2.3/zutil.h
c27f813900a3c114562efbb8df1065e94766fc48 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
uild-emulator.sh
0852ad57fa372f9b2854e4df685eaba8d8ef6790 22-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127436
pdate-audio.sh
df7881f07f53b041dc0568be8528e9dbb74994cc 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
ake-distrib.sh
55f4e4a5ec657a017e3bf75299ad71fd1c968dd3 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
akefile
EADME
uild-emulator.sh
uild_gcc_qemu_darwin.sh
ibpng-1.2.19/Makefile
ibpng-1.2.19/png.c
ibpng-1.2.19/png.h
ibpng-1.2.19/pngconf.h
ibpng-1.2.19/pngerror.c
ibpng-1.2.19/pnggccrd.c
ibpng-1.2.19/pngget.c
ibpng-1.2.19/pngmem.c
ibpng-1.2.19/pngpread.c
ibpng-1.2.19/pngread.c
ibpng-1.2.19/pngrio.c
ibpng-1.2.19/pngrtran.c
ibpng-1.2.19/pngrutil.c
ibpng-1.2.19/pngset.c
ibpng-1.2.19/pngtrans.c
ibpng-1.2.19/pngvcrd.c
ibpng-1.2.19/pngwio.c
ibpng-1.2.19/pngwrite.c
ibpng-1.2.19/pngwtran.c
ibpng-1.2.19/pngwutil.c
ibpng-1.2.19/sources.make
ake-distrib.sh
pdate-audio.sh
lib-1.2.3/Makefile
lib-1.2.3/adler32.c
lib-1.2.3/compress.c
lib-1.2.3/configure
lib-1.2.3/crc32.c
lib-1.2.3/crc32.h
lib-1.2.3/deflate.c
lib-1.2.3/deflate.h
lib-1.2.3/gzio.c
lib-1.2.3/infback.c
lib-1.2.3/inffast.c
lib-1.2.3/inffast.h
lib-1.2.3/inffixed.h
lib-1.2.3/inflate.c
lib-1.2.3/inflate.h
lib-1.2.3/inftrees.c
lib-1.2.3/inftrees.h
lib-1.2.3/sources.make
lib-1.2.3/trees.c
lib-1.2.3/trees.h
lib-1.2.3/uncompr.c
lib-1.2.3/zconf.h
lib-1.2.3/zlib.h
lib-1.2.3/zutil.c
lib-1.2.3/zutil.h