• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. 日時 作者
665a222 2009-08-08 05:01:46 Mathias Agopian

we actually have to saturate when doing premultilied blending with opengl

6753c2b 2009-08-07 21:12:40 Doug Zongker

am c5ceeeed: Merge change 20354 into donut

Merge commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2'

* commit 'c5ceeeedeeb1cc3ba3d8b54b04f983ae666755a2':
strip comments from event-log-tags on device

c5ceeee 2009-08-07 21:11:00 Android (Google) Code Review

Merge change 20354 into donut

* changes:
strip comments from event-log-tags on device

1a1f818 2009-08-07 19:36:42 Guang Zhu

adb: Use correct language ID when retrieving USB serial number.

Signed-off-by: Mike Lockwood <lockwood@android.com>

0e5e7ef 2009-08-07 08:43:47 Doug Zongker

strip comments from event-log-tags on device

This saves about 8k from the system image.

Bug: 2036961

6bc6794 2009-08-07 07:02:33 San Mehat

am ee40fc4e: rootdir: init.rc: Bump up background cpu shares to 5.0%

Merge commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5'

* commit 'ee40fc4e64e1656a16603778bee895ea389ec7d5':
rootdir: init.rc: Bump up background cpu shares to 5.0%

ee40fc4 2009-08-07 06:13:35 San Mehat

rootdir: init.rc: Bump up background cpu shares to 5.0%

Signed-off-by: San Mehat <san@google.com>

781d041 2009-08-06 23:58:00 Mike Lockwood

adb: Remove adbd from simulator build.

It no longer compiles without recent kernel headers.

Signed-off-by: Mike Lockwood <lockwood@android.com>

161de4e 2009-08-06 07:02:54 Android (Google) Code Review

Merge change 20039

* changes:
adb: add "adb reboot" command.

ee15662 2009-08-06 06:57:20 Mike Lockwood

adb: add "adb reboot" command.

This will allow rebooting the device via adb on any build, including user builds.
An optional argument can be provided
(for example, "adb reboot bootloader" or adb reboot recovery")

Signed-off-by: Mike Lockwood <lockwood@android.com>

b230e42 2009-08-06 06:34:39 Android (Google) Code Review

Merge change 20154

* changes:
Added defines for <stdint.h> and <stdbool.h>.

656a816 2009-08-06 06:14:32 Andy McFadden

Added defines for <stdint.h> and <stdbool.h>.

This adds HAVE_STDINT_H and HAVE_STDBOOL_H to the configuration. We've
been using HAVE_STDINT_H for a while but just never bothered to define
it, and we're about to start using HAVE_STDBOOL_H.

I enabled them for the linux and darwin targets, and left it undefined
for freebsd/windows.

c91cf8b 2009-08-06 06:09:26 Android (Google) Code Review

Merge change 20109

* changes:
init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO

09070d9 2009-08-06 06:04:36 Mike Lockwood

fastboot: Add support for Motorola USB vendor ID.

Signed-off-by: Mike Lockwood <lockwood@android.com>

6ed11eb 2009-08-06 01:50:12 Iliyan Malchev

init: /dev/diag, /dev/diag_arm9 now owned by AID_RADIO

Signed-off-by: Iliyan Malchev <malchev@google.com>

c98c2b8 2009-08-05 07:40:20 Android (Google) Code Review

Merge change 20021

* changes:
Support 2D arrays.

80e4972 2009-08-05 07:39:49 Jack Palevich

Support 2D arrays.

304176c 2009-08-05 06:56:12 Android (Google) Code Review

Merge change 20014

* changes:
Implement arrays.

b615450 2009-08-05 06:56:09 Jack Palevich

Implement arrays.

Added check to see that pointer types are compatible when passing function
arguments.

2b9a6ce 2009-08-05 05:54:35 Android (Google) Code Review

Merge change 9647

* changes:
init: Add hw3d master/client nodes to device list.

aa027b4 2009-08-05 01:00:31 Jean-Baptiste Queru

merge from open-source master

c6af911 2009-08-04 19:14:22 Shin-ichiro KAWASAKI

added SuperH atomic support to libcutils

46e8863 2009-08-04 15:05:29 Dima Zavin

init: Add hw3d master/client nodes to device list.

Signed-off-by: Dima Zavin <dima@android.com>

9af41c4 2009-08-04 12:26:30 Android (Google) Code Review

Merge change 9594

* changes:
init: add permissions for /dev/diag and /dev/diag_arm9

ce62102 2009-08-04 12:22:55 Iliyan Malchev

init: add permissions for /dev/diag and /dev/diag_arm9

Signed-off-by: Iliyan Malchev <malchev@google.com>

c9b8ffc 2009-08-04 06:42:57 Jack Palevich

Add support for "short" data type.

1f7aceb 2009-08-03 23:45:49 Jean-Baptiste Queru

merge from donut

029c7f8 2009-08-01 07:59:59 Android (Google) Code Review

Merge change 9407

* changes:
Fix parsing of function declarations that return pointers.

9613899 2009-08-01 07:58:19 Jack Palevich

Fix parsing of function declarations that return pointers.

Check that <op>= only evaluates the left-hand-side once.

84c7966 2009-08-01 07:30:54 Android (Google) Code Review

Merge change 9402

* changes:
Support brackets for accessing array values.