Commit Graph

5955 Commits

Author SHA1 Message Date
David Turner
483ff04245 am 687d8b76: am 98015723: Merge "Opengl implementation - codec common code"
* commit '687d8b7629f67cfe4916b12550d91685ec7113b2':
  Opengl implementation - codec common code
2011-03-28 13:08:41 -07:00
David Turner
485970b99f Merge "Android emulator opengles - unit test gles wrapper" 2011-03-28 13:04:52 -07:00
David Turner
8a8825144a am 39c9911c: Merge "Emulator opengl - Opengl ES 1.1 encoder"
* commit '39c9911c9d786b39e4bf7bd47b57db43e6c8e249':
  Emulator opengl - Opengl ES 1.1 encoder
2011-03-28 13:04:39 -07:00
David Turner
687d8b7629 am 98015723: Merge "Opengl implementation - codec common code"
* commit '980157234c3074cd6504e198a2b06c844b4c9027':
  Opengl implementation - codec common code
2011-03-28 13:04:36 -07:00
David Turner
3f22fdc0fa Merge "Android emulator opengl - unit testing render control api" 2011-03-28 13:01:00 -07:00
David Turner
02ef4e9957 Merge "Android emulator opengl - OpenGL ES 1.1 decoder" 2011-03-28 12:59:55 -07:00
Raphael
923dc04127 am e2d5577e: (-s ours) am 4cc9a1e9: Merge 48023786cf: \'Generate SDK Repository XML.\' Do not merge.
* commit 'e2d5577e86390ee769bb417a5e09133e7d133ae6':
  Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
2011-03-28 12:57:56 -07:00
David Turner
39c9911c9d Merge "Emulator opengl - Opengl ES 1.1 encoder" 2011-03-28 12:57:14 -07:00
Raphael
e2d5577e86 am 4cc9a1e9: Merge 48023786cf: \'Generate SDK Repository XML.\' Do not merge.
* commit '4cc9a1e942f068c86b0715e398ec40f86a9deb87':
  Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
2011-03-28 12:56:11 -07:00
David Turner
980157234c Merge "Opengl implementation - codec common code" 2011-03-28 12:50:36 -07:00
Jacky Romano
f99884f916 Android emulator opengl - host side EGL wrapper
This adds an EGL wrapper used by the test rendering to load an EGL
implementation that matches the OpenGL ES impelmentation that it uses.
The library is a simple wrapper that direct EGL calls through a dispatch
table that is dynamically loaded from an EGL shared library implementation

Change-Id: I6379d6b156c69f9e017da0039c96699290f0f84f
2011-03-28 19:22:31 +02:00
Jacky Romano
faa8994f17 Android emulator opengl - unit test host side renderer
This adds 'ut_renderer' - a host side unit test renderer. ut_renderer is used to
take a command stream over a socket connection and render it into an opengl window.
The renderer uses the GLESv1_dec decoder library and the ut_rendercontrol api to parse
the command stream.
The ut_renderer uses an external (plug-in) opengl impelementation.

Change-Id: I77794044ca9ca8a75a66a95a248eac384710aafe
2011-03-28 19:20:23 +02:00
Jacky Romano
a4205ba264 Android emulator opengles - unit test gles wrapper
This adds opengl es implementation driver that selects whether to use
the native android emulator opengl impelementation or use a remote,
host side renderer. This driver is used to selectivley run applications using
the remote renderer. The selection is based on the application/process name and
is configured using /etc/gles_emul.cfg in the emulator side.

This change also installs /etc/egl.cfg that is used by the Android opengl wrapper
to select an opengl implementation

Change-Id: I66eda3d48938f8057bf45e6476b7faefaf1130fb
2011-03-28 19:18:27 +02:00
Jacky Romano
2d824c62e7 Android emulator opengl - unit testing render control api
This adds minimal rendering control api codec that is used by opengl codec
unit tests. The api is used to pass messages regarding resource creation
(surfaces, opengl context) and swapbuffers notifications.
The actual encoder and decoder code is generated using 'emugen'

Change-Id: Ia9b74ae755d032a9b02fdc5f85575d4cd8ada326
2011-03-28 19:08:40 +02:00
Jacky Romano
f92438f64c Android emulator opengl - OpenGL ES 1.1 decoder
This change adds the opengl host side decoder library (libGLESv1_dec)
The library uses the GLESv1 api defintion (part of libGLESv1_enc library)
used by emugen to generate the library code. It also includes
The generated code is wrapped with the GLDecoder class to handle OpenGL
specific semantics

Change-Id: I0948f1984e538d8f6cfedc961e6296686b4be850
2011-03-28 19:08:20 +02:00
Jacky Romano
6a04b8afc5 Emulator opengl - Opengl ES 1.1 encoder
This change the opengl target side encoder library (libGLESv1_enc)
The library includes api definition files for 'emugen' code generation
tool and a serrounding code to handle opengl specific sematics (such as client state)
tracking

Change-Id: I8708b945c8c9c7fbe06147b703bdee27a576c7a0
2011-03-28 19:06:03 +02:00
Jacky Romano
c27986a3c2 Opengl implementation - codec common code
This change adds the libOpenglCodecCommon, which holds
shared code between the encoder and the decoder parts of the opengl
codec. The library is built as static with both a target version and
a host version.

Change-Id: I163eea8fdb635620e6cde9d1d75c3e7369953213
2011-03-28 19:01:49 +02:00
David Turner
201398b489 am 85d6342d: am 99d6295f: Merge "Enable lcd backlight in the emulator."
* commit '85d6342d8b5e76f933a200c8a9832a52b69d9548':
  Enable lcd backlight in the emulator.
2011-03-28 07:41:20 -07:00
David Turner
85d6342d8b am 99d6295f: Merge "Enable lcd backlight in the emulator."
* commit '99d6295f69532f24371a40c27671ac6cbc6b1ded':
  Enable lcd backlight in the emulator.
2011-03-28 07:28:07 -07:00
David Turner
99d6295f69 Merge "Enable lcd backlight in the emulator." 2011-03-28 07:04:33 -07:00
Raphael
06f2189a4e am 627afeae: resolved conflicts for merge of 002acfc3 to stage-korg-master
* commit '627afeae86cf877b53316d976f53c3735414f3ca':
  Fix XMLNS detection in SDK Repo XSD files.
2011-03-25 17:51:57 -07:00
Raphael
31d15b9f76 Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
When the "sdk_repo" modified is used during the SDK build,
this also generates the repository.xml and addon.xml files
for the new SDK repository packages and places them in
the DIST_DIR.

Example usage:
  make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk
  make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon

Also merges 3ea87ca65f
  'Fix XMLNS detection in SDK Repo XSD files.'
  to prevent a merge conflict later on.

Change-Id: Ib14fe820dab7a60bb5412968c146c30ec5ba81c7
2011-03-25 17:50:38 -07:00
Raphael
4cc9a1e942 Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
When the "sdk_repo" modified is used during the SDK build,
this also generates the repository.xml and addon.xml files
for the new SDK repository packages and places them in
the DIST_DIR.

Example usage:
  make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk
  make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon

Also merges 3ea87ca65f
  'Fix XMLNS detection in SDK Repo XSD files.'
  to prevent a merge conflict later on.

Change-Id: Ic9832e71456d76f849406e641792f4285ffbf649
2011-03-25 17:45:21 -07:00
Raphael
627afeae86 resolved conflicts for merge of 002acfc3 to stage-korg-master
Change-Id: I58e9828bd4d3ebcc4099c9f9ab97390023a1b8e8
2011-03-25 17:38:23 -07:00
David Turner
44b79c9579 am 411f741d: am 4621d1a8: am 18ddf41d: Merge "Add x86 qemu"
* commit '411f741d905a174a7f9e315efe7fe7e31f55589b':
  Add x86 qemu
2011-03-25 16:39:03 -07:00
Raphael
002acfc342 Merge "Fix XMLNS detection in SDK Repo XSD files." 2011-03-25 16:35:04 -07:00
David Turner
411f741d90 am 4621d1a8: am 18ddf41d: Merge "Add x86 qemu"
* commit '4621d1a82ce5bb3196c82cb164e7b56521f3a7d2':
  Add x86 qemu
2011-03-25 15:51:22 -07:00
Raphael
3ea87ca65f Fix XMLNS detection in SDK Repo XSD files.
Change-Id: I7e804c1d7de2db9428d53242c146e15f4c2fcc15
2011-03-25 14:25:03 -07:00
Jamie Gennis
8d52aeb684 Merge "GLES2Dbg: Remove spurious execute file permissions." 2011-03-25 11:07:23 -07:00
David 'Digit' Turner
1ca79b3497 am 8edebe1f: am 4712e4eb: Merge "qemud: disable debug traces"
* commit '8edebe1f2877bb0e64321342ff3984e2ab9ab2c3':
  qemud: disable debug traces
2011-03-25 08:49:37 -07:00
David 'Digit' Turner
8edebe1f28 am 4712e4eb: Merge "qemud: disable debug traces"
* commit '4712e4eb1421867bcd0e61d0cc51662fc56a7938':
  qemud: disable debug traces
2011-03-25 08:39:28 -07:00
David 'Digit' Turner
4712e4eb14 Merge "qemud: disable debug traces" 2011-03-25 08:24:58 -07:00
Raphael
7a8e0399c6 am 86f738ab: am 473fad03: (-s ours) Merge "Merge 48023786cf: \'Generate SDK Repository XML.\' Do not merge."
* commit '86f738abccb61c820d50a3a50d1fd1f0f2745c84':
  Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
2011-03-24 22:44:03 -07:00
Raphael
8ad7417748 am 2a610080: am 878796e9: (-s ours) Merge "Merge 2ff496b8a1: \'Build SDK repository.\' Do not merge."
* commit '2a6100802234fbbe0643d11ecc8a874096ab9f0f':
  Merge 2ff496b8a1: 'Build SDK repository.' Do not merge.
2011-03-24 22:43:59 -07:00
Raphael
86f738abcc am 473fad03: (-s ours) Merge "Merge 48023786cf: \'Generate SDK Repository XML.\' Do not merge."
* commit '473fad031584363bfd011b51522b819cf62d79d3':
  Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
2011-03-24 22:39:32 -07:00
Raphael
2a61008022 am 878796e9: (-s ours) Merge "Merge 2ff496b8a1: \'Build SDK repository.\' Do not merge."
* commit '878796e999792bf9632cbdbb2f97d7214f212b93':
  Merge 2ff496b8a1: 'Build SDK repository.' Do not merge.
2011-03-24 22:39:29 -07:00
Raphael
473fad0315 Merge "Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge." 2011-03-24 22:23:20 -07:00
Raphael
878796e999 Merge "Merge 2ff496b8a1: 'Build SDK repository.' Do not merge." 2011-03-24 22:23:16 -07:00
Jaikumar Ganesh
5c3aac7074 Merge "Modify Bluetooth Porting page image." 2011-03-24 17:17:14 -07:00
Jaikumar Ganesh
f7c1d6f04f Modify Bluetooth Porting page image.
Change-Id: I2c0fcd033957826b7cc5b66c72d6ec2f808d3838
2011-03-24 17:13:06 -07:00
Jaikumar Ganesh
5081289ad0 Merge "Update Bluetooth documentation." 2011-03-24 15:36:03 -07:00
Jaikumar Ganesh
4e9067c8d2 Update Bluetooth documentation.
Change-Id: I491afbbc73e3705d57c3af2781151ce767acd7c9
2011-03-24 13:57:34 -07:00
Raphael
922ee89a69 Merge 2ff496b8a1: 'Build SDK repository.' Do not merge.
When the build is invoked with the fake target "sdk_repo" and
a main target of sdk, win_sdk or sdk_addon, we now create
packages in DIST_DIR that can directly be used to populate the
SDK Repository.
This is quite close to how we actually distribute the SDK.

Change-Id: I671e8ff1bc2a6e9f5c097241d65da1cfdde21154
2011-03-24 13:07:30 -07:00
Raphael
56c341295a Merge 48023786cf: 'Generate SDK Repository XML.' Do not merge.
When the "sdk_repo" modified is used during the SDK build,
this also generates the repository.xml and addon.xml files
for the new SDK repository packages and places them in
the DIST_DIR.

Example usage:
  make -j 16 PRODUCT-sdk-sdk showcommands sdk_repo dist DIST_DIR=/dist/sdk
  make -j 16 PRODUCT-google_sdk-sdk_addon showcommands sdk_repo dist DIST_DIR=/dist/addon

Change-Id: I4f60d3197cac8c22027534cb7686de087ddf1a90
2011-03-24 11:20:16 -07:00
Raphael
9eec951059 Merge 2ff496b8a1: 'Build SDK repository.' Do not merge.
When the build is invoked with the fake target "sdk_repo" and
a main target of sdk, win_sdk or sdk_addon, we now create
packages in DIST_DIR that can directly be used to populate the
SDK Repository.
This is quite close to how we actually distribute the SDK.

Change-Id: I1c4a120616697383792d7fb1b328cfcefac0b2f5
2011-03-24 11:09:43 -07:00
David 'Digit' Turner
5f64d75d1d qemud: disable debug traces
They're verbose and unuseful during normal usage.

Change-Id: Ia5e2fb89b0a4844ce911a735078efdafb56bc1b4
2011-03-24 17:14:44 +01:00
Brian Muramatsu
3c0c736422 Update Link for CTS 2.2_r5
Bug 4128048

Change-Id: I9c43dddf0151dd01837a5c0d5aa683e73af86f9d
2011-03-23 12:45:27 -07:00
Jamie Gennis
548c959907 GLES2Dbg: Remove spurious execute file permissions.
This change is just a chmod -x of some files that shouldn't aren't
executable.

Change-Id: I6599f73d474e6ddadff2df6289c75e4e136219fe
2011-03-22 15:10:47 -07:00
Xavier Ducrohet
a500a941ec am 6f06f575: am 57931c3d: Move samples to 12.
* commit '6f06f5755a13c50ced9d36b799dfce1d6957216f':
  Move samples to 12.
2011-03-22 11:42:33 -07:00
David Turner
4621d1a82c am 18ddf41d: Merge "Add x86 qemu"
* commit '18ddf41d5d11729c58fbbfbe0f22e7c5888a1751':
  Add x86 qemu
2011-03-22 06:10:31 -07:00