summaryrefslogtreecommitdiffstats
path: root/libs/rs/driver
Commit message (Expand)AuthorAgeFilesLines
* Extract BC metadata using a single call.Stephen Hines2011-07-181-59/+45
* Merge "Add slot number to forEach hal."Jason Sams2011-07-132-0/+2
|\
| * Add slot number to forEach hal.Jason Sams2011-07-132-0/+2
* | Use resource entry name instead of mangled name.Logan Chien2011-07-111-63/+1
* | Fix typo: mFieldCount -> mPragmaCount.Logan Chien2011-07-111-3/+2
* | Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-13/+67
|/
* Move divsi3, modsi3, udivsi3, umodsi3 to libbcc.Stephen Hines2011-06-231-4/+0
* Remove verbose logging, update test app and docs.Stephen Hines2011-06-231-2/+2
* First cut of atomics for renderscript.Jason Sams2011-06-211-0/+103
* First cut at RSTextureView.Jason Sams2011-06-201-0/+5
* Adding ability to read back fbo data to renderscriptAlex Sakhartchouk2011-06-169-105/+352
* Allocation copy functions.Alex Sakhartchouk2011-06-144-0/+73
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-032-1/+1
* Cleaup of rsComponent to remove GL types.Jason Sams2011-05-263-17/+50
* Start splitting allocation into hal and core.Jason Sams2011-05-267-30/+558
* Preparing libRS for for compilation on host.Alex Sakhartchouk2011-05-172-3/+4
* Moves fbo support in renderscript behind the halAlex Sakhartchouk2011-05-133-0/+199
* rsLib cleanupAlex Sakhartchouk2011-05-067-20/+48
* Moving samplers behind the hal.Alex Sakhartchouk2011-05-055-2/+144
* Moving renderscript GL code into the HALAlex Sakhartchouk2011-04-2918-3/+1750
* Fix rsRand(float, float)Jason Sams2011-04-221-2/+4
* Merge "Move TLS behind hal."Jason Sams2011-04-214-12/+56
|\
| * Move TLS behind hal.Jason Sams2011-04-214-12/+56
* | Merge "Reduce verbosity of Renderscript logging."Stephen Hines2011-04-201-1/+5
|\ \ | |/ |/|
| * Reduce verbosity of Renderscript logging.Stephen Hines2011-04-201-1/+5
* | Remove accidental logging.Jason Sams2011-04-201-1/+0
* | Create runtime stubs for compute driver.Jason Sams2011-04-208-20/+1188
|/
* Fix broken assert (if input allocation is NULL).Stephen Hines2011-04-111-1/+1
* Migrate most GL from context to driver.Jason Sams2011-04-064-1/+421
* Seperate ProgramRaster.Jason Sams2011-04-063-0/+93
* Seperate GL from RS program store.Jason Sams2011-04-044-1/+245
* Properly handle script teardown.Stephen Hines2011-03-241-1/+5
* Revert "Fix cleanup bug clearing script references."Stephen Hines2011-03-241-1/+1
* Fix cleanup bug clearing script references.Jason Sams2011-03-181-1/+1
* Fix bug with hal init uninitialized var.Jason Sams2011-03-181-1/+2
* Migrate thread launch to driver.Jason Sams2011-03-174-24/+385
* Start seperating out RS compute implementation. Create halJason Sams2011-03-174-0/+494