summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type....Dianne Hackborn2010-06-301-2/+2
|\
| * Introduce official public NativeWindow type.Dianne Hackborn2010-06-301-2/+2
* | Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+23
* | Remove InvokeData and add ContextFinish to generate a sync point.Jason Sams2010-06-151-0/+3
* | Rough implemetation of ForEach.Jason Sams2010-05-281-3/+3
* | Begin naming cleanup for renderscript runtime.Jason Sams2010-05-191-25/+1
* | Change RS to use the passed surface size rather than EGL size.Jason Sams2010-05-141-13/+11
* | Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-4/+4
* | Convert renderscript from using ACC to LLVM for its compiler.Jason Sams2010-05-111-23/+0
* | Seperate out Mutex and Signal code into reusable classes.Jason Sams2010-03-261-19/+7
|/
* Improve RS error handling. On errors RS will now store the error and a messa...Jason Sams2010-03-031-2/+40
* beging np2 extension check work.Jason Sams2010-02-221-0/+2
* real fix for [2440014] launcher2 crashing in loop during bootMathias Agopian2010-02-121-2/+2
* Revert "Revert "RenderScript should not depend on libsurfaceflinger_client.so""Mathias Agopian2010-02-121-3/+3
* Revert "RenderScript should not depend on libsurfaceflinger_client.so"Jack Palevich2010-02-121-3/+3
* RenderScript should not depend on libsurfaceflinger_client.soMathias Agopian2010-02-111-3/+3
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-111-0/+1
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-26/+50
* More complete support for named attribs. Adds user typed attribs as availabl...Jason Sams2010-01-061-2/+2
* Add RS support for generic attribs as input to vertex programs.Jason Sams2010-01-041-30/+0
* Element restructuring. Add support for new basic Element types including the...Jason Sams2009-12-231-9/+8
* Place shader logging behind prop to declutter logs.Jason Sams2009-12-151-1/+2
* Continue development of es2.0 user shader support for renderscript. This cha...Jason Sams2009-12-151-0/+16
* am b62954b6: am 8f31c230: am 57ce0888: Merge change Id22c0137 into eclairJason Sams2009-12-101-26/+34
|\
| * Throttle low priority RS threads by sleeping once per frame to avoid starving...Jason Sams2009-12-091-26/+34