aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-18rename audio policy output flagsandroid-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1_pre2android-4.1_pre1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1android-4.1-sdk_pre1jb-releasejb-mr0-releasejb-devEric Laurent
Change-Id: I1aa3ef5bd1702ec7e05209124bfee293ae6da65e
2012-03-26Fix buildGlenn Kasten
Change-Id: Iecf880efd160c5e3006517b9ab896ef90cefe930
2012-03-09Use audio_policy_output_flags_t consistentlyGlenn Kasten
Change-Id: I6776e0d0d6fc17bc5a42879e6b14ca9f483f8b29
2012-02-25remove unneeded dependencyMathias Agopian
Change-Id: Ib1e195461d87e011f63bf143c9269442d2982c15
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I85ab7bdcd05da19f5fc581009de8cfbf5e42441f
2011-07-13am bbee3901: am 45e77f6a: am 2501ab62: merge intel x86 patches into ↵android-sdk-adt_r20android-sdk-adt_r16.0.1android-sdk-4.0.3_r1android-sdk-4.0.3-tools_r1android-cts-verifier-4.0_r1android-cts-verifier-4.0.3_r1android-cts-4.0_r1android-cts-4.0.3_r2android-cts-4.0.3_r1android-4.0.4_r2.1android-4.0.4_r2android-4.0.4_r1.2android-4.0.4_r1.1android-4.0.4_r1android-4.0.4-aah_r1android-4.0.3_r1.1android-4.0.3_r1android-4.0.2_r1android-4.0.1_r1.2android-4.0.1_r1.1android-4.0.1_r1tools_r20ics-mr1-releaseics-mr1ics-mr0-releaseics-mr0ics-factoryrom-2-releaseics-aah-releaseDavid 'Digit' Turner
gingerbread branch * commit 'bbee3901e54b805ecaaaaf82d8a923c133ab117d': Fix used before initialized error
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
Bug: 5010576 Change-Id: Ie1db4b3c816376ce0d180f205d255851cc922fa6
2011-07-11am 45e77f6a: am 2501ab62: merge intel x86 patches into gingerbread branchDavid 'Digit' Turner
* commit '45e77f6af962789b1ef630718a353d7a844c943c': Fix used before initialized error
2011-07-11am 2501ab62: merge intel x86 patches into gingerbread branchDavid 'Digit' Turner
* commit '2501ab620f3a94d444e592973469de1b45783df0': Fix used before initialized error
2011-07-08merge intel x86 patches into gingerbread branchandroid-cts-2.3_r12android-cts-2.3_r11android-cts-2.3_r10gingerbreadDavid 'Digit' Turner
2011-06-09Fix used before initialized errorBruce Beare
Orig-Change-Id: I8c3f7d01ff1109492730b4bbf863db1fa96cf6d1 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2011-06-01Revert "Use AudioTrack::event_type not int in callback"Glenn Kasten
This reverts commit 2395271daac8e5ed58046a620d1da7cb9f1f9b7b
2011-05-24Use AudioTrack::event_type not int in callbackGlenn Kasten
Change-Id: Icec413eb30f589eaa4508b5de73736b84fba51f1
2011-05-12Make Quake use OpenSL ES audio.Jack Palevich
Change-Id: I86dea625956385d14b36129437507f91dedfbf34
2011-04-19quake: convert to use new audio.hDima Zavin
Change-Id: I9c183efb844a54d4352d4539e6c7dd0504f19a26 Signed-off-by: Dima Zavin <dima@android.com>
2011-03-14external/quake: remove LOCAL_PRELINK_MODULEIliyan Malchev
Change-Id: I1d3c5c77d6b04fafe48d1c8224eba6e3fcff1834 Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-02-07am 9afeefef: am 603564cc: Merge "Fix used before initialized error"Jean-Baptiste Queru
* commit '9afeefefe093f25b89519618df5c45adcd4be616': Fix used before initialized error
2011-02-04am 603564cc: Merge "Fix used before initialized error"Jean-Baptiste Queru
* commit '603564cc40b6ee217b8be31ea08cd14f02f44679': Fix used before initialized error
2011-02-04Merge "Fix used before initialized error"android-sdk-tools_r12android-sdk-adt_r12Jean-Baptiste Queru
2011-02-02Fix used before initialized errorBruce Beare
Change-Id: I8c3f7d01ff1109492730b4bbf863db1fa96cf6d1 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2011-02-01Removing android.security.MessageDigestBrian Carlstrom
Bug: 3392028 Change-Id: I716fc1cb28ed6a0e91dd4d3b74180c3c270e366b
2010-12-30Remove Quake standalone executable.Jeff Brown
The standalone executable is broken and links to internal system components that are being refactored. Delete it. Change-Id: I17d45984cd06401cda8dfd93ac49f1b703bd463d
2010-12-16Avoid visual corruption if the game runs too fast.Jack Palevich
If we run too fast while not in timedemo mode the game will return immediately rather than rendering a frame. If we go ahead and return to GLSurfaceView, it will swap the GL buffer without having drawn anything into it, which will lead to garbage being displayed. The work-around is to detect that the game has decided to not render anything, sleep for a ms and then try again. Change-Id: Iba9d759547ddbc30534db963f5c47011038cc246
2010-12-16Remove stray binary file not needed for build.Jack Palevich
ncb files are Microsoft Visual Studio IDE database / debugger files. They shouldn't be checked in. Change-Id: I9b721f1fa76de2407722be24c38c316c8b790aa9
2010-11-26Make Quake work with Bluetooth PC keyboard.Jack Palevich
Map function keys and other PC-specific key codes to corresponding Quake keys. Ignore unknown keycodes. Change-Id: I03766807bca2762131ac14119a3132c7120b6e3a
2010-10-19Add missing NOTICE files.David Deephanphongs
Change-Id: Ib80057510b677578af80a8826daef414e1fcffb3
2010-09-29Genericize strings with SD card references.android-sdk-2.3.4_r1android-cts-2.3_r5android-cts-2.3_r4android-cts-2.3_r3android-cts-2.3_r2android-cts-2.3_r1android-2.3_r1android-2.3.7_r1android-2.3.6_r1android-2.3.6_r0.9android-2.3.5_r1android-2.3.4_r1android-2.3.4_r0.9android-2.3.3_r1aandroid-2.3.3_r1.1android-2.3.3_r1android-2.3.2_r1android-2.3.1_r1gingerbread-releasegingerbread-mr4-releaseEric Fischer
Change-Id: If89e4a8d92ede146bd0b2cde9ff63d521cbb659d
2010-07-26Use new EventHub interface.Jeff Brown
Change-Id: I0dfb81b2313952458db8b7803901dd4d3f3d6564
2010-05-13Allow quake to compile with -Wformat-securityNick Kralevich
Change-Id: Ia37a1dbf5f6bf80082792f6f827376b9ef844349
2010-03-08Add an empty CleanSpec.mkandroid-sdk-tools_r7android-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r8android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-adt-0.9.9android-adt-0.9.8android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.3_r2.1android-2.2.3_r2android-2.2.3_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1tools_r9tools_r8tools_r7froyo-releasefroyo-plus-aospfroyoJean-Baptiste Queru
Change-Id: I2d603ea1f4ac0436fe5c4d76a53c7c70c2892b94
2010-02-24Update to reflect android-common no longer in framework.Dianne Hackborn
2010-01-08Deprecate fill_parent and introduce match_parent.Romain Guy
Bug: #2361749.
2010-01-05Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru
The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Iee9c5506b89fcb4375291cf0a6236b705f579dce
2009-12-14am 93e8a643: Changed class paths for classes moved in unbundling effortPaul Westbrook
Merge commit '93e8a643a87342839e49c17f9b8c98e5db7b691e' * commit '93e8a643a87342839e49c17f9b8c98e5db7b691e': Changed class paths for classes moved in unbundling effort
2009-12-11Changed class paths for classes moved in unbundling effortPaul Westbrook
2009-10-13am e07d5397: am ed402f01: Fix bad textures after screen off / screen on on ↵Jack Palevich
some devices Merge commit 'e07d53976950e1e02075adc305b03cb9ab0a87d7' * commit 'e07d53976950e1e02075adc305b03cb9ab0a87d7': Fix bad textures after screen off / screen on on some devices
2009-10-12am 490bb8cd: Fix bad textures after screen off / screen on on some devicesJack Palevich
Merge commit '490bb8cda3fc070320bc5c7a20a8a9e91d221e2f' * commit '490bb8cda3fc070320bc5c7a20a8a9e91d221e2f': Fix bad textures after screen off / screen on on some devices
2009-10-08am ed402f01: Fix bad textures after screen off / screen on on some devicesJack Palevich
Merge commit 'ed402f0177fd1c466e1eef97c1cf466d8f65229c' into eclair-mr2 * commit 'ed402f0177fd1c466e1eef97c1cf466d8f65229c': Fix bad textures after screen off / screen on on some devices
2009-10-08Fix bad textures after screen off / screen on on some devicesJack Palevich
The problem was that texture ids are actually unsigned integers, but we were treating them as signed integers.
2009-10-05Fix bad textures after screen off / screen on on some devicesJack Palevich
The problem was that texture ids are actually unsigned integers, but we were treating them as signed integers.
2009-10-02Merge change I99d847cfAndroid (Google) Code Review
* changes: Add back missing shared library used by executable in link command. Currently this library is linked via dependency of another library. While that works, it is not the right thing to do.
2009-10-02Add back missing shared library used by executable in link command. CurrentlyDoug Kwan
this library is linked via dependency of another library. While that works, it is not the right thing to do.
2009-09-29Hijack the "Help" menu to run TimeDemo demo1, for easy perf monitoringJack Palevich
2009-09-29Remove executable bit from sources.Jack Palevich
2009-09-28Work around color channel limitations of some OpenGL ES drivers.Jack Palevich
2009-09-24Fix Quake particle effect.Jack Palevich
1) Longstanding bug where U/V coordinates were specified incorrectly. 2) Very recent bug where alpha was specified incorrectly. 3) Turn texture filtering back on, should work fine on hardware OpenGL.
2009-09-24Add a debugging feature that checks the OpenGL error code after every call.Jack Palevich
2009-09-24Stop using illegal-for-OpenGL-ES glColorPointer(3 calls.Jack Palevich
Fixes alias models. Should have helped particles, but they are still missing-in-action.
2009-09-24Changes to make Quake run with a recent OpenGL device driver.Jack Palevich
2009-09-15Quake needs to write to the SD Card, so give it permission.Jack Palevich