summaryrefslogtreecommitdiffstats
path: root/libs/rs/RenderScript.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving libRSAlex Sakhartchouk2012-03-281-156/+0
| | | | Change-Id: I1e42204e862585b9c2f7818b615890c60f08faf6
* Starting to untangle header spaghetti.Alex Sakhartchouk2012-03-091-1/+1
| | | | Change-Id: I31f38d05dc8b55c659e8c7e9c0a87b94b9ac1db5
* More RS cpp binding work. All classes forJason Sams2012-02-231-0/+3
| | | | | | compute should be partially implemented at this time. Change-Id: Iddf9405cc69513b708975d20783395f0be04c680
* start new headersJason Sams2012-02-221-0/+153
| | | | | | Change-Id: I950e5db76ecd3afbc7ea2b3ec792e4cb242f57bf cpp
* Rename three header files to free namespace for api.Jason Sams2012-02-161-71/+0
| | | | Change-Id: Ie9ef65a477373c30b2d5b02248f62e768b6f27ae
* adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-181-4/+8
| | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* Start using bcinfo components within librs.Stephen Hines2011-08-031-2/+2
| | | | | | BUG=4942491 Change-Id: I3a46783511c4954bac9eadbbbefe5abf85498c16
* More work to make libRS buildable on the host.Alex Sakhartchouk2011-06-031-8/+0
| | | | Change-Id: I239585ef7c1334f7fc19fa6423535dea7b9a753f
* Move context and device creation out of the spec file.Jason Sams2011-05-181-0/+6
| | | | Change-Id: I79470d4fb9317bcad9d68921ce0c414aa133f3cb
* Cleanup rs.spec file and code generator.Jason Sams2011-04-261-26/+2
| | | | Change-Id: I369e36b222ff962fc6835bc550435c2940e2b5fd
* Start seperating out RS compute implementation. Create halJason Sams2011-03-171-293/+2
| | | | | | layer to seperate from runtime. Change-Id: Idf5c1261be4131690d25c15948e98324e979b4f9
* Fix for bug 3434228Alex Sakhartchouk2011-03-161-1/+2
| | | | Change-Id: I57973faf782b487e7913a096f0ab6012dc1c9415
* Cleaning up the serialization change.Alex Sakhartchouk2011-01-311-1/+1
| | | | | | Renaming the define to be more in line with what it does and removing the host stub header file. Change-Id: Ibd3a0a6a398c7f81cc661f71e4478707fe1679ed
* Making sure we can build libRS on the host for serialization.Alex Sakhartchouk2011-01-311-0/+3
| | | | Change-Id: If0a5d77b20c0e1e2d124fa0737643a5dd1d4409a
* Additional loading methods for fonts and a3d files.Alex Sakhartchouk2011-01-071-1/+3
| | | | | | | | Cleaned up error messages. Change-Id: Id33b7149671df23c37cc11375d844a7837dac750 Change-Id: I6663ce54f7b9bbaf285935ca658d93ba417f8179
* Move adapter2D to a derived class from Allocation.Jason Sams2010-12-291-0/+9
| | | | Change-Id: I7e9d8b0028ba95956476f253da38dbe64564d0da
* Cleanup and refactoring of an earlier cl.Alex Sakhartchouk2010-12-151-1/+2
| | | | Change-Id: I5e356ed88375a1620846e0c500659e3b7ead5030
* More API updates.Jason Sams2010-12-131-7/+7
| | | | Change-Id: I754dc645ac08fa25019eed8fd8b7b3c47f178ff2
* Allocation API update.Jason Sams2010-12-081-4/+25
| | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* API review cleanup.Jason Sams2010-12-061-2/+1
| | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* More error checksJason Sams2010-11-221-5/+10
| | | | Change-Id: Id2b9ab7a76bbdf2ed745f5e36e552dc9b101982f
* Support for cubemaps.Alex Sakhartchouk2010-11-181-1/+7
| | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* Handle user message ID 0Jason Sams2010-11-081-1/+12
| | | | | | | Pass RS runtime errors back to java. throw exceptions for runtime errors. Change-Id: Ifcf16cbbf9b98137971dced5076f8a5563eb016c
* Adding nvidia extension for limited npot support.Alex Sakhartchouk2010-10-271-1/+19
| | | | | | Updating a3d loading to be async. Change-Id: I4be71d2002b9ad6ab8896d63e625f031e6b7ea6c
* Begin adding async allocation creation.Jason Sams2010-10-261-0/+2
| | | | | | | | Change-Id: I5d1381699e2b334c1d824f357bd6b310a5f79be8 Implement async bitmap upload and clean up types. Change-Id: Icbe9894e04c1319351c1cd75b0e0017855198f20
* Fix refcounting bugs where the sys refcountJason Sams2010-10-211-1/+1
| | | | | | | | | | could be corrupted during async type creation. Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2 Fix stack object deletion bug. Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
* Async type creation.Jason Sams2010-10-141-0/+7
| | | | Change-Id: I4d98446fabbf7e8a98c97f85b573a58c8a0c58c2
* Begin hooking up SurfaceConfig.Jason Sams2010-10-131-1/+16
| | | | Change-Id: I328138f29affbed11fcfb5e9ed0872d4ba22d241
* Adding average fps counter.Alex Sakhartchouk2010-10-051-2/+0
| | | | | | Removing rsLight from libRS Change-Id: I8622efd10619dc120d37f3a12122e9c7fc34ff2e
* Adding anisotropic filtering and related samples.Alex Sakhartchouk2010-09-301-1/+2
| | | | Change-Id: Idb173274417feb5e25bfd64c5e9fa2492a23a17e
* Add matrix component types.Jason Sams2010-08-251-2/+6
| | | | | | Fix potental overflow in script -> java messages. Change-Id: Ie6fd9dc376be4043fc938a1517106936937689c8
* Remove OOB object destruction.Jason Sams2010-08-171-1/+0
| | | | Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
* 1st cut of ForEach and test.Jason Sams2010-07-151-0/+13
| | | | Change-Id: I6534569c8d26db8b9691666134a555c8bf94184e
* Work on synchronizing a3d created files and java layer.Alex Sakhartchouk2010-07-121-0/+6
| | | | | | Adding culling to ProgramRaster Change-Id: I58ccc82d37edc9539289d5eba44ea0e720874af5
* Start of mesh API cleanup.Alex Sakhartchouk2010-07-011-2/+1
| | | | | | | | | Switched all native code to go through Mesh class. Removed SimpleMesh Added java Mesh class Will need to port all existing code to use java Mesh, then remove java SimpleMesh. Change-Id: Idb9c03d0b06b4ef87db28dffcffa1881d39120e5
* Adding freetype font rendering to renderscript.Alex Sakhartchouk2010-06-241-0/+1
| | | | Change-Id: I3a10ffe27092a41df156341c9cb3f7aa19c49f19
* Move ImageProcessing and ModelViewer to reflected files.Jason Sams2010-06-211-0/+2
| | | | | | Implement boolean support. Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
* Begin using reflected files.Jason Sams2010-06-081-9/+2
| | | | Change-Id: I5307a0eac9c206b85c0cf7451d3f8300134bf8e3
* Creating the jni and java layer to integrate a3dAlex Sakhartchouk2010-06-041-0/+25
| | | | Change-Id: I438359633bae59bf9188cd2c4664a92ca16c5f37
* Rename ProgramFragmentStore to ProgramStore.Jason Sams2010-05-131-1/+1
| | | | Change-Id: Ia8ad9ac856944838ced38a2f1e8f07387050bdfd
* checkpoint animationsJason Sams2010-03-161-1/+22
| | | | Change-Id: I14ef05bf56470565e4b0cb706f9fb358cdcb42ff
* Improve RS error handling. On errors RS will now store the error and a ↵Jason Sams2010-03-031-0/+6
| | | | message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received.
* Add support for linking to a skia bitmap rather than always copying the data ↵Jason Sams2010-03-011-0/+2
| | | | from the bitmap.
* Begin implementation of generated java files from RS files.Jason Sams2010-02-231-1/+2
|
* Preview seperating RenderScript into RenderScript and RenderScriptGLJason Sams2010-02-091-1/+2
|
* More complete support for named attribs. Adds user typed attribs as ↵Jason Sams2010-01-061-0/+1
| | | | available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
* Element restructuring. Add support for new basic Element types including ↵Jason Sams2009-12-231-21/+39
| | | | | | the RS objects and vectors(2-4). In theory this paves the way for maintaining type info for RS objects, passing elements for GLSL uiforms/attribs/varyings, and supporting nested structures. This will break some apps, checkings for other projects will follow to unbreak them.
* Move texture bindings to base program object. Change ProgramFragment ↵Jason Sams2009-12-171-0/+1
| | | | creation to require a texture format in 1.0 mode.
* Continue es2 shader devJason Sams2009-12-151-0/+1
| | | | | | | Conflicts: graphics/java/android/renderscript/Program.java graphics/java/android/renderscript/ProgramVertex.java
* Continue development of es2.0 user shader support for renderscript. This ↵Jason Sams2009-12-151-1/+7
| | | | change cleans up ProgramVertex creation and adds support for passing input, output, and constant type info.