Showing posts with label android. Show all posts
Showing posts with label android. Show all posts

Thursday, July 14, 2011

Android DevKit with updated SGX drivers available !

A new release of the Android Devkit incorporating latest SGX Graphics GLES2.0 drivers is now available, and is announced at,

http://e2e.ti.com/support/embedded/f/509/p/122095/435111.aspx#435111

This driver set fixes power management issues in the driver identified in earlier releases, and also includes support for S-Video on supported platforms.

This release also supports Flash10.3 as default, separately downloaded from

http://focus.ti.com/docs/toolsw/folders/print/adobeflash-a8.html

Platforms - AM/DM37xx, 35xx

Tuesday, February 1, 2011

Android 2.2 with DSP and GLES2.0 optimisations now available !

Android 2.2 package with DSP and Graphics optimisations is now available at the below download site, for various TI AM/DM platforms.

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/02_00_00/index_FDS.html

Tuesday, May 25, 2010

Performance Profiling of GUIs on OMAP3

Na2dperf allows user to create and measure performance parameters of specific
end use-cases for Graphical UIs built on TI SOCs.

It also allows user to create dynamic libraries (that export the required interfaces) that can be dynamically loaded into the framework and performance to be measured without writing extra code.

The framework measures the below 3 key parameters for any UI developer:

- First screen show time
- Each screen update time
- Average CPU load during the run

The application allows the developer to pass in various configuration parameters of the UI - type and number of widgets and their detailed properties including alpha settings, frame rate control, and type of textures and backends to be used.

Validated with lighthouse/Qt 4.7.0 on OMAP3 Linux and Windows

Grab the code via SVN or Browse the code at,

https://gforge.ti.com/gf/project/gleslayer/scmsvn/?action=browse&path=%2Ftrunk%2FPackages%2FOMAP3_Graphics_SDK%2Fna2dperf%2F

Coming next, Android support...