Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_base
/
e2ae85fc5a07591cb27bfae93557f80c55bb259c
/
libs
e2ae85f
Generalize bitmap support and add remaining GL formats.
by Jason Sams
· 16 years ago
ffe9f48
Improve bitmap support and do conversion in native rather than java code to reduce conversion time.
by Jason Sams
· 16 years ago
696959c
get rid of TimerProbe which is never used
by Mathias Agopian
· 16 years ago
14f955b
get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there.
by Mathias Agopian
· 16 years ago
3b4062e
get rid of utils.h
by Mathias Agopian
· 16 years ago
9176469
am b61ae351: Merge change 2747 into donut
by Android (Google) Code Review
· 16 years ago
b61ae35
Merge change 2747 into donut
by Android (Google) Code Review
· 16 years ago
6d892b6
log the geomerty of surfaces causing an out of memory in SurfaceFlinger.
by Mathias Agopian
· 16 years ago
e1ab4349
Don't prelink the libRS libraries.
by Jack Palevich
· 16 years ago
16641bc
am d9cc7659: Merge change 2706 into donut
by Android (Google) Code Review
· 16 years ago
551603f
Fix issue 1883666: Audio coming from the music player stopped suddenly
by Eric Laurent
· 16 years ago
243e3fb
Implement sampler GL setup code.
by Jason Sams
· 16 years ago
02fb2cb
Add sampler support
by Jason Sams
· 16 years ago
206b831
Merge change 2658
by Android (Google) Code Review
· 16 years ago
fb1bf92
Merge change 2657
by Android (Google) Code Review
· 16 years ago
ec5a20b
Delete the acc script when deleting the Renderscript rsScriptC object.
by Jack Palevich
· 16 years ago
63975dd
Remove versions of scriptCSetScript method that take byte arrays.
by Jack Palevich
· 16 years ago
aebadd2
Merge change 2636
by Android (Google) Code Review
· 16 years ago
43702d8
Add support for setting scripts, rather than having a hard-coded script.
by Jack Palevich
· 16 years ago
a8f61f4
Merge change 2574
by Android (Google) Code Review
· 16 years ago
0ae234c
Add background bitmap to fountain test app for renderscript.
by Jason Sams
· 16 years ago
df98851
Change the Fountain test app's package to com.android.fountain.
by Jack Palevich
· 16 years ago
7fea935
Sim-only files move, part 2/2.
by Andy McFadden
· 16 years ago
ba89724
Merge change 2568
by Android (Google) Code Review
· 16 years ago
81d0a9a
Enable renderscript to build under the simulator.
by Jack Palevich
· 16 years ago
fe08d99
Implement first pass bitmap to allocation support. The Java bindings can create a 2D allocation by passing in a Bitmap object.
by Jason Sams
· 16 years ago
8191d0f
Turn on ACC script test. (It works!)
by Jack Palevich
· 16 years ago
55d4522
Fix Fountain test app so that it actually builds.
by Jack Palevich
· 16 years ago
09d00f7
am 0c0ad39c: Merge change 2502 into donut
by Android (Google) Code Review
· 16 years ago
f1472a7
minor clean-up to Rect and Point.
by Mathias Agopian
· 16 years ago
eaff307
Fix RenderScript JNI code build issue.
by Jack Palevich
· 16 years ago
aaf834a
some work to try to reduce the code size of some native libraries
by Mathias Agopian
· 16 years ago
40dec9c
Merge change 2466
by Android (Google) Code Review
· 16 years ago
5da30b7
Rename Calc sample to Fountain.
by Jack Palevich
· 16 years ago
ecb109d
Merge change 2462
by Android (Google) Code Review
· 16 years ago
60aa3ea
Add sprite fountain test.
by Jack Palevich
· 16 years ago
c5d0343
am de8268d6: Merge change 2331 into donut
by Android (Google) Code Review
· 16 years ago
4bc035a
Fix issue 1846343 - part 1
by Eric Laurent
· 16 years ago
6a3a2b9
am 04561a55: Merge change 2359 into donut
by Android (Google) Code Review
· 16 years ago
04561a5
Merge change 2359 into donut
by Android (Google) Code Review
· 16 years ago
aaafa4f
Merge change 2362
by Android (Google) Code Review
· 16 years ago
d19f10d
Add the Renderscript library. (Not in the build by default yet.)
by Jason Sams
· 16 years ago
f4c46b9
Fix for the simultor build breakage.
by Nicolas Catania
· 16 years ago
9f7d60c
am d50a458b: Merge change 2351 into donut
by Android (Google) Code Review
· 16 years ago
d50a458
Merge change 2351 into donut
by Android (Google) Code Review
· 16 years ago
6aff905
Fix a major bug in Bundle when unparcelling from AIDL.
by Dianne Hackborn
· 16 years ago
fc5095f
am 7198030f: This should fix the simulator build.
by Marco Nelissen
· 16 years ago
7198030
This should fix the simulator build.
by Marco Nelissen
· 16 years ago
e755d64
am 69a6c3eb: Merge change 2292 into donut
by Android (Google) Code Review
· 16 years ago
627e7b5
split boot animation out of SurfaceFlinger
by Mathias Agopian
· 16 years ago
dfece80
change 2115 wasn't merged properly into master. this fixes that.
by Mathias Agopian
· 16 years ago
9890815
bring the native_handle stuff back from master_gl
by Mathias Agopian
· 16 years ago
0795272
move libbinder's header files under includes/binder
by Mathias Agopian
· 16 years ago
25ba5b6
checkpoint: split libutils into libutils + libbinder
by Mathias Agopian
· 16 years ago
bad962b
am e2914615: Merge change 2099 into donut
by Android (Google) Code Review
· 16 years ago
d2110db
Hook up the backup data writer, and add a utility to read the backup data files.
by Joe Onorato
· 16 years ago
82d8030
am eb2c314b: Merge change 2042 into donut
by Android (Google) Code Review
· 16 years ago
d131275
am a59aba8c: Merge changes 2023,2036 into donut
by Android (Google) Code Review
· 16 years ago
352ea0e
am f6382011: Merge change 1998 into donut
by Android (Google) Code Review
· 16 years ago
fe9f072
Remove deprecated openInputStream factory method
by Dave Sparks
· 16 years ago
a5e2ef0
Update more references to openInputStream in support classes.
by Dave Sparks
· 16 years ago
356d8a3
Modify AudioFlinger to use updated openInputStream factory method.
by Dave Sparks
· 16 years ago
ad216e5
Add inputSource to openInputStream Continuation of bug 1846343
by Dave Sparks
· 16 years ago
f1f12f8
am 656a2726: Merge change 1910 into donut
by Android (Google) Code Review
· 16 years ago
bb9ea30
Update aapt badging for native code, configs, density, etc.
by Dianne Hackborn
· 16 years ago
28a6f66
am e85bb9eb: Merge change 1823 into donut
by Android (Google) Code Review
· 16 years ago
2e1da32
Add the backup data file writer C++ class.
by Joe Onorato
· 16 years ago
55051ebd
am 4535e405: Implement the C++ class to write the backed up file data.
by Joe Onorato
· 16 years ago
4535e40
Implement the C++ class to write the backed up file data.
by Joe Onorato
· 16 years ago
a64b8607
am aa642c0c: Merge changes 1591,1596 into donut
by Android (Google) Code Review
· 16 years ago
290bb01
Get the backup calling through to the file backup helper.
by Joe Onorato
· 16 years ago
70a16b4
am 3022a11: Merge change 1239 into donut
by Android (Google) Code Review
· 16 years ago
d6289b1
Modify camera framework to use new streamlined binder interface.
by Dave Sparks
· 16 years ago
c825d3e
fix the sim build. disables the tests for now.
by Joe Onorato
· 16 years ago
ec91aab
am 3fd7e13: Merge branch \'donut\' of ssh://android-git.corp.google.com:29
by The Android Open Source Project
· 16 years ago
2a04aef
Add new binder methods to camera client to support generic callbacks
by Dave Sparks
· 16 years ago
7fca565
fix the sim build. disables the tests for now.
by Joe Onorato
· 16 years ago
b61381b
am 4488b11: Merge change 1039 into donut
by Android (Google) Code Review
· 16 years ago
3ad977b
Add some C++ code to do raw files for backup
by Joe Onorato
· 16 years ago
a73b41a
am 0124a15: Merge change 626 into donut
by Android (Google) Code Review
· 16 years ago
8e64406
am 17f213b: Merge change 602 into donut
by Android (Google) Code Review
· 16 years ago
9f5a54a
am 0a9b5bb: Merge change 509 into donut
by Android (Google) Code Review
· 16 years ago
5c685a9
am 9c56513: Merge change 165 into donut
by Android (Google) Code Review
· 16 years ago
0c6b5f6
fix 1803886 android15 Translucent GLSurfaceView demo does not display properly
by Mathias Agopian
· 16 years ago
325ac47
Bug fix(1807910): media recorder crash due to the use of locked camera object (last part)
by James Dong
· 16 years ago
0a9b5bb
Merge change 509 into donut
by Android (Google) Code Review
· 16 years ago
2adc2db
Fix a media server crash (bug 1807910): part one
by James Dong
· 16 years ago
74008f6
Merge donut into master
by Jean-Baptiste Queru
· 16 years ago
96e2040
Squashed commit of the following:
by Robert Greenwalt
· 16 years ago
ef02827
Fix issue 1745312: Various cleanups in media framework
by Eric Laurent
· 16 years ago
e7c71d3
Merge branch 'readonly-p4-master'
by Marco Nelissen
· 16 years ago
e38e90b
AI 146964: tabs -> spaces
by Marco Nelissen
· 16 years ago
20f07d4
Merge branch 'readonly-p4-master'
by Nick Pelly
· 16 years ago
f1b083f
AI 144205: am: CL 144151 am: CL 144150 Fix heap corruption.
by Nick Pelly
· 16 years ago
0827c81
AI 144151: am: CL 144150 Fix heap corruption.
by Nick Pelly
· 16 years ago
caee170
Merge commit 'goog/readonly-p4-master'
by The Android Open Source Project
· 16 years ago
d3b4d0c
AI 143785: am: CL 143775 am: CL 143620 Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119.
by Eric Laurent
· 16 years ago
b88148e
AI 143775: am: CL 143620 Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119.
by Eric Laurent
· 16 years ago
63e45f2
AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting.
by Eric Laurent
· 16 years ago
d97bbd8
AI 143321: am: CL 143172 am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in.
by Mathias Agopian
· 16 years ago
Next »