summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 3434228Alex Sakhartchouk2011-03-161-1/+4
* Fix a race condition during Context init/teardown.Stephen Hines2011-03-081-6/+9
* DO NOT MERGE: Almost all warnings are now errors in RS build.Stephen Hines2011-03-031-1/+1
* fix bug 3477451Jason Sams2011-02-231-10/+14
* Correctly free resouces bound to scripts when the scripts are deleted.Jason Sams2011-01-271-1/+1
* Fix bug 3385881Jason Sams2011-01-251-0/+2
* Cleanup script init to fix bogus log printing andJason Sams2011-01-231-8/+17
* Merge "Remove some old logging code." into honeycombJason Sams2011-01-191-2/+0
|\
| * Remove some old logging code.Jason Sams2011-01-191-2/+0
* | fix [3367893] Rotating device on YouTube's home screen several times kills sy...Mathias Agopian2011-01-191-1/+5
|/
* Re-implement img npot support in HC.Jason Sams2011-01-131-0/+1
* WAR driver bug where surfaces of size 0 fail.Jason Sams2011-01-121-1/+3
* Split time functions into rs_time.rsh header.Stephen Hines2011-01-091-0/+1
* Fix cleanup race condition where objects might may notJason Sams2011-01-091-0/+4
* fix bug 3313505Jason Sams2011-01-051-0/+1
* Fix teardown bug found in books.Jason Sams2010-12-241-16/+31
* Fix a severe cleanup bug where teardown of the GLJason Sams2010-12-091-5/+4
* More error checksJason Sams2010-11-221-23/+22
* Fixing the state restore bug.Alex Sakhartchouk2010-11-181-0/+1
* Create holder inner class for pushing context state.Jason Sams2010-11-171-23/+29
* Code cleanup to make formatting consistentAlex Sakhartchouk2010-11-101-138/+73
* Handle user message ID 0Jason Sams2010-11-081-21/+44
* RS Error cleanup.Jason Sams2010-11-031-17/+58
* Balls test app.Jason Sams2010-10-291-1/+1
* Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-271-6/+8
* Some cleanupAlex Sakhartchouk2010-10-181-1/+1
* Async type creation.Jason Sams2010-10-141-2/+2
* Begin hooking up SurfaceConfig.Jason Sams2010-10-131-84/+152
* Adding average fps counter.Alex Sakhartchouk2010-10-051-5/+19
* Adding text metrics to renderscript.Alex Sakhartchouk2010-10-051-5/+5
* fixing bugs 3053960, 3044804, 3044798Alex Sakhartchouk2010-10-011-0/+4
* Add object validity checking.Jason Sams2010-09-301-5/+11
* Fix clear() operation for rsScriptC.Stephen Hines2010-09-291-0/+1
* More robust attribute bindingAlex Sakhartchouk2010-09-291-1/+8
* Fix safe for mp check in ScriptC.Jason Sams2010-09-281-5/+12
* Adding support for all allowed textures.Alex Sakhartchouk2010-09-231-5/+0
* Cleanup GL setup code and remove legacy 1.1 paths.Jason Sams2010-09-161-16/+9
* Fix partial NP2 support and restrict mipmaps and clampJason Sams2010-09-141-7/+7
* Add matrix component types.Jason Sams2010-08-251-1/+1
* Fix bug looping non-blocking fifos.Jason Sams2010-08-181-1/+1
* Remove OOB object destruction.Jason Sams2010-08-171-60/+0
* Fix behavior where the non-blocking sendToCliend would blockJason Sams2010-08-051-1/+1
* Fixing fonts to use constant color instead of variable.Alex Sakhartchouk2010-08-051-26/+6
* Adding more matrix math functions.Alex Sakhartchouk2010-08-051-8/+8
* Added ability to set font color.Alex Sakhartchouk2010-08-041-1/+6
* Adding onscreen frame and script time for debugging.Alex Sakhartchouk2010-08-031-0/+44
* Cleanup sendToClient and add rsGetDt().Jason Sams2010-07-281-3/+7
* Query the CPU count and use the result to determineJason Sams2010-07-261-2/+5
* Update imageprocessing to remove generated files.Jason Sams2010-07-201-6/+7
* Threading RS ForEach.Jason Sams2010-07-191-2/+65