summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove the simulator target from all makefiles.Jeff Brown2011-07-111-7/+0
|/ /
* | 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-212-0/+325
* First cut at RSTextureView.Jason Sams2011-06-202-0/+6
* Adding ability to read back fbo data to renderscriptAlex Sakhartchouk2011-06-1611-115/+353
* Allocation copy functions.Alex Sakhartchouk2011-06-1413-6/+250
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-0320-134/+151
* Cleaup of rsComponent to remove GL types.Jason Sams2011-05-265-58/+51
* Start splitting allocation into hal and core.Jason Sams2011-05-2618-520/+679
* Move context and device creation out of the spec file.Jason Sams2011-05-184-62/+26
* Preparing libRS for for compilation on host.Alex Sakhartchouk2011-05-178-21/+15
* Merge "Moves fbo support in renderscript behind the hal"Alex Sakhartchouk2011-05-178-131/+249
|\
| * Moves fbo support in renderscript behind the halAlex Sakhartchouk2011-05-138-131/+249
* | Core to client fifo on sockets.Jason Sams2011-05-178-175/+315
* | Cleanup mesh creation.Alex Sakhartchouk2011-05-123-45/+16
|/
* Merge "rsLib cleanup"Alex Sakhartchouk2011-05-1218-122/+66
|\
| * rsLib cleanupAlex Sakhartchouk2011-05-0618-122/+66
* | Add code for generating fifo command packing.Jason Sams2011-05-069-14/+401
|/
* Moving samplers behind the hal.Alex Sakhartchouk2011-05-0516-95/+210
* Code Cleanup and better Sampler creation methodAlex Sakhartchouk2011-05-047-126/+51
* Fix error checks on compute context creation.Jason Sams2011-05-031-5/+6
* Merge "Try fixing auto data inlining again."Jason Sams2011-05-031-5/+9
|\
| * Try fixing auto data inlining again.Jason Sams2011-05-021-5/+9
* | Merge "Moving renderscript GL code into the HAL This change affects - shader...Alex Sakhartchouk2011-05-0235-986/+1549
|\ \ | |/ |/|
| * Moving renderscript GL code into the HALAlex Sakhartchouk2011-04-2935-986/+1549
* | Temporarly disable auto-inbanding.Jason Sams2011-05-021-1/+2
* | Fix bug 4355588Jason Sams2011-04-291-1/+3
* | Merge "Pipe rsa function though the RS api table."Jason Sams2011-04-296-69/+153
|\ \
| * | Pipe rsa function though the RS api table.Jason Sams2011-04-286-69/+153
* | | Merge "Fix fifo size check code."Jason Sams2011-04-291-1/+1
|\ \ \ | |/ / |/| |
| * | Fix fifo size check code.Jason Sams2011-04-291-1/+1
| |/
* | Start implementing control side forEach.Jason Sams2011-04-275-104/+98
|/
* Merge "Cleanup rs.spec file and code generator."Jason Sams2011-04-277-64/+171
|\
| * Cleanup rs.spec file and code generator.Jason Sams2011-04-267-64/+171
* | Merge "Start ICS header cleanup and finish type matrix."Stephen Hines2011-04-261-0/+11
|\ \ | |/ |/|
| * Start ICS header cleanup and finish type matrix.Jason Sams2011-04-251-0/+11
* | Modifying libRS internal communication to handle network rendering.Alex Sakhartchouk2011-04-258-50/+46
|/
* Add matrix logging.Jason Sams2011-04-222-0/+8
* Fix rsRand(float, float)Jason Sams2011-04-221-2/+4
* Merge "Move TLS behind hal."Jason Sams2011-04-217-134/+136
|\
| * Move TLS behind hal.Jason Sams2011-04-217-134/+136
* | 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-2026-1367/+1870
|/
* Fix broken assert (if input allocation is NULL).Stephen Hines2011-04-111-1/+1