summaryrefslogtreecommitdiffstats
path: root/libs/rs
Commit message (Expand)AuthorAgeFilesLines
* API reaview cleanupAlex Sakhartchouk2010-12-179-60/+40
* Whenever LoadBinary fails, recompile. Fixing the multi-instance bug.Shih-wei Liao2010-12-161-1/+8
* Cleanup and refactoring of an earlier cl.Alex Sakhartchouk2010-12-1511-186/+137
* Fix mipmap bug introduced with Allocation cleanup.Jason Sams2010-12-158-33/+52
* Merge "Add support for non-malloc backed textures."Jason Sams2010-12-143-42/+78
|\
| * Add support for non-malloc backed textures.Jason Sams2010-12-133-42/+78
* | 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-1411-38/+46
* | Merge "More API updates."Jason Sams2010-12-136-171/+45
|\ \ | |/
| * More API updates.Jason Sams2010-12-136-171/+45
* | Perf testAlex Sakhartchouk2010-12-1313-7/+1560
|/
* Merge "Add multitouch support to physics test. Fix context state overwrite ca...Jason Sams2010-12-114-26/+21
|\
| * Add multitouch support to physics test.Jason Sams2010-12-114-26/+21
* | Merge "Remove CreateFromBitmapRef and add CopyTo(bitmap) replacement."Jason Sams2010-12-103-29/+51
|\ \ | |/
| * Remove CreateFromBitmapRef and addJason Sams2010-12-103-29/+51
* | Remove vector array test from RSTest.Stephen Hines2010-12-103-90/+0
|/
* Merge "Fix a severe cleanup bug where teardown of the GL driver could occur o...Jason Sams2010-12-092-5/+7
|\
| * Fix a severe cleanup bug where teardown of the GLJason Sams2010-12-092-5/+7
* | Fix buildJason Sams2010-12-091-2/+2
|/
* Allocation API update.Jason Sams2010-12-0822-415/+211
* Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching andShih-wei Liao2010-12-071-0/+6
* API review cleanup.Jason Sams2010-12-0631-98/+65
* Stop using anonymous structs in RS.Stephen Hines2010-12-062-2/+2
* Prevent message overrun in LocklessCommandFifo.Bryan Mawhinney2010-12-051-3/+2
* Fix 'BCCscript' build break.Iain Merrick2010-11-291-2/+4
* Fix physics bug causing balls to stack.Jason Sams2010-11-242-2/+15
* More error checksJason Sams2010-11-2210-70/+65
* Remove unnecessary export_func pragma.Stephen Hines2010-11-1810-21/+0
* Fixing the state restore bug.Alex Sakhartchouk2010-11-181-0/+1
* Support for cubemaps.Alex Sakhartchouk2010-11-1815-49/+290
* Merge "Mark a non-exported function as static."Stephen Hines2010-11-181-1/+1
|\
| * Mark a non-exported function as static.Stephen Hines2010-11-171-1/+1
* | Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+20
* | Create holder inner class for pushing context state.Jason Sams2010-11-177-83/+74
|/
* Fix ref counting for globals when set from java code.Jason Sams2010-11-163-0/+29
* Fix crash with extended debugging.Jason Sams2010-11-161-6/+5
* Remove WARs for zero-init + destructors.Stephen Hines2010-11-153-6/+3
* Merge "Split UTF functions from String8/16"Kenny Root2010-11-151-1/+1
|\
| * Split UTF functions from String8/16Kenny Root2010-11-121-1/+1
* | Add support for integer mod.Bryan Mawhinney2010-11-151-1/+5
* | Fix line drawing in RS example.Jason Sams2010-11-122-7/+14
|/
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-1081-1803/+1039
* Continue error check improvements and write some docs.Jason Sams2010-11-091-0/+2
* Fix fountain bug with more than 10 touches reported.Jason Sams2010-11-091-1/+1
* Handle user message ID 0Jason Sams2010-11-084-28/+63
* Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removi...Alex Sakhartchouk2010-11-0825-377/+700
|\
| * Moving attrib creation to Mesh. Adding arrays as shader inputs.Alex Sakhartchouk2010-11-0825-377/+700
* | Add vector array test to RSTest.Stephen Hines2010-11-053-0/+92
|/
* Update ScriptC constructor to remove depricated param.Jason Sams2010-11-0311-15/+15
* Merge "RS Error cleanup. Thow java exception during init if the GL driver fai...Jason Sams2010-11-032-20/+62
|\
| * RS Error cleanup.Jason Sams2010-11-032-20/+62