summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge change 4289Android (Google) Code Review2009-06-1516-16/+803
|\
| * Bug fixes. TriangleMesh now ref-counts, implement missing element formats, a...Jason Sams2009-06-1516-16/+803
* | am 2fdd428e: Fix some backup reader/writer issues; make local transport do ba...Christopher Tate2009-06-141-1/+1
|\ \ | |/ |/|
| * Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods...Joe Onorato2009-06-121-1/+1
* | am 78f0f8cb: Merge changes 3953,3954 into donutAndroid (Google) Code Review2009-06-121-92/+227
|\ \ | |/
| * Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-45/+108
| * Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-62/+134
* | Merge change 3952Android (Google) Code Review2009-06-115-108/+288
|\ \
| * | Split FountainView into View and RS parts. Beging adding ProgramVertex to th...Jason Sams2009-06-115-108/+288
* | | Merge change 3850Android (Google) Code Review2009-06-109-15/+47
|\ \ \ | |/ /
| * | Fix bug with bad conversion of java strings to C strings for object names. U...Jason Sams2009-06-109-15/+47
* | | Merge change 3849Android (Google) Code Review2009-06-101-3/+5
|\ \ \ | |/ /
| * | Fix build error due to bad path generation in makefile for generated tools.Jason Sams2009-06-101-3/+5
* | | Merge change 3808Android (Google) Code Review2009-06-109-62/+102
|\ \ \ | |/ /
| * | Split renderscript java code from test apps. Update makefiles.Jason Sams2009-06-109-62/+102
* | | Merge change 3776Android (Google) Code Review2009-06-1017-137/+202
|\ \ \ | |/ /
| * | Add named objects and implement support for ProgramFragmentStore and ProgramF...Jason Sams2009-06-1017-137/+202
* | | Framework changes for bluez4.Jaikumar Ganesh2009-06-091-2/+1
* | | Merge change 3601Android (Google) Code Review2009-06-097-13/+204
|\ \ \ | |/ /
| * | checkpoint pragma support. Includes more cleanup of script enviroment storag...Jason Sams2009-06-097-13/+204
* | | Merge change 3535Android (Google) Code Review2009-06-084-30/+27
|\ \ \ | |/ /
| * | Move placement of script enviroment data to base.Jason Sams2009-06-084-30/+27
* | | Merge change 3485Android (Google) Code Review2009-06-083-76/+60
|\ \ \ | |/ /
| * | Fix build issue and ref count bug with scripts.Jason Sams2009-06-083-76/+60
* | | Merge change 3386Android (Google) Code Review2009-06-054-22/+42
|\ \ \ | |/ /
| * | Move call to compiler from jni to core library code.Jason Sams2009-06-054-22/+42
* | | get rid of LogSocket which wasn't even implemented (enabled)Mathias Agopian2009-06-052-131/+1
|/ /
* | break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_add...Mathias Agopian2009-06-055-2638/+1
* | Merge change 3284Android (Google) Code Review2009-06-052-0/+114
|\ \
| * | rename string_array.h to StringArray.h and move the implementation from the h...Mathias Agopian2009-06-052-0/+114
* | | am 0032ce80: Fix back_up_files() error detection when opening/CRCing the fileChristopher Tate2009-06-051-1/+2
|\ \ \ | |/ / |/| / | |/
| * Fix back_up_files() error detection when opening/CRCing the fileChristopher Tate2009-06-041-1/+2
* | am 2a318867: Merge change 3203 into donutAndroid (Google) Code Review2009-06-0410-20/+20
|\ \ | |/
| * rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-0410-20/+20
* | Use ANSI style function declaration for RS scripts.Jack Palevich2009-06-041-1/+1
* | Add support for scripts to return an animation flag. This allows them to ind...Jason Sams2009-06-049-31/+28
* | Set the RS thread priority.Jason Sams2009-06-041-3/+15
* | Remove pointer hacks from script and use standard load/store functions.Jason Sams2009-06-031-29/+23
* | Generalize bitmap support and add remaining GL formats.Jason Sams2009-06-035-28/+198
* | Improve bitmap support and do conversion in native rather than java code to r...Jason Sams2009-06-016-77/+75
* | get rid of TimerProbe which is never usedMathias Agopian2009-06-012-132/+0
* | get rid of sleepForInterval() which didn't seem to be used anywhere in the so...Mathias Agopian2009-05-313-232/+0
* | get rid of utils.hMathias Agopian2009-05-311-1/+3
* | am b61ae351: Merge change 2747 into donutAndroid (Google) Code Review2009-05-291-1/+3
|\ \ | |/
| * Merge change 2747 into donutAndroid (Google) Code Review2009-05-291-1/+3
| |\
| | * log the geomerty of surfaces causing an out of memory in SurfaceFlinger.Mathias Agopian2009-05-291-1/+3
* | | Don't prelink the libRS libraries.Jack Palevich2009-05-291-0/+2
* | | am d9cc7659: Merge change 2706 into donutAndroid (Google) Code Review2009-05-291-11/+14
|\ \ \ | |/ /
| * | Fix issue 1883666: Audio coming from the music player stopped suddenlyEric Laurent2009-05-291-11/+14
| |/
* | Implement sampler GL setup code.Jason Sams2009-05-281-14/+9