History log of /frameworks/base/libs/rs/driver/rsdCore.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aac24a219aca5b2b529bde931fd403d04fff9e43 12-Oct-2011 Jason Sams <rjsams@android.com> Improve rsForEach overhead.

Change-Id: Iaabef7bb573233ef7c5756077f840ee933ee0c39

fix spacing, reduce rsForEach overhead about 50%
/frameworks/base/libs/rs/driver/rsdCore.cpp
8410b14c85b5a0c7fcaa095b61feca96fb36d528 21-Sep-2011 Jason Sams <rjsams@android.com> Cleanup RS logs
Reduce the startup/shutdown info and format the logs
in a consistent manner.

Change-Id: I4592cd9fcf7e2920010d84c7137137262cdc73b9
/frameworks/base/libs/rs/driver/rsdCore.cpp
514f9790fdf180ca3c58e508cbd36c520fa7be08 01-Sep-2011 Stephen Hines <srhines@google.com> Call .rs.dtor() when tearing down Scripts.

BUG=5186750

This allows us to properly reference count any globals (static or extern) that
need to potentially be cleaned up.

Change-Id: I03d2c38c1e7a4ca96c40003d2eeecb6f395d5835
/frameworks/base/libs/rs/driver/rsdCore.cpp
1222393e357e97a2218bae8a2a41b7d8031d1171 19-Aug-2011 Stephen Hines <srhines@google.com> Issue proper parameters to root() calls for RS.

BUG=5076887

Change-Id: Ic0ce9d45ee20a99add4c780233c0804d05a55e96
/frameworks/base/libs/rs/driver/rsdCore.cpp
304b1f5497155bcf91e7b855cfab7a675e80bf26 14-Jun-2011 Alex Sakhartchouk <alexst@google.com> Allocation copy functions.

Change-Id: Idce6d44a4f4bb2e399284a40c0f90dc1bff912fd
/frameworks/base/libs/rs/driver/rsdCore.cpp
17a8a1939d4cbc74de54954c67f3dd61882420aa 03-Jun-2011 Alex Sakhartchouk <alexst@google.com> More work to make libRS buildable on the host.

Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
/frameworks/base/libs/rs/driver/rsdCore.cpp
7e8aae7f76f221905fba7ccbcb3442c6f96dfad2 27-May-2011 Jason Sams <rjsams@android.com> Start splitting allocation into hal and core.

Change-Id: Ic506abb0469238cb0471eb1401cfcb7b2fbbe4bb
/frameworks/base/libs/rs/driver/rsdCore.cpp
2f6964fc89bf69c8e37f096d37c8e224d598b8f8 13-May-2011 Alex Sakhartchouk <alexst@google.com> Moves fbo support in renderscript behind the hal

Change-Id: I26a857586f5f0b47df4c1f4589d2023e70481ec7
/frameworks/base/libs/rs/driver/rsdCore.cpp
438505431c253fd891f3deda38033c30268913e8 06-May-2011 Alex Sakhartchouk <alexst@google.com> Moving samplers behind the hal.

Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
/frameworks/base/libs/rs/driver/rsdCore.cpp
4a36b45c72b91045db49c54d33fd7a05fc5a7a3d 30-Apr-2011 Alex Sakhartchouk <alexst@google.com> Moving renderscript GL code into the HAL
This change affects
- shaders
- meshes
- fonts
- quad rendering

Change-Id: I2a53acb4cd1fa8f4c6e67668f6ee969f3d7f7aa1
/frameworks/base/libs/rs/driver/rsdCore.cpp
be8ac6ace9036262942bc8c96baa36abeb2291f3 21-Apr-2011 Jason Sams <rjsams@android.com> Move TLS behind hal.

Change-Id: I9e84acb3736bc98fa5fb0720bddb13a030285319
/frameworks/base/libs/rs/driver/rsdCore.cpp
fcf7231249822ff4dae852f1de1f799756689f91 21-Apr-2011 Jason Sams <rjsams@android.com> Create runtime stubs for compute driver.

Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
/frameworks/base/libs/rs/driver/rsdCore.cpp
803626f61526c9271a1ffb27f3e3e0bfce767f41 07-Apr-2011 Jason Sams <rjsams@android.com> Migrate most GL from context to driver.

Change-Id: I5cba3a6e879d2e9332fc667a1061a5312fcf14ba
/frameworks/base/libs/rs/driver/rsdCore.cpp
331bf9b14b1c5c1e88f5c4092b6e24fae887fb3b 06-Apr-2011 Jason Sams <rjsams@android.com> Seperate ProgramRaster.
Cleanup ProgramRaster and ProgramStore creation.

Change-Id: If25ea74355238d405340f0ccfb8117ad6e1307b7
/frameworks/base/libs/rs/driver/rsdCore.cpp
48f505657adba4d9156856e7d5593f23af5d5d5a 18-Mar-2011 Jason Sams <rjsams@android.com> Seperate GL from RS program store.

Change-Id: I0eae9c0699845af8e8611b065e70738cc9f2b15c
/frameworks/base/libs/rs/driver/rsdCore.cpp
80e29cf5c45e378bd28a1b061bb70d8ce02846ae 19-Mar-2011 Jason Sams <rjsams@android.com> Fix bug with hal init uninitialized var.

Change-Id: I172bb65b57653e32697f2c2df941beb0aaf65603
/frameworks/base/libs/rs/driver/rsdCore.cpp
55d2a25402319380c62a97f3f84b57e2977448d1 18-Mar-2011 Jason Sams <rjsams@android.com> Migrate thread launch to driver.

Change-Id: If182c524cceb327547640f22f956856d291d1787
/frameworks/base/libs/rs/driver/rsdCore.cpp
e4a06c5fc738bf219f2a495e12a637b2d0871651 17-Mar-2011 Jason Sams <rjsams@android.com> Start seperating out RS compute implementation. Create hal
layer to seperate from runtime.

Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
/frameworks/base/libs/rs/driver/rsdCore.cpp