Commit Graph

11858 Commits

Author SHA1 Message Date
Andrew Hsieh
62eb6d3dde Merge "[MIPS] Fixed mmap_portable()" 2013-02-26 11:54:39 +00:00
Pete Delaney
7ddc46bf9f [MIPS] Allow errno safe logging
Change-Id: I35b4a9007572bec15ab7ba81aad3756fa96c5eb2
Signed-off-by: Chris Dearman <chris.dearman@imgtec.com>
Signed-off-by: Pete Delaney <piet.delaney@imgtec.com>
2013-02-25 22:52:02 -08:00
Pete Delaney
858086ef5f [MIPS] Fixed mmap_portable()
mmap_portable() was calling madvise() and disrupting errno.
The call to madvise() has been dropped in bionic's version of
mmap() and now we just call that.

Updated helper functions to use the newer <class>_pton() style.

Added logging calls; like the rest of Lib-Portable,
it frequently helps save time.


Change-Id: I39f77899f0808e3af5fd2f6610355d2e33c09d85
Signed-off-by: Pete Delaney <piet.delaney@imgtec.com>
Signed-off-by: Chris Dearman <chris.dearman@imgtec.com>
2013-02-25 21:45:47 -08:00
Craig Mautner
d540e6e0b7 Add demo for rotation animation.
New feature in App/Activity/Rotation Animation for overriding
default rotation animation with crossfade or jumpcut.

Change-Id: I3cb3cdb26770e6c7d040f4492eb02149af73b757
2013-02-25 18:21:56 -08:00
Dianne Hackborn
168241ee8e Clean up of system UI flag demo, doc markup for overscan demo.
Change-Id: Iaef99a4c1aeebbd327bcbc42b27d20c8065f8d27
2013-02-25 16:48:06 -08:00
Jesse Hall
843ea83d9c Merge "Fix glShaderSource parameter constness" 2013-02-23 04:56:37 +00:00
Dianne Hackborn
8227c14902 New overscan API demos.
A new flag on the system UI demo (which needs to be renamed),
and a new pure overscan demo.

Change-Id: I88a7a309147aaad773bbc00971a01369f4658b61
2013-02-22 15:20:55 -08:00
Zak Cohen
f773111c82 Merge "Make query in FileProvider demo respect OpenanbleColumns." 2013-02-22 16:00:02 +00:00
Adam Koch
16a056af3d am 323e1a4f: am ddf2040c: am 985f6801: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '323e1a4f89ddeab38e4c0d4a42dad87b03621127':
  Bitmapfun Sample: Add some docs and clean up some method naming.
2013-02-21 15:19:58 -08:00
Adam Koch
01e7cf4f65 am ecc73574: am d337bbbf: am d97830ca: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit 'ecc7357403438d0b0aea355d1ba0f938efeb3b94':
  Bitmapfun Sample: Add additional sample images.
2013-02-21 15:19:57 -08:00
Chris Banes
a3fc703d7b am c11af55d: am 2aac0a0a: am d2de640e: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit 'c11af55d1232a1d5b5b4422a16731484a2d38084':
  bitmapfun: Add support to use inBitmap option
2013-02-21 15:19:56 -08:00
Andrew Hsieh
a0fc2d479d am 46108c78: am e36716a7: Merge "[MIPS] Portable versions of setjmp, sigsetjmp, ..."
* commit '46108c78fe4cb965f4a898ee2ce765a20f3e9ffc':
  [MIPS] Portable versions of setjmp, sigsetjmp, ...
2013-02-21 15:19:41 -08:00
Andrew Hsieh
3f807dca96 am 2b1f24d0: am cb445fac: Merge "[MIPS] Added support for STDIO sflags()."
* commit '2b1f24d0f9ff63ddb2c8a762f0dff18a531c86c8':
  [MIPS] Added support for STDIO sflags().
2013-02-21 15:19:40 -08:00
Andrew Hsieh
41453eb910 am 20c27c6a: am bbfa248a: Merge "[MIPS] Fixed a bug and improved fcntl_portable."
* commit '20c27c6ae3fa61646b69121da16f7c41534c7494':
  [MIPS] Fixed a bug and improved fcntl_portable.
2013-02-21 15:19:39 -08:00
Andrew Hsieh
a116b26a09 am 3000f04a: am e1fcd666: Merge "[MIPS] Extend Signal Mapping to include RT Signals."
* commit '3000f04a54cf8ffad3c3af0d0935e9a2c80b8463':
  [MIPS] Extend Signal Mapping to include RT Signals.
2013-02-21 15:19:38 -08:00
Andrew Hsieh
55ace8b9ba am 12b5c76a: am 5e0e89f2: Merge "[MIPS] Added support for file descriptor related system calls."
* commit '12b5c76a7567e2c984fdb5a30ddab12ebf979815':
  [MIPS] Added support for file descriptor related system calls.
2013-02-21 15:19:38 -08:00
Andrew Hsieh
75edf7a46f am 6c4d142d: am 8a8fff39: Merge "[MIPS] Fixed LTP Tests 9 and 20 of getaddrinfo_01."
* commit '6c4d142d02ce917e86b3314f894e04a9e012330f':
  [MIPS] Fixed LTP Tests 9 and 20 of getaddrinfo_01.
2013-02-21 15:19:37 -08:00
Andrew Hsieh
493118bc33 am 77a4022c: am b1317706: Merge "[MIPS] Added missing _NR_* system call support and cleaned up."
* commit '77a4022ccaaef8ca179e059d4a2811b5eb0faa91':
  [MIPS] Added missing _NR_* system call support and cleaned up.
2013-02-21 15:19:36 -08:00
Andrew Hsieh
1ed1020285 am 2e628c7e: am fa011bfb: Merge "[MIPS] Add Real Time Signal Functions and minor bug fixes."
* commit '2e628c7e40498d8736756dbbf07ce9d5070f0ec9':
  [MIPS] Add Real Time Signal Functions and minor bug fixes.
2013-02-21 15:19:35 -08:00
Andrew Hsieh
4869c8cc13 am b467728d: am 166bc925: Merge "[MIPS] Unify around a consistent *_ntop/*_pton style."
* commit 'b467728d7a3e3089dea74531058d5db5e6abc829':
  [MIPS] Unify around a consistent *_ntop/*_pton style.
2013-02-21 15:19:34 -08:00
Andrew Hsieh
bba8c09a2c am 5bd68161: am 13b81329: Merge "[MIPS] Tighten up code to fit within 100 characters lines."
* commit '5bd68161282bca73c56e3c73548cba15b7a9e754':
  [MIPS] Tighten up code to fit within 100 characters lines.
2013-02-21 15:19:33 -08:00
Andrew Hsieh
4949d861d0 am 364e4d94: am 1ef2354f: Merge "[MIPS] Expand TABS and remove redundant return parenthesis."
* commit '364e4d94daa2d2278091eedfaf6cc19989911725':
  [MIPS] Expand TABS and remove redundant return parenthesis.
2013-02-21 15:19:32 -08:00
Adam Koch
323e1a4f89 am ddf2040c: am 985f6801: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit 'ddf2040c2d12d5c1984363aff8ad24744f82b6e7':
  Bitmapfun Sample: Add some docs and clean up some method naming.
2013-02-21 14:24:54 -08:00
Adam Koch
ecc7357403 am d337bbbf: am d97830ca: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit 'd337bbbfa5ef29ad95c919a4b97bf4e4884ed533':
  Bitmapfun Sample: Add additional sample images.
2013-02-21 14:24:54 -08:00
Chris Banes
c11af55d12 am 2aac0a0a: am d2de640e: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit '2aac0a0a9d16fa494de17b64985517fc73836ca4':
  bitmapfun: Add support to use inBitmap option
2013-02-21 14:24:53 -08:00
Andrew Hsieh
46108c78fe am e36716a7: Merge "[MIPS] Portable versions of setjmp, sigsetjmp, ..."
* commit 'e36716a74ca2c8197f492da7e02003047c38c961':
  [MIPS] Portable versions of setjmp, sigsetjmp, ...
2013-02-21 14:21:06 -08:00
Andrew Hsieh
2b1f24d0f9 am cb445fac: Merge "[MIPS] Added support for STDIO sflags()."
* commit 'cb445fac27fadd599cd50361094cdf9bcc5141eb':
  [MIPS] Added support for STDIO sflags().
2013-02-21 14:21:05 -08:00
Andrew Hsieh
20c27c6ae3 am bbfa248a: Merge "[MIPS] Fixed a bug and improved fcntl_portable."
* commit 'bbfa248ab2f5cf28c4fc30eb6f276f6c6266e993':
  [MIPS] Fixed a bug and improved fcntl_portable.
2013-02-21 14:21:04 -08:00
Andrew Hsieh
3000f04a54 am e1fcd666: Merge "[MIPS] Extend Signal Mapping to include RT Signals."
* commit 'e1fcd666e12d0cdc92495116f134aba9fed937e1':
  [MIPS] Extend Signal Mapping to include RT Signals.
2013-02-21 14:21:03 -08:00
Andrew Hsieh
12b5c76a75 am 5e0e89f2: Merge "[MIPS] Added support for file descriptor related system calls."
* commit '5e0e89f2291d7187cc7241a086e2bdcd5b511c7c':
  [MIPS] Added support for file descriptor related system calls.
2013-02-21 14:21:02 -08:00
Andrew Hsieh
6c4d142d02 am 8a8fff39: Merge "[MIPS] Fixed LTP Tests 9 and 20 of getaddrinfo_01."
* commit '8a8fff3928bdfd2731bd84109d4280dc034a3b92':
  [MIPS] Fixed LTP Tests 9 and 20 of getaddrinfo_01.
2013-02-21 14:21:01 -08:00
Andrew Hsieh
77a4022cca am b1317706: Merge "[MIPS] Added missing _NR_* system call support and cleaned up."
* commit 'b1317706c4dc70d7de28e6e2c6fef4c6a51a379b':
  [MIPS] Added missing _NR_* system call support and cleaned up.
2013-02-21 14:21:00 -08:00
Andrew Hsieh
2e628c7e40 am fa011bfb: Merge "[MIPS] Add Real Time Signal Functions and minor bug fixes."
* commit 'fa011bfb5818cfdd9ae3f97ae86ba27cc6687d81':
  [MIPS] Add Real Time Signal Functions and minor bug fixes.
2013-02-21 14:21:00 -08:00
Andrew Hsieh
b467728d7a am 166bc925: Merge "[MIPS] Unify around a consistent *_ntop/*_pton style."
* commit '166bc925cc688606eda1d32de79f914cdfe087f6':
  [MIPS] Unify around a consistent *_ntop/*_pton style.
2013-02-21 14:20:59 -08:00
Andrew Hsieh
5bd6816128 am 13b81329: Merge "[MIPS] Tighten up code to fit within 100 characters lines."
* commit '13b81329385e1e8ec3ff55737f98bd1a9ededd74':
  [MIPS] Tighten up code to fit within 100 characters lines.
2013-02-21 14:20:58 -08:00
Andrew Hsieh
364e4d94da am 1ef2354f: Merge "[MIPS] Expand TABS and remove redundant return parenthesis."
* commit '1ef2354fa780df42c8d42af4300f63d81ae7b52d':
  [MIPS] Expand TABS and remove redundant return parenthesis.
2013-02-21 14:20:57 -08:00
Adam Koch
ddf2040c2d am 985f6801: am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '985f6801fcc185ba0c6850764f2baf32ce83b541':
  Bitmapfun Sample: Add some docs and clean up some method naming.
2013-02-21 14:19:56 -08:00
Adam Koch
d337bbbfa5 am d97830ca: am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit 'd97830ca46a71542f5d566a84fd34781b7dd3816':
  Bitmapfun Sample: Add additional sample images.
2013-02-21 14:19:55 -08:00
Chris Banes
2aac0a0a9d am d2de640e: am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit 'd2de640ee3c1a40affd773417cd0fa7acfd6363b':
  bitmapfun: Add support to use inBitmap option
2013-02-21 14:19:54 -08:00
Adam Koch
985f6801fc am 5f51b7fb: Bitmapfun Sample: Add some docs and clean up some method naming.
* commit '5f51b7fb0caa695e2905545441979c5f0aa6f973':
  Bitmapfun Sample: Add some docs and clean up some method naming.
2013-02-21 14:14:37 -08:00
Adam Koch
d97830ca46 am e826ee24: Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev
* commit 'e826ee24ecacce4ff8d7ff511c1d9101f665a1c8':
  Bitmapfun Sample: Add additional sample images.
2013-02-21 14:14:36 -08:00
Chris Banes
d2de640ee3 am c5d5c3db: Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev
* commit 'c5d5c3db62354a51b90934511a1f8dd1c87e987f':
  bitmapfun: Add support to use inBitmap option
2013-02-21 14:14:35 -08:00
Zak Cohen
87cfef9699 Make query in FileProvider demo respect OpenanbleColumns.
Change-Id: I4b40d0ddfa8b88da67a6960102242d0d7bc12dfc
2013-02-21 16:05:30 +00:00
Adam Koch
5f51b7fb0c Bitmapfun Sample: Add some docs and clean up some method naming.
Change-Id: I12dc039b1084a8f1a27b47a5a516773ab4e1c2cb
2013-02-21 11:00:19 -05:00
Adam Koch
e826ee24ec Merge "Bitmapfun Sample: Add additional sample images." into jb-mr1-dev 2013-02-21 14:03:07 +00:00
Chris Banes
c5d5c3db62 Merge "bitmapfun: Add support to use inBitmap option" into jb-mr1-dev 2013-02-21 11:28:45 +00:00
Andrew Hsieh
e36716a74c Merge "[MIPS] Portable versions of setjmp, sigsetjmp, ..." 2013-02-21 04:49:43 +00:00
Andrew Hsieh
cb445fac27 Merge "[MIPS] Added support for STDIO sflags()." 2013-02-21 04:49:26 +00:00
Andrew Hsieh
bbfa248ab2 Merge "[MIPS] Fixed a bug and improved fcntl_portable." 2013-02-21 04:49:05 +00:00
Andrew Hsieh
e1fcd666e1 Merge "[MIPS] Extend Signal Mapping to include RT Signals." 2013-02-21 04:48:49 +00:00